srs/.codex/config.toml
winlin 55fc52a0f6 Claude: Replace AGENTS.md symlinks with explicit workspace instructions
Convert .claude/CLAUDE.md and .codex/CODEX.md from symlinks to ../.openclaw/AGENTS.md
into standalone files that instruct the agent to read IDENTITY.md, MEMORY.md, SOUL.md,
TOOLS.md, and USER.md directly. Drop the SessionStart hook in .claude/settings.local.json
and the project_doc_fallback_filenames / project_doc_max_bytes entries in
.codex/config.toml, since the entrypoint files now reference the workspace docs explicitly.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-26 11:16:00 -04:00

6 lines
256 B
TOML

#:schema https://developers.openai.com/codex/config-schema.json
# Codex currently supports one explicit instruction entrypoint file.
# That file can then instruct Codex to read additional local files at session start.
model_instructions_file = "CODEX.md"