Skip to content

fix: correct stale command/module/test counts across docs (#94) - #101

Merged
striderZA merged 2 commits into
masterfrom
fix/issue-94-doc-command-count-drift
Aug 2, 2026
Merged

fix: correct stale command/module/test counts across docs (#94)#101
striderZA merged 2 commits into
masterfrom
fix/issue-94-doc-command-count-drift

Conversation

@striderZA

Copy link
Copy Markdown
Owner

Closes #94.

AGENTS.md and README.md claimed 54 commands; actual is 77 .md files in .agents/commands/ (validated by tests/agents/validate.mjs: 77/77 command definitions pass). Also caught adjacent stale counts discovered during the same review: README's tests badge (183 -> 158, matching npm test output) and docs/pi-compatibility.md's module count (17 -> 21, matching .agents/modules/installed.json).

Updated: AGENTS.md Available Commands section; README.md badges, motivation bullet, Port Status table, Quick Start line, plugin directory-tree comment; docs/pi-compatibility.md directory listing.

Verified: node tests/agents/validate.mjs -> 206/206 PASS.

AGENTS.md and README.md claimed "54 commands" (actual: 77 .md files
in .agents/commands/); README badges and docs/pi-compatibility.md also
carried other stale counts discovered during the same review: tests
badge (183 -> 158, matching npm test), and pi-compatibility.md module
count (17 -> 21, matching .agents/modules/installed.json).

Updated: AGENTS.md Available Commands section; README.md badges,
motivation bullet, Port Status table, Quick Start line, and plugin
directory-tree comment; docs/pi-compatibility.md directory listing.

Verified: node tests/agents/validate.mjs -> 206/206 PASS (commands: 77).
@striderZA
striderZA merged commit 90d53c5 into master Aug 2, 2026
4 checks passed
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.

[Framework] Docs claim 54 commands; actual count is 77

1 participant