Why this is real
CONTRIBUTING.md tells public patches to run test:broker-core, test:client, and test:harness-adoption. The contract tests that pin the public README, CONTRIBUTING tracks, CI shape, and now the issue/PR templates live under docs/test/ and run through the maintainer spec-only profile (node --test docs/test/*.test.mjs).
Independent review of PR #5 recorded that as a residual: a drive-by contributor who only follows the public-track npm scripts will not run those checks.
This project is Alpha, macOS-only, and needs Xcode. This ticket is only the public script wiring.
Expected
package.json grows a public script such as test:docs that runs node --test docs/test/*.test.mjs.
CONTRIBUTING.md public-patches track names that script for doc, README, and template changes.
- No harness session is required to run it.
Out of scope
- Moving those tests out of
docs/test/
- Changing
agent:complete or spec-only
Why this is real
CONTRIBUTING.mdtells public patches to runtest:broker-core,test:client, andtest:harness-adoption. The contract tests that pin the public README, CONTRIBUTING tracks, CI shape, and now the issue/PR templates live underdocs/test/and run through the maintainerspec-onlyprofile (node --test docs/test/*.test.mjs).Independent review of PR #5 recorded that as a residual: a drive-by contributor who only follows the public-track npm scripts will not run those checks.
This project is Alpha, macOS-only, and needs Xcode. This ticket is only the public script wiring.
Expected
package.jsongrows a public script such astest:docsthat runsnode --test docs/test/*.test.mjs.CONTRIBUTING.mdpublic-patches track names that script for doc, README, and template changes.Out of scope
docs/test/agent:completeorspec-only