github open-gitagent/gitagent v0.3.0
v0.3.0 — Rebrand to GitAgentProtocol (Open GAP), published as gapman

latest releases: v0.3.2, v0.3.1
7 hours ago

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/gitagentgapman
  • npm install -g gapman is the new install command
  • Both gapman and gitagent binaries 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

Don't miss a new gitagent release

NewReleases is sending notifications on new releases.