Agent Platform Bootstrap v2.33.0
Agent Platform Bootstrap v2.33.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.33.0
Fixed — All 9 agent manifests fully synced with actual capabilities (16 gaps closed)
Agent .manifest.json files had drifted behind the actual .md files across multiple releases. Full audit and resync:
| Agent | Gaps closed |
|---|---|
| architect | Added: SOLID-principles, design-gate, code-standards-review, DRY-enforcement, layer-boundaries; routing: threat model, design before code, SOLID |
| backend | Added: rate-limiting, idempotency-keys, SSRF-prevention, mass-assignment-protection, OWASP-API-compliance; routing: rate limit, SSRF, REST design |
| frontend | Added: XSS-prevention, CSP-configuration, CSRF-frontend, secure-storage; routing: accessibility, XSS, CSP, localStorage |
| devops | Added: SBOM, supply-chain-security, artifact-signing, OIDC-credentials, api-version-inventory, linting-enforcement, branching-strategy |
| test | Added: contract-testing, consumer-driven-contracts, mutation-testing, regression-tests, coverage-report-generation; routing: contract test, mutation testing |
| docs | Added: docs-registry-audit, new-doc-registration, staleness-detection; routing: docs registry, registry audit |
| security | Added: prompt-injection-detection, CSRF-prevention, SSRF-prevention, security-audit-logging, LLM-security, property-level-auth; routing: prompt injection, LLM security, agentic |
| data | Added: idempotency, zero-downtime-migration, N+1-detection, index-optimisation |
| critic | Added: DRY-detection, SOLID-violations, code-structure-review, magic-numbers, design-gate-verification, cross-framework-review; routing: cross-framework, DRY, magic number |
Prevention: MAINTAINER/platform-maintainer-agent.md now has a "Manifest sync" hard rule — manifests must be updated on every agent capability change.
Upgrade path
npx github:zafrirron/Agent-Platform --mode=upgradeUpgrade
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