- AGENTS.md: sync skills count to 65+ - tests/run-all.js: glob-based test discovery for *.test.js - scripts/ci/validate-hooks.js: validate hooks.json with ajv + schemas/hooks.schema.json - schemas/hooks.schema.json: hookItem.type enum command|notification - scripts/ci/catalog.js: catalog agents, commands, skills (--json | --md) - docs/COMMAND-AGENT-MAP.md: command → agent/skill map - docs/ARCHITECTURE-IMPROVEMENTS.md: improvement recommendations - package.json: ajv, c8 devDeps; npm run coverage - CONTRIBUTING.md: Cross-Harness and Translations section - .gitignore: coverage/ Made-with: Cursor
This reverts commit 27ee3a449b.
27ee3a449b
The "Traction & Distribution" section contained internal business context (sponsor-call checklists, partner reporting instructions) that doesn't belong in a user-facing README. Moved to docs/business/.
Co-authored-by: pangerlkr <73515951+pangerlkr@users.noreply.github.com>
Adds GitHub Actions workflows for CI, maintenance, and releases with multi-platform testing matrix.