ingesting-agent-history
Installation
SKILL.md
Ingesting Agent History
Creates a timestamped session summary file in .adr/agent_ingest/ whenever a chat is cleared or compacted.
When to Use
- End of a long session.
- Before clearing/compacting memory.
- Before handing off to a new agent.
Output Requirements
- Create a new ingest file in
.adr/agent_ingest/using the template:- Template:
.codex/templates/agent-ingest/agent-ingest-entry.md
- Template:
- File naming:
ingest_YYYY-MM-DD_HHMM_<short-commit>.md - Fill all placeholders with current state:
- Branch, commit, ADR phase, app state, last user request/response.
- Keep it concise but specific so the next agent can resume without guesswork.