Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions fixtures/phase-5/awaiting-human-approval.daemon-summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"proposalId": "cccccccc-0000-4000-8000-000000000501",
"proposalRevision": "e9372e01bd26c37ea61c85f07140db544f5d426aa7a29a6404a54a23b0bba26e",
"familiarUuid": "eeeeeeee-0000-4000-8000-000000000501",
"familiarId": "echo",
"writer": "familiar:echo",
"stagedAt": "2026-07-15T09:02:00Z",
"targets": [
"MEMORY.md"
],
"approvalPath": {
"variant": "human_approval_with_rationale",
"label": "human_review",
"veto_deadline": null,
"affected_surfaces": [
"MEMORY.md"
]
},
"lifecycle": "awaiting_human_approval",
"earliestClose": null,
"affectedRegions": [
"memory_conventions"
],
"blockedReason": null
}
217 changes: 217 additions & 0 deletions fixtures/phase-5/awaiting-human-approval.staged-envelope.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,217 @@
{
"schema": "phase5_v1",
"pending": {
"id": "cccccccc-0000-4000-8000-000000000501",
"familiar_id": "eeeeeeee-0000-4000-8000-000000000501",
"writer": "familiar:echo",
"channel": "Mutation",
"thread_id": "aaaaaaa5-0005-4005-8005-000000000501",
"fray": {
"Frayed": {
"strand": null,
"channel": "Mutation",
"reason": "ContentHashMismatch"
}
},
"edits": [
{
"surface": "MEMORY.md",
"contents": {
"encoding": "utf8",
"data": "Proposed change for awaiting-human-approval.\n"
}
}
],
"staged_at": [
2026,
196,
9,
2,
0,
0,
0,
0,
0
]
},
"classification": {
"proposal_id": "cccccccc-0000-4000-8000-000000000501",
"familiar_id": "eeeeeeee-0000-4000-8000-000000000501",
"channel": "Mutation",
"affected_surfaces": [
"MEMORY.md"
],
"affected_regions": [
"memory_conventions"
],
"path_tier_floor": 1,
"approval_path": {
"kind": "human_approval_with_rationale"
},
"evidence_replay_hash": [
99,
100,
101,
102,
103,
104,
105,
106,
107,
108,
109,
110,
111,
112,
113,
114,
115,
116,
117,
118,
119,
120,
121,
122,
123,
124,
125,
126,
127,
128,
129,
130
],
"classified_at": [
2026,
196,
9,
2,
0,
0,
0,
0,
0
]
},
"materialized_diff": {
"surfaces": [
{
"surface": "MEMORY.md",
"before": [
98,
101,
102,
111,
114,
101
],
"after": [
80,
114,
111,
112,
111,
115,
101,
100,
32,
99,
104,
97,
110,
103,
101,
32,
102,
111,
114,
32,
97,
119,
97,
105,
116,
105,
110,
103,
45,
104,
117,
109,
97,
110,
45,
97,
112,
112,
114,
111,
118,
97,
108,
46,
10
]
}
]
},
"region_evidence": [
{
"region_id": "memory_conventions",
"affected_surfaces": [
"MEMORY.md"
],
"min_path_tier": 1,
"replay_bytes": [
114,
101,
112,
108,
97,
121,
45,
97,
119,
97,
105,
116,
105,
110,
103,
45,
104,
117,
109,
97,
110,
45,
97,
112,
112,
114,
111,
118,
97,
108
],
"rationale": "Lifecycle sample for awaiting-human-approval"
}
],
"lifecycle": {
"state": "awaiting_human_approval"
},
"staged_at": [
2026,
196,
9,
2,
0,
0,
0,
0,
0
],
"veto_deadline": null,
"earliest_close": null
}
25 changes: 25 additions & 0 deletions fixtures/phase-5/blocked.daemon-summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"proposalId": "cccccccc-0000-4000-8000-000000000504",
"proposalRevision": "f939d1c1b29998aceaacb0f86fba908a9cc4b9109539020e6d9b0a0840fd8fbd",
"familiarUuid": "eeeeeeee-0000-4000-8000-000000000504",
"familiarId": "echo",
"writer": "familiar:echo",
"stagedAt": "2026-07-15T09:32:00Z",
"targets": [
"MEMORY.md"
],
"approvalPath": {
"variant": "human_approval",
"label": "policy_blocked",
"veto_deadline": null,
"affected_surfaces": [
"MEMORY.md"
]
},
"lifecycle": "blocked",
"earliestClose": null,
"affectedRegions": [
"memory_conventions"
],
"blockedReason": "daemon-reported-block"
}
Loading
Loading