feat: add 15 commands from fuji — cart, index, issue, pass, receive, recall, remember, search, status, summary, plan, work, why, insight, ask

This commit is contained in:
2026-06-09 17:39:17 +02:00
parent a08d7a0223
commit b8d7ed5674
15 changed files with 269 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
Audit the current session's research flow. Execute in order:
1. CONTEXT CHECK: memory_recall for subjects matching the current session topics. List what EEMS knows.
2. AGGREGATE: Identify duplicate or overlapping memories on the same topic. If multiples exist, consolidate into one authoritative entry — keep the best, link or supersede the rest with memory_link(relation="supersedes").
3. CORRECT: If any stored memory contradicts findings from this session, update it. Use memory_link(relation="contradicts") to mark the old one, store the corrected version.
4. PRUNE: Memories that exist only because of an abandoned research direction (pivot happened, conclusion changed) — delete them with memory_forget. State what you're deleting and why.
5. REPORT: Output a summary table — kept, merged, corrected, deleted. One line each.
Be aggressive. Research flows generate speculative memories that don't survive the final conclusion. Kill them.