docs: rename gitagent CLI command references to gapman#74
Merged
shreyas-lyzr merged 1 commit intomainfrom May 5, 2026
Merged
Conversation
The CLI binary was renamed gitagent → gapman in v0.3.0, with gitagent
kept as an alias. This sweep updates all command-line examples in docs
and example READMEs to use the canonical 'gapman' invocation.
- README.md, docs.md, CONTRIBUTING.md
- spec/SPECIFICATION.md
- docs/comparison.md, docs/adapters/gemini.md
- examples/gitagent-helper/, examples/lyzr-agent/, examples/nvidia-deep-researcher/, examples/jason-my-claw-is-the-law-deebee-4567b4/
- .github/ISSUE_TEMPLATE/bug_report.md
- @shreyaskapale/gitagent (deprecated) and @open-gitagent/gitagent (renamed) install commands updated to @open-gitagent/gapman
The gitagent alias still works at runtime — backward-compat notes preserved.
Project / protocol / repo names ("gitagent", "open-gitagent/gitagent-protocol")
are unchanged; only CLI invocations and npm package names were rewritten.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The CLI binary was renamed
gitagent→gapmanin v0.3.0, withgitagentkept as an alias for backward compatibility. The docs were never fully swept to match. This PR updates all command-line examples to use the canonicalgapmaninvocation.What changed
gitagent <verb>→gapman <verb>for all 14 CLI verbs (init, validate, info, export, import, install, audit, skills, run, lyzr, registry, test, diff, clone)gitagent --flag→gapman --flagnpx gitagent→npx gapman@shreyaskapale/gitagent(deprecated) and@open-gitagent/gitagent(renamed) →@open-gitagent/gapmannpm install -g gitagent(unscoped) →npm install -g gapmanWhat deliberately did NOT change
open-gitagent/gitagent-protocolrepo URL.gitagent/runtime state directorygitagentas a class/identifier in source code (unchanged)paper/open-gap.md(paper has its own canonical phrasing)README.md:256anddocs.md:62) explicitly mention thatgitagentis installed as an alias — those stayFiles changed
README.md,docs.md,CONTRIBUTING.mdspec/SPECIFICATION.mddocs/comparison.md,docs/adapters/gemini.mdexamples/gitagent-helper/(8 files),examples/lyzr-agent/,examples/nvidia-deep-researcher/,examples/jason-my-claw-is-the-law-deebee-4567b4/,examples/standard/memory/daily-log/2026-02-18.md.github/ISSUE_TEMPLATE/bug_report.mdTest plan
git diff mainshows pure docs changes — no source code touchedgitagent <verb>CLI invocations in tracked docs (verified viagrep -r 'gitagent (init|validate|...) ' --include='*.md')