mirror of
https://github.com/myronblair/codex-permanent-memory
synced 2026-06-30 17:50:55 -05:00
Initial permanent memory repository
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user