From 9fd505d0886d09bef9db04bb373b58451df14622 Mon Sep 17 00:00:00 2001 From: NagyVikt Date: Sun, 12 Apr 2026 03:05:57 +0200 Subject: [PATCH] Refresh README visuals to current gx branding Removed legacy alias wording, dropped the source-control visibility image block, and regenerated the service logs/status SVG so it matches current guardex output style and command naming. Constraint: keep README changes narrowly scoped to the requested image/text blocks Rejected: broad README restructuring | not requested Confidence: high Scope-risk: narrow Directive: keep status screenshot text aligned with current CLI naming when command output branding changes Tested: npm test; xmllint --noout docs/images/status-tools-logs.svg; git diff --check Not-tested: rendered markdown preview on GitHub UI --- README.md | 9 --------- docs/images/status-tools-logs.svg | 33 +++++++++++++++---------------- 2 files changed, 16 insertions(+), 26 deletions(-) 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.