mirror of
https://github.com/openai/codex.git
synced 2026-05-01 03:42:05 +03:00
## Summary - update `codex-rs/core/templates/memories/stage_one_system.md` so phase 1 captures stronger user-preference signals, richer task summaries, and cwd provenance without branch-specific fields - update `codex-rs/core/templates/memories/consolidation.md` so phase 2 keeps separate sections for user preferences, reusable knowledge, and failure shields while staying cwd-aware but branchless - document the `codex` prompt-template maintenance rule in `codex-rs/core/src/memories/README.md`: the undated templates are canonical here and should be edited in place ## Testing - cargo test -p codex-core memories --manifest-path codex-rs/Cargo.toml