fix: sync hardcoded counts + docs — 10→9 skills, old WCAG names → accessibility_audit#133
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two rounds of bug fixes found during SDD audit — stale hardcoded counts and old action names from before WCAG consolidation and grief-loss-support removal.
Round 1 — Source + tests (commit 1130baf)
mcp-server.ts:372:"Tools: 10 registered"→"Tools: 9 registered"i18n.ts:3:"for all 11 skills"→"for all 9 skills"README.md: Heading + tool table rewritten (9 tools, correct names)modules.test.ts: 10 new tests — 3 forcriteriaByLevel()+ 7 for i18n locale functionswcag-criteria.tsnow 100%Round 2 — Deployed docs (commit c9b8e08)
README.md: 3 instances of "10 skills/tools" → "9"mcp-servers/README.md: Remaining sections — intro count, safety boundaries, examples tabledocs/(9 files): 16 instances of "11/10 skills/tools" → "9", old action names →accessibility_auditllms.txt+llms-full.txt: 5 instances fixed, duplicate skill row removeddocs/worked-example.md: WCAG sections merged, grief section removed, section numbering fixeddocs/protocol.md: Action table rewritten (9 rows,accessibility_audit)examples/wcagaaa_check.example.json→examples/accessibility_audit.example.json: Rewritten with correct action name and crawl-mode schemaVerification
pnpm check— 0 errorspnpm test— 260/260 pass, 0 regressionspnpm evals— 10/10 checks pass