From 47e634f64dc5686e56b82e0875b4b7a3cf32d30a Mon Sep 17 00:00:00 2001 From: NagyVikt Date: Sat, 11 Apr 2026 19:32:09 +0200 Subject: [PATCH] Refresh setup screenshot to show current gx behavior in non-repo directories The README setup image still showed legacy musafety success output, which no longer matches current guardex CLI behavior. This update replaces the screenshot content with the exact gx/gx setup/gx init transcript requested and adjusts the section label so readers understand it is behavior output rather than a success-only path. Constraint: Keep screenshot asset path stable so existing README links continue working Rejected: Add a second screenshot file and keep the old one | increases drift and visual confusion Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep docs/images/setup-success.svg synchronized with current CLI wording whenever status/setup text changes Tested: npm test (54/54) Not-tested: Visual rendering check in GitHub markdown UI after merge --- README.md | 4 +-- docs/images/setup-success.svg | 53 +++++++++++++++++------------------ 2 files changed, 28 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 34b9098..7a1c7a2 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,9 @@ That one command runs: 5. installs local Codex + Claude gx helper skill files if missing, 6. scans and reports final status. -## Setup screenshot +## Setup behavior screenshot -![gx setup success screenshot](https://raw.githubusercontent.com/recodeecom/multiagent-safety/main/docs/images/setup-success.svg) +![gx status/setup behavior screenshot](https://raw.githubusercontent.com/recodeecom/multiagent-safety/main/docs/images/setup-success.svg) ## Status logs screenshot diff --git a/docs/images/setup-success.svg b/docs/images/setup-success.svg index d3f1469..a56260a 100644 --- a/docs/images/setup-success.svg +++ b/docs/images/setup-success.svg @@ -1,43 +1,42 @@ - - musafety setup terminal output - Illustrative terminal screenshot showing setup prompt, global toolchain install, and success status. + + guardex setup behavior outside git repository + Terminal screenshot showing gx status, gx setup failure outside a git repo, and gx init unknown command output. - - + + - musafety setup + guardex status + setup - deadpool@ksskkfb03:~/Documents/szaloniroda/marva$ musafety setup - Install missing global tools now? (npm i -g oh-my-codex @fission-ai/openspec) [y/n] y - [musafety] Installing global toolchain: npm i -g oh-my-codex @fission-ai/openspec - [musafety] ✅ Global tools installed (oh-my-codex, @fission-ai/openspec). + deadpool@recodee:~/Documents/testguardex$ gx + [guardex] CLI: @imdeadpool/guardex/5.0.0 linux-x64 node-v22.22.0 + [guardex] Global services: + - ● oh-my-codex: active + - ● @fission-ai/openspec: active + [guardex] Repo safety service: ● inactive (no git repository at target). - [musafety] Setup/install: /home/deadpool/Documents/szaloniroda/marva - - unchanged scripts/agent-branch-start.sh - - unchanged scripts/agent-branch-finish.sh - - unchanged scripts/agent-file-locks.py - - unchanged scripts/install-agent-git-hooks.sh - - unchanged .githooks/pre-commit - - unchanged .omx/state/agent-file-locks.json - - unchanged package.json - - unchanged AGENTS.md - - hooksPath set core.hooksPath=.githooks + deadpool@recodee:~/Documents/testguardex$ gx setup + [guardex] Already installed globally: oh-my-codex, @fission-ai/openspec + [guardex] ✅ OMX/OpenSpec global tools already installed. Skipping. + [guardex] Target is not inside a git repository: /home/deadpool/Documents/testguardex + fatal: not a git repository (or any of the parent directories): .git - [musafety] Setup/fix: /home/deadpool/Documents/szaloniroda/marva - - unchanged managed files + lock registry + AGENTS + hooksPath + deadpool@recodee:~/Documents/testguardex$ gx + [guardex] CLI: @imdeadpool/guardex/5.0.0 linux-x64 node-v22.22.0 + [guardex] Global services: + - ● oh-my-codex: active + - ● @fission-ai/openspec: active + [guardex] Repo safety service: ● inactive (no git repository at target). - [musafety] Scan target: /home/deadpool/Documents/szaloniroda/marva - [musafety] Branch: main - [musafety] ✅ No safety issues detected. - [musafety] ✅ Setup complete. - [musafety] Copy AI setup prompt with: musafety copy-prompt + deadpool@recodee:~/Documents/testguardex$ gx init + [guardex] Unknown command: init + deadpool@recodee:~/Documents/testguardex$