Context
The source docs and connector guidance use Claude-specific local paths and names, including examples such as:
~/.local/share/claude-grc/tools/...
~/.config/claude-grc/connectors/...
~/.cache/claude-grc/findings/...
CLAUDE_GRC_SCF_CACHE
For a Codex fork, these names are confusing and may conflict with existing Claude installs. However, breaking existing scripts abruptly would be inefficient.
Tasks
Acceptance Criteria
- Codex docs use Codex-native paths.
- Existing users have a clear migration path from Claude-named config/cache locations.
Context
The source docs and connector guidance use Claude-specific local paths and names, including examples such as:
~/.local/share/claude-grc/tools/...~/.config/claude-grc/connectors/...~/.cache/claude-grc/findings/...CLAUDE_GRC_SCF_CACHEFor a Codex fork, these names are confusing and may conflict with existing Claude installs. However, breaking existing scripts abruptly would be inefficient.
Tasks
claude-grcpath/env var references.codex-grcpaths andCODEX_GRC_*env vars.Acceptance Criteria