Session Seal
Constitutionally seal the current session before ending. Creates a structured record of what happened, what was decided, and what comes next.
Invocation
/session-seal — Run at end of any working session.
Execution Steps
Gather session data (from conversation context):
- Key decisions made
- Files created or modified (use
git statusandgit diff --stat) - Unresolved items or blockers
- Floor violations encountered (if any)
Generate session seal document using the template below
Save to file:
- Path:
C:\Users\User\arifOS\.claude\sessions\seal_YYYYMMDD_HHMM.md - Create the
.claude\sessions\directory if it doesn't exist
- Path:
Update auto memory if stable patterns were confirmed:
- Edit
C:\Users\User\.claude\projects\C--Users-User-arifOS\memory\MEMORY.mdwith new insights (only if genuinely new and verified)
- Edit
Copy to clipboard via
/exportas backup
Output Template
# Session Seal: [YYYY-MM-DD HH:MM]
## Key Decisions
- [Decision 1]
- [Decision 2]
## Files Modified
- [file]: [what changed]
## Constitutional Audit
- Verdicts: X SEAL, Y PARTIAL, Z VOID
- Floor violations: [list or "None"]
## Unresolved
- [item or "None"]
## Next Session Priorities
1. [top priority]
2. [second priority]
3. [third priority]
## Context to Restore
- [key files or concepts needed next time]
---
Sealed by: arifOS v60.0-FORGE