Skip to content

Agent Platform Bootstrap v2.37.0

Choose a tag to compare

@zafrirron zafrirron released this 11 Jun 13:00
· 10 commits to main since this release

Agent Platform Bootstrap v2.37.0

Built by agents. For agents. To build better agents.


Install

npx github:zafrirron/Agent-Platform

Start 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-api playbook — OpenAPI/Swagger tasks now route to .agent/playbooks/document-api.md instead 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 and CURRENT.md logging; 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 playbookAGENTS.md docs row now points to document-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=upgrade

Your 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 everything

Removes 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