-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoordination.k9
More file actions
43 lines (41 loc) · 1.36 KB
/
coordination.k9
File metadata and controls
43 lines (41 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Thin coordination bindings for central session-management standards
session_management:
source_of_truth: "standards/session-management-standards"
canonical_commands:
- "intake repo <path>"
- "checkpoint change <path>"
- "verify maintenance <path>"
- "verify substantial <path>"
- "verify release <path>"
- "close planned <path>"
- "close urgent <path>"
- "recover repo <path>"
- "handover full <path>"
- "handover split <path>"
- "handover model <path>"
- "handover human <path>"
signals:
- name: "session.intake"
command: "intake repo <path>"
- name: "session.checkpoint"
command: "checkpoint change <path>"
- name: "session.verify.maintenance"
command: "verify maintenance <path>"
- name: "session.verify.substantial"
command: "verify substantial <path>"
- name: "session.verify.release"
command: "verify release <path>"
- name: "session.close.planned"
command: "close planned <path>"
- name: "session.close.urgent"
command: "close urgent <path>"
- name: "session.recover"
command: "recover repo <path>"
- name: "session.handover.full"
command: "handover full <path>"
- name: "session.handover.split"
command: "handover split <path>"
- name: "session.handover.model"
command: "handover model <path>"
- name: "session.handover.human"
command: "handover human <path>"