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$