chore: add memory review queue

This commit is contained in:
2026-04-29 21:55:50 +03:00
parent 4fa9561a8d
commit c3397cd47c
5 changed files with 239 additions and 4 deletions
+6
View File
@@ -16,3 +16,9 @@
- 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`.