Agent Platform Bootstrap v2.37.0
Agent Platform Bootstrap v2.37.0
Built by agents. For agents. To build better agents.
Install
npx github:zafrirron/Agent-PlatformStart your first session — paste into your AI agent chat:
Read .agent/session-start.md and execute it.
What's new in v2.37.0
Added
document-apiplaybook — OpenAPI/Swagger tasks now route to.agent/playbooks/document-api.mdinstead of*(none)*; enforces spec-from-code alignment and mandatory Critic review before handoff- Session-end Step 2a — Critic catch-up gate when application code changed but playbook Step 5b was skipped
- Session-end Step 2e — mandatory test + coverage verification when application code changed
- CHECKLIST quality gates — Critic, Security gate, and playbook Step 5b output tracked explicitly
Fixed
- Critic gate skipped on bug-fix / add-feature — Step 5b marked MANDATORY with required
▶ Critic review —output andCURRENT.mdlogging; HARD RULE blocks marking work done without review - PowerShell commit failure at session-end — Step 2c forbids
&&chaining; each git command runs as a separate shell invocation - Docs route without playbook —
AGENTS.mddocs row now points todocument-api.md(prevents spec drift / docs-before-code)
Changed
- add-feature Step 5a — Security gate outputs required
▶ Security gate —signal when triggered
Upgrade
npx github:zafrirron/Agent-Platform --mode=upgradeYour agents get improved rules. Your project customisations are untouched.
Uninstall
npx github:zafrirron/Agent-Platform --mode=uninstall # dry run — shows what will be removed
npx github:zafrirron/Agent-Platform --mode=uninstall --confirm # removes everythingRemoves all platform AI coordination files and restores any AI config files that existed before install.
Built by agents. For agents. To build better agents.
https://github.com/zafrirron/Agent-Platform