bamforge-plugin-readiness-kit
# BamForge Plugin Readiness Kit
Official BAM plugin APIs are still under development. BamForge fills the gap with:
- a manifest schema (`apps/web/app/bamforge/kit/manifest.schema.json`)
- a capability taxonomy (`apps/web/app/bamforge/kit/capabilities.json`)
- an install plan generator (`POST /api/bamforge/install-plan`)
## Manifest
The manifest is intentionally boring: it should be diffable, reviewable, and safe to share.
Key fields:
- `id`, `name`, `version`
- `kind` (`ace-policy`, `ordering-policy`, `telemetry`, etc.)
- `compatibility.bamClient` / `compatibility.bamNode`
- `status` (`known-good` / `experimental`)
## Install Plan Generator
The install plan generator produces operator scaffolding (systemd/docker stubs) + version warnings.
**Important:** until the official plugin load mechanism is public, the generator's config steps are placeholders.