Rituals are Coven’s human-friendly session-management verbs. Ritual names are product language. The safety behavior underneath them stays precise and conservative.Documentation Index
Fetch the complete documentation index at: https://docs.opencoven.ai/llms.txt
Use this file to discover all available pages before exploring further.
Archive
Hide a non-running session. Reversible. Events preserved.
Summon
Restore an archived session, then replay/follow it.
Sacrifice
Permanently delete a non-running session and its events.
Why ritual names?
The three operations on finished sessions have very different consequences:- Archive is reversible and keeps the ledger.
- Summon brings an archived session back into the active list.
- Sacrifice is destructive, refuses live sessions, and requires
--yesso beginners do not delete work by accident.
delete would invite muscle-memory mistakes. Plain hide would lose the symmetry with summon. Ritual names make the intent visible.
Safety rules
| Ritual | Refuses live? | Reversible? | Confirmation? |
|---|---|---|---|
| Archive | yes, refuses live | yes, via summon | no |
| Summon | n/a | n/a | no |
| Sacrifice | yes, refuses live | no | requires --yes |
coven archive <id>, coven summon <id>, coven sacrifice <id> --yes).