Skip to content

[codex] Add read-only doctor snapshot#37

Open
na-navi wants to merge 1 commit into
mainfrom
codex/doctor-mvp
Open

[codex] Add read-only doctor snapshot#37
na-navi wants to merge 1 commit into
mainfrom
codex/doctor-mvp

Conversation

@na-navi
Copy link
Copy Markdown
Owner

@na-navi na-navi commented May 19, 2026

Summary

  • add --doctor mode to emit a read-only JSON health snapshot before Hermes/model-cache work
  • report runtime, dependency, plugin, environment, and fixed .codex observations with path redaction
  • redact HOME/USERPROFILE paths to ~ and other absolute paths to basename-only <absolute-path>/... form
  • document doctor mode in Japanese, English, and Chinese READMEs plus skill docs

Safety boundaries

  • no Hermes execution
  • no model cache write
  • no workspace write probe
  • no config/auth/session content reads
  • no recursive .codex scan

Verification

  • python -m unittest scripts.test_invoke_cormes (20 tests)
  • python scripts\validate-plugin.py
  • git diff --check
  • installed-plugin smoke: python %USERPROFILE%\.codex\plugins\cormes\scripts\invoke-cormes.py --doctor

Closes #25

@na-navi na-navi force-pushed the codex/doctor-mvp branch from e777cdd to 7fc0f2f Compare May 20, 2026 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

読み取り専用の --doctor で Codex 環境診断を出す

1 participant