mirror of
https://github.com/myronblair/codex-permanent-memory
synced 2026-06-30 17:50:55 -05:00
24 lines
877 B
Markdown
24 lines
877 B
Markdown
# Codex Permanent Memory
|
|
|
|
This private repository is a durable memory workspace for future Codex sessions.
|
|
|
|
## Purpose
|
|
|
|
- Keep long-lived facts that should survive across projects and sessions
|
|
- Preserve infrastructure notes, preferences, inventory details, and recurring operating context
|
|
- Maintain a simple session log that can be appended over time
|
|
|
|
## Suggested Use In Future Sessions
|
|
|
|
- Open this folder as part of the workspace when you want Codex to have direct access to it
|
|
- Or point Codex to the files here at the start of a session
|
|
- Update the memory files when important facts change
|
|
|
|
## Key Files
|
|
|
|
- `MEMORY.md` for durable facts
|
|
- `IDENTITY.md` for account, host, and preference details
|
|
- `INFRASTRUCTURE.md` for persistent infrastructure inventory
|
|
- `SESSION_LOG.md` for important chronological notes
|
|
- `scripts/sync-to-github.ps1` for quick push-based backup
|