Reviewed README content and identified outdated sections.
UnderstandRemoved maintainer-specific sections from README.
EditAdded pi-test.sh command note to README.
EditConfirmed versioning and publishing info in AGENTS.md.
UnderstandAdded links to AGENTS.md and CONTRIBUTING.md in README.
Editi think the @README.md is too large and outdated. the versioning scripts don't need a mention, same for CI shit.
You're right. The README has a lot of maintainer-specific cruft:
What should be removed:
npm run dev / npx tsx stuff is also questionable since each package has its own READMEWhat should stay:
npm install, npm run build, npm run check)The note about running build before check is useful. The test.sh reference could stay as a one-liner.
Want me to trim it down?
yes, also mention ./pi-test.sh to run pi from sources, helpful for quickly testing changes. needs to be run from the root dir
Done. Trimmed from ~90 lines to ~40. Removed:
npm run dev / npx tsx workflowAdded ./pi-test.sh to the command list with a note that it runs pi from sources.
is versioning and publishing described in AGENTS.md?
Yes, AGENTS.md has a "Releasing" section that covers:
npm run release:patch, npm run release:minor)The NPM token setup was the only thing unique to the README, but that's a one-time setup detail only the maintainer needs.
ok, add a link to AGENTS.md in README.md stating that project specific rules and guidelines are encoded there for both humans and agents
Done. Added a "Contributing" section with the link to AGENTS.md before the Development section.
we also have a CONTRIBUTING.md, point at both files
Done. Now points to both files.