mirror of
https://github.com/mattpocock/skills.git
synced 2026-07-29 02:52:42 +07:00
Wayfinder pinned the literal docs/agents/issue-tracker.md, breaking the indirection to-issues/to-prd/triage rely on: they resolve the tracker through the ### Issue tracker block setup writes into CLAUDE.md / AGENTS.md. In repos that keep agent docs elsewhere, wayfinder silently fell back to local-markdown. It now follows the same pointer and reads the doc's "Wayfinding operations" section by name. Closes #471 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
8 lines
787 B
Markdown
8 lines
787 B
Markdown
---
|
|
"mattpocock-skills": patch
|
|
---
|
|
|
|
Fix **`wayfinder`** hardcoding the issue-tracker doc path, which broke the indirection the rest of the suite relies on.
|
|
|
|
`to-issues`, `to-prd`, and `triage` never name a path — they resolve the tracker through the `### Issue tracker` block that `setup-matt-pocock-skills` writes into `CLAUDE.md` / `AGENTS.md`, which points at the tracker doc wherever it lives. Wayfinder instead pinned the literal `docs/agents/issue-tracker.md`, so in a repo that keeps its agent docs elsewhere it silently fell back to the local-markdown tracker — even one whose `CLAUDE.md` clearly declares GitHub issues. It now resolves the doc via that same pointer and reads its "Wayfinding operations" section by name, keeping the indirection consistent across the suite.
|