Rebrand: GitAgentProtocol (Open GAP)
The project is now officially GitAgentProtocol (Open GAP) — a framework-agnostic, git-native standard for defining AI agents. The reference CLI is now called gapman (GAP Manager).
Breaking-ish change
- npm package renamed —
@open-gitagent/gitagent→gapman npm install -g gapmanis the new install command- Both
gapmanandgitagentbinaries are installed — existing scripts keep working
Install
```bash
npm install -g gapman
gapman --version # 0.3.0
```
The old @open-gitagent/gitagent package stays at v0.2.0 on npm; all new development ships under gapman.
Docs updated
- README and docs.md now lead with Open GAP branding
- CLI help text renamed to `gapman`
npx gapman run -r <repo>for the registry