Skip to content

Commit c5721ea

Browse files
copeusclaude
andcommitted
dogfood(df9): commit the escalated run's audit trail
The run committed its merged work but its own state.json, receipts and results were left uncommitted — which is exactly what the audit-trail gate exists to catch, and it caught it on the previous push. The escalation is now live-verified: tier standard, model opus, model_source escalated, after a recorded non-success. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 02341ca commit c5721ea

7 files changed

Lines changed: 121 additions & 0 deletions

File tree

docs/superpowers/execution/2026-09-02-df9-escalation/.run.lock

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
378176031ebba7287d85fbe15d018ba4c25b3e47
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"scope": "impacted",
3+
"resolved_commands": [
4+
"/bin/echo floor-ok",
5+
"/bin/echo scoped"
6+
],
7+
"floor_command": "/bin/echo floor-ok",
8+
"full_command": "/bin/echo full"
9+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"agents": {},
3+
"manifest": "/Users/oleg/Dev/superpowers-v/docs/superpowers/execution/2026-09-02-df9-escalation/manifest.yaml",
4+
"run_id": "2026-09-02-df9-escalation",
5+
"worktrees": {
6+
"/Users/oleg/Dev/superpowers-v/.claude/worktrees/wf_b10e144b-06b-1": "retried"
7+
}
8+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"baseline_commit": "378176031ebba7287d85fbe15d018ba4c25b3e47",
3+
"diff_digest": "sha256:3d04c042fb1feebe68bcf50b05ebcce45fcc16ff11b876f444ca0cc078fb2277",
4+
"exit_code": 0,
5+
"job_id": "retried",
6+
"raw_stdout": "{\n \"verdict\": \"pass\",\n \"mode\": \"worktree\",\n \"baseline\": \"378176031ebba7287d85fbe15d018ba4c25b3e47\",\n \"changed\": [\n \"docs/superpowers/dogfood/2026-09-02-df9-escalation.md\"\n ],\n \"allowed\": [\n \"docs/superpowers/dogfood/2026-09-02-df9-escalation.md\"\n ],\n \"violations\": []\n}\n",
7+
"realised_commit": "378176031ebba7287d85fbe15d018ba4c25b3e47",
8+
"source": "gate-receipt",
9+
"tests": {
10+
"changed_paths": [
11+
"docs/superpowers/dogfood/2026-09-02-df9-escalation.md"
12+
],
13+
"checks": [
14+
{
15+
"checker": "/bin/echo floor-ok",
16+
"rc": 0,
17+
"status": "pass",
18+
"tier": 1
19+
},
20+
{
21+
"checker": "/bin/echo scoped",
22+
"rc": 0,
23+
"status": "pass",
24+
"tier": 1
25+
}
26+
],
27+
"contract_notes": [
28+
"scope: no test_scope declared, defaulted to 'impacted' \u2014 test_contract declares an impacted_map (1 rule(s)) \u2014 the repository has said which tests relate to which paths, so the default honours it instead of running everything",
29+
"floor: floor_command runs at every tier and comes first",
30+
"impacted: 1 command(s) from 1 changed path(s) (every matching rule unions)",
31+
"previously-failing: 0 command(s) from the last run's tests.failures[]",
32+
"newly-added: 0 command(s) from 0 added path(s) (git diff --diff-filter=A)"
33+
],
34+
"failures": [],
35+
"merge_blocked": false,
36+
"passed": true,
37+
"phase": "test_floor",
38+
"reasons": [],
39+
"tier_used": 1
40+
},
41+
"verdict": "pass",
42+
"worktree": "/Users/oleg/Dev/superpowers-v/.claude/worktrees/wf_b10e144b-06b-1"
43+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"blocked": false,
3+
"exit_code": 0,
4+
"failure_class": null,
5+
"files_changed": [
6+
"docs/superpowers/dogfood/2026-09-02-df9-escalation.md"
7+
],
8+
"gate_receipt": {
9+
"baseline_commit": "378176031ebba7287d85fbe15d018ba4c25b3e47",
10+
"diff_digest": "sha256:3d04c042fb1feebe68bcf50b05ebcce45fcc16ff11b876f444ca0cc078fb2277",
11+
"exit_code": 0,
12+
"raw_stdout": "{\n \"verdict\": \"pass\",\n \"mode\": \"worktree\",\n \"baseline\": \"378176031ebba7287d85fbe15d018ba4c25b3e47\",\n \"changed\": [\n \"docs/superpowers/dogfood/2026-09-02-df9-escalation.md\"\n ],\n \"allowed\": [\n \"docs/superpowers/dogfood/2026-09-02-df9-escalation.md\"\n ],\n \"violations\": []\n}\n",
13+
"realised_commit": "378176031ebba7287d85fbe15d018ba4c25b3e47",
14+
"verdict": "pass"
15+
},
16+
"retry_after_seconds": 0,
17+
"session_id": "",
18+
"status": "success",
19+
"summary": "Standard tier; escalates to opus on a re-attempt",
20+
"tests": {
21+
"command": "/bin/echo floor-ok\n/bin/echo scoped",
22+
"exit_code": 0,
23+
"failures": [],
24+
"scope": "impacted",
25+
"selected_count": 2
26+
},
27+
"violations": [],
28+
"worktree": "/Users/oleg/Dev/superpowers-v/.claude/worktrees/wf_b10e144b-06b-1"
29+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"run_id": "2026-09-02-df9-escalation",
3+
"phase": "DISPATCHED",
4+
"jobs": {
5+
"retried": {
6+
"baseline": "378176031ebba7287d85fbe15d018ba4c25b3e47",
7+
"isolation": "worktree",
8+
"worktree": "/Users/oleg/Dev/superpowers-v/.claude/worktrees/wf_b10e144b-06b-1",
9+
"realised_commit": "378176031ebba7287d85fbe15d018ba4c25b3e47",
10+
"status": "done",
11+
"merged": {
12+
"realised_commit": "378176031ebba7287d85fbe15d018ba4c25b3e47",
13+
"mode": "worktree",
14+
"integrated": true,
15+
"commit": "02341caf3c4a3a40c28c302bc926be1366eb12b3"
16+
}
17+
}
18+
},
19+
"waves": {
20+
"1": {
21+
"jobs": [
22+
"retried"
23+
],
24+
"merged": [
25+
"retried"
26+
],
27+
"commit": "02341caf3c4a3a40c28c302bc926be1366eb12b3",
28+
"integrated": true
29+
}
30+
}
31+
}

0 commit comments

Comments
 (0)