Skip to content

docs: fix stale skill/role counts and dead shell-windows link (#168) - #195

Merged
dngioidev merged 2 commits into
mainfrom
fix/168-docs-counts-dead-link
Jul 22, 2026
Merged

docs: fix stale skill/role counts and dead shell-windows link (#168)#195
dngioidev merged 2 commits into
mainfrom
fix/168-docs-counts-dead-link

Conversation

@dngioidev

Copy link
Copy Markdown
Owner

Closes #168

Problem

Docs stated counts that no longer match reality, and linked/mentioned a template file (plugin/templates/shell-windows.md) that does not exist.

Measured facts (verified empirically in this repo)

  • Skills: 20plugin/skills/ has 20 directories (autopilot, board, brainstorm, deliver, design, distill, execute, execute-agents, hotfix, ideate, investigate, maintain, plan, release, respond, review, shape, ship, spike, triage).
  • Roles: 12plugin/agents/ has 12 cards, incl. second-opinion.md (added in v0.14.0).
  • plugin/templates/shell-windows.md does not exist; ADR-0004 intentionally removed it with the multi-backend plane (it was "used only by sync.renderBlock").

Acceptance criteria

  • AC1 — current-state counts read 20 / 12:
    • README.md:3 — 18→20 skills, 11→12 roles ("an 11-role" → "a 12-role").
    • docs/guides/install.md:25 — "18 skills" → "20 skills".
    • Historical mentions left untouched (CHANGELOG, docs/specs, docs/plans, docs/decisions, and the docs/README.md SP4 plan bullet — these describe past state, not the current roster).
  • AC2 — no dead link remains. Chose replace over create: ADR-0004 deleted the template on purpose, so resurrecting it would contradict a standing decision. Replaced both live references with correct inline Windows gh-PATH guidance:
    • docs/guides/install.md:65 — dead markdown link → GUI Environment-Variables guidance.
    • docs/guides/troubleshooting.md:37 — "(see the shell notes template)" mention → Git Bash export PATH=… guidance.

Verification

  • pnpm verify — 42 files / 356 tests green.
  • No live reference to shell-windows outside historical docs/{decisions,plans,spikes} (grep-confirmed).
  • forge:reviewer + forge:security — both pass, zero critical/high. (Reviewer's minor setx footgun nit addressed by pointing to the Environment Variables GUI instead.)

🤖 Generated with Claude Code

dngioidev and others added 2 commits July 22, 2026 17:26
Docs stated counts that no longer match reality and linked a template
that was intentionally removed by ADR-0004.

- README.md, docs/guides/install.md: 18->20 skills, 11->12 roles
  (verified: 20 dirs in plugin/skills/, 12 cards in plugin/agents/,
  incl. second-opinion added in v0.14.0). Historical mentions in
  CHANGELOG/specs/plans/ADR/docs-README SP4 bullet left as-is.
- docs/guides/install.md, docs/guides/troubleshooting.md: replace the
  dead plugin/templates/shell-windows.md link/mention (removed by
  ADR-0004 with the backends plane) with inline Windows gh-PATH guidance.

Closes #168

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
setx truncates PATH at 1024 chars and can duplicate entries on repeat
use; point to the Environment Variables GUI instead.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@dngioidev
dngioidev merged commit 5493474 into main Jul 22, 2026
4 checks passed
@dngioidev
dngioidev deleted the fix/168-docs-counts-dead-link branch July 22, 2026 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs accuracy: fix stale counts (18->20 skills, 11->12 roles) and dead template link

1 participant