Files
skills/.changeset/wayfinder-tracker-indirection.md
T
Matt PocockandClaude Opus 4.8 d869d45afc fix(wayfinder): resolve issue-tracker doc via the CLAUDE.md pointer, not a hardcoded path
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>
2026-07-08 11:17:29 +01:00

787 B

mattpocock-skills
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.