1.2 KiB
1.2 KiB
Agent Memory Build Log
[2026-04-29] setup | Initial memory scaffold
- Created shared memory schema and guarded prompt-evolution process.
- Added commands for manual capture, memory query, and prompt evolution.
[2026-04-29] automation | Pi extension
- Added
.pi/extensions/agent-memory.ts. - Verified extension command
/memory-statusin Pi print mode. - Metrics and raw snapshots are private runtime artifacts under
.agent-memory/raw/.
[2026-04-29] timing | Active work controls
- Added explicit active prompting/work commands:
/prompt-start,/prompt-pause,/prompt-resume,/prompt-stop, and/time-report. - Reports are written under
.agent-memory/reports/and remain private/gitignored. - This measures explicit work blocks and idle-capped gaps, not hidden keystroke-level activity.
[2026-04-29] review | Automatic memory candidates
- Added automatic pending memory candidates under
.agent-memory/review/pending/after each completed agent turn. - Added
/memory-review,/memory-show,/memory-approve,/memory-discard, and/memory-clear. - Approval moves a candidate to
.agent-memory/review/approved/and launches/pi-evolve.