product/suite/vision/evolith-product-vision-master.md states 47 tools. Measured today:
52.
The same figure was wrong in the README and was corrected there; this file was missed.
Verify it yourself
grep -rhoE "name: '(evolith-[a-z0-9-]+)'" src/packages/mcp-server/src/tools/*.ts | sort -u | wc -l
The fix
Update the number. While you are in the file, check whether any other count near it is also
stale — resources are 12 and prompts are 8, both from the generated inventory at
product/products/smart-cli/product-inventory.md.
A note on where numbers come from
That inventory is generated — do not hand-edit it. If a number there looks wrong, the fix
is node .harness/scripts/generate-product-inventory.mjs, not a text edit.
Done when
The document's counts match the generated inventory.
What is not your problem
This repository runs a large number of governance checks against itself. If one goes red on
your PR for a reason unrelated to your change, say so in a comment and a maintainer will sort
it out — do not try to fix the harness to get green. Specifically not yours: anything under
.harness/scripts/ci/ reporting on the gap board, ADR registry, maturity or coverage floors;
Governance guards; release-pipeline and provenance failures; and bilingual findings on
documents outside the sixteen-file entry surface (ADR-0126).
New here? CONTRIBUTING.md has the setup. Short version: fork, npm install,
npm run build. Commits need a Signed-off-by line — git commit -s, and a hook adds it if
you forget.
product/suite/vision/evolith-product-vision-master.mdstates 47 tools. Measured today:52.
The same figure was wrong in the README and was corrected there; this file was missed.
Verify it yourself
The fix
Update the number. While you are in the file, check whether any other count near it is also
stale — resources are 12 and prompts are 8, both from the generated inventory at
product/products/smart-cli/product-inventory.md.A note on where numbers come from
That inventory is generated — do not hand-edit it. If a number there looks wrong, the fix
is
node .harness/scripts/generate-product-inventory.mjs, not a text edit.Done when
The document's counts match the generated inventory.
What is not your problem
This repository runs a large number of governance checks against itself. If one goes red on
your PR for a reason unrelated to your change, say so in a comment and a maintainer will sort
it out — do not try to fix the harness to get green. Specifically not yours: anything under
.harness/scripts/ci/reporting on the gap board, ADR registry, maturity or coverage floors;Governance guards; release-pipeline and provenance failures; and bilingual findings ondocuments outside the sixteen-file entry surface (ADR-0126).
New here? CONTRIBUTING.md has the setup. Short version: fork,
npm install,npm run build. Commits need aSigned-off-byline —git commit -s, and a hook adds it ifyou forget.