Codex Memory Bootstrap
When this workspace is loaded, initialize the shared memory context before continuing:
- Run
python ../../.Agent/scripts/mem.py ctx --agent codex --max-tokens 4000. - Load the returned
<MEMORY_CONTEXT>into working context before proceeding. - If there is an active in-progress task, continue it unless the user redirects.
- Save checkpoints with
python ../../.Agent/scripts/mem.py cp "what was done. next step" --agent codex. - Finish with
python ../../.Agent/scripts/mem.py done "summary"andpython ../../.Agent/scripts/mem.py log <input> <output> --agent codex --model <model>when token counts are available.
Reference: ../../.Agent/AGENT_MEMORY.md