When you run:
npm install -g codex-observatoryCodex Observatory tries to do the equivalent of:
codex-observatory install-codex --patch-codexThat setup step:
- installs helper tools under
~/.codex/tools - installs the Codex Observatory skill under
~/.codex/skills - patches the local
codexlauncher socodex statsandcodex statwork directly - stores launcher backups under
~/.codex/integrations/codex-observatory/backups
If the automatic setup was skipped or failed, run this once:
codex-observatory install-codex --patch-codexTo undo the launcher patch and remove the Codex-side integration files:
codex-observatory uninstall-codexThen remove the npm package:
npm uninstall -g codex-observatorycodex statsis the recommended user-facing command.codex-observatoryandcodex-statsremain available as direct aliases.- Only
statsandstatare intercepted. - Other Codex commands continue to run normally.