From 81ab53272a062015e672f7ae8576fd54b40a382d Mon Sep 17 00:00:00 2001
From: shreyas-lyzr
### CI/CD for Agents
-Run `gapman validate` on every push via GitHub Actions. Test agent behavior in CI, block bad merges, and auto-deploy — treat agent quality like code quality.
+Run `opengap validate` on every push via GitHub Actions. Test agent behavior in CI, block bad merges, and auto-deploy — treat agent quality like code quality.
@@ -216,7 +216,7 @@ This pattern is demonstrated with [NVIDIA's AIQ Deep Researcher](https://github.
- **Fork for a new domain** — edit `SOUL.md` for legal/medical/finance research without touching Python
- **Version prompts independently** — `git diff` when the orchestrator's style regresses
-- **Validate SOD** — `gapman validate --compliance` ensures the orchestrator can't also be the researcher
+- **Validate SOD** — `opengap validate --compliance` ensures the orchestrator can't also be the researcher
- **Export to other runtimes** — same identity on Claude Code, OpenAI, or as a raw system prompt
```
@@ -238,22 +238,22 @@ See [`examples/nvidia-deep-researcher/`](examples/nvidia-deep-researcher/) for t
```bash
# Install
-npm i -g @open-gitagent/gapman
+npm i -g @open-gitagent/opengap
# Create a new agent
-gapman init --template standard
+opengap init --template standard
# Validate
-gapman validate
+opengap validate
# View agent info
-gapman info
+opengap info
# Export to system prompt
-gapman export --format system-prompt
+opengap export --format system-prompt
```
-> `gitagent` is installed as an alias — all `gapman