diff --git a/README.md b/README.md index e273418..8115108 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ Alias support: - preferred: `gx` - full: `guardex` -- legacy: `musafety`, `multiagent-safety` ## Copy-paste: daily workflow (per new user task) @@ -89,14 +88,6 @@ If you use `scripts/codex-agent.sh`, the finish flow is auto-run after the Codex ![gx lock and delete guard screenshot](https://raw.githubusercontent.com/recodeecom/multiagent-safety/main/docs/images/workflow-lock-guard.svg) -### Source control visibility - -![gx source control multi-agent screenshot](https://raw.githubusercontent.com/recodeecom/multiagent-safety/main/docs/images/workflow-source-control.svg) - -### Real VS Code Source Control example - -![GuardeX real VS Code Source Control layout](./docs/images/workflow-vscode-guardex-real.png) - ## Copy-paste: common commands ```sh diff --git a/docs/images/status-tools-logs.svg b/docs/images/status-tools-logs.svg index 7f10bb1..ac0ff80 100644 --- a/docs/images/status-tools-logs.svg +++ b/docs/images/status-tools-logs.svg @@ -12,36 +12,35 @@ - musafety status + gx status - [musafety] CLI: musafety/0.4.6 linux-x64 node-v22.22.0 - [musafety] Global services: + [guardex] CLI: @imdeadpool/guardex/5.0.2 linux-x64 node-v22.22.0 + [guardex] Global services: - ● oh-my-codex: active - ● @fission-ai/openspec: active - [musafety] Repo safety service: ● active. - [musafety] Repo: /home/deadpool/KFB-WIRELESS-CLIP-TESTER/GUI - [musafety] Branch: ksskkfb02 - musafety-tools logs: + - ● @imdeadpool/codex-account-switcher: active + [guardex] Repo safety service: ● active. + [guardex] Repo: /path/to/your/repo + [guardex] Branch: agent/your-branch + guardex-tools logs: - ├─ USAGE - - $ musafety <command> [options] + ├─ USAGE + + $ gx <command> [options] - ├─ COMMANDS - - status Show musafety CLI + service health without modifying files + ├─ COMMANDS - setup Install + repair guardrails in a git repo (supports --no-gitignore) + status Show GuardeX CLI + service health without modifying files - doctor Repair safety setup drift, then verify repo safety + setup Install + repair guardrails in a git repo (supports --no-gitignore) - copy-prompt Print the AI-ready setup checklist + doctor Repair safety setup drift, then verify repo safety protect Manage protected branches (list/add/remove/set/reset) sync Check or sync agent branches with origin/<base> └─ - Try 'musafety doctor' for one-step repair + verification. + Try 'gx doctor' for one-step repair + verification.