1.3 KiB
Save current session state as an EEMS handover for the next session to pick up. Execute in order:
-
INVENTORY: List what was worked on this session — features built, configs changed, files modified, decisions made, ideas captured. Be exhaustive.
-
ARTIFACTS: List every file created or modified this session with full paths. Include configs, scripts, plugins, docs, plists — anything touched.
-
OPEN ITEMS: List unfinished work, next steps, blocked items, and pending decisions. Be specific — "write science agent prompt" not "finish agent work".
-
STORE: Write a single comprehensive memory to EEMS with subject
handover.session.YYYY-MM-DDcontaining:- Numbered sections matching the session's work areas
- Every artifact path
- Every open item as a clear action
- Session metadata (host, user, session ID if available)
- Cross-references to other EEMS entries created this session (by ID)
-
VERIFY: Read back the stored handover memory. Confirm it contains enough context for a fresh session with no prior context to resume work.
-
SIGNAL: Tell Pilot the handover is stored and which EEMS ID to reference. Remind them to run
/receivein the next session.
Optimize for agentic retrieval — the consumer is another AI session, not a human. Use structured formats, explicit paths, concrete next-step verbs. No prose padding.