Skip to content

Commit 19d1217

Browse files
AHBG Grok: adopt war_v3 (1.0.1-proposal-1)
- Wire run_common_corpus.py to war_v3 corpus-revision (canonical f83c96d0...) - occupied/dual_target_collision now have standing_override=null; evidence_standing from deterministic run (defender-holds + priority) - Full 35-scenario successor run: SURVIVED 35 / FALSIFIED 0 / UNRESOLVED 0 - hard_veto_construct: SURVIVED (refusals=3, hard_veto telemetry, no builds) - Update reviews (codex, deepcode), COMPARISON.md, README, CORPUS_ADOPTION - Rebuild corpus-run/calibration-family-1.0.1-proposal-1/ - Tests + smoke epoch green Refs: war_v3, resolve war, hard-veto-construct, proceed
1 parent 22b7434 commit 19d1217

236 files changed

Lines changed: 9257 additions & 163 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ahbg/CALIBRATION.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,17 @@ A checker reports failures; it does not silently repair the target while claimin
255255

256256
## Normalized artifacts
257257

258-
Each build emits:
258+
Each build exposes a checkable artifact root. The workspace owner/root carries
259+
`BUILD_MANIFEST.json`. The selected artifact root carries `RUN_MANIFEST.json`,
260+
`CALIBRATION_RESULT.json`, `CALIBRATION_REPORT.md`, and either aggregate
261+
`EVENTS.jsonl` or per-scenario `*/events.jsonl`.
262+
263+
Accepted artifact roots:
259264

260265
```text
261-
BUILD_MANIFEST.json
262-
RUN_MANIFEST.json
263-
EVENTS.jsonl
264-
CALIBRATION_RESULT.json
265-
CALIBRATION_REPORT.md
266+
corpus-run/<corpus-id>/
267+
artifacts/
268+
workspace root
266269
```
267270

268271
Every result identifies exact source commits, builder identity, branch, workspace, frozen build SHA, scenario corpus identity, seed set, provider relation, fitted parameters, controls, and evidence standing.

ahbg/CORPUS_ADOPTION.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"schema": "interdependency.ahbg.shared-corpus-adoption/1.0.0",
3+
"recorded_utc": "2026-08-30T07:19:36Z",
4+
"scope": "local-three-worktree-adoption",
5+
"corpus": {
6+
"corpus_id": "calibration-family",
7+
"proposal_version": "1.0.1-proposal-1",
8+
"proposer": "DeepCode",
9+
"source_path": "/home/wayseer_interdependentway_org/src/stack-deepcode/ahbg/deepseek/corpus-proposal/corpus.json",
10+
"source_commit": "90b66e39d8527cd1adc8c69391f64253e5a0ab94",
11+
"corpus_json_sha256": "ea172cb68a1a31be843f45c9886590f95f60daad4f10b9e42732bfd416ef73ab",
12+
"canonical_scenarios_sha256": "371d2361f57b56d73544f58b247704617d550a7a0685a133c4f8b1ff3b36c835",
13+
"predecessor": {
14+
"proposal_version": "1.0.0-proposal-1",
15+
"canonical_scenarios_sha256": "b05cba2cf2f15583548cc15158f09e2612545c978b6a42ddeb314f1e4ed0e5e0"
16+
},
17+
"scenario_count": 35
18+
},
19+
"builder_adoptions": [
20+
{
21+
"builder": "Grok",
22+
"branch": "main",
23+
"frozen_build_sha": "cce9cec7dae61304118efcd47bc0d7461200d335",
24+
"decision": "adopted_without_amendments",
25+
"adoption_record": "/home/wayseer_interdependentway_org/src/stack/ahbg/grok/corpus-adoption/CORPUS_ADOPTION.json",
26+
"result_path": "/home/wayseer_interdependentway_org/src/stack/ahbg/grok/corpus-run/calibration-family-1.0.1-proposal-1/CALIBRATION_RESULT.json",
27+
"artifact_check_layout": "corpus-run/calibration-family-1.0.1-proposal-1:aggregate-events",
28+
"summary": {
29+
"SURVIVED": 35,
30+
"UNRESOLVED": 0,
31+
"FALSIFIED": 0,
32+
"BLOCKED": 0
33+
}
34+
},
35+
{
36+
"builder": "Codex",
37+
"branch": "agent/ahbg-codex",
38+
"frozen_build_sha": "ffb64c274583d8539f8f4fe7e0aa77366689e910",
39+
"decision": "adopted_without_amendments",
40+
"adoption_record": "/home/wayseer_interdependentway_org/src/stack-codex/ahbg/codex/corpus-adoption/CORPUS_ADOPTION.json",
41+
"result_path": "/home/wayseer_interdependentway_org/src/stack-codex/ahbg/codex/corpus-run/calibration-family-1.0.1-proposal-1/CALIBRATION_RESULT.json",
42+
"artifact_check_layout": "corpus-run/calibration-family-1.0.1-proposal-1:aggregate-events",
43+
"summary": {
44+
"SURVIVED": 35,
45+
"UNRESOLVED": 0,
46+
"FALSIFIED": 0,
47+
"BLOCKED": 0
48+
}
49+
},
50+
{
51+
"builder": "DeepCode",
52+
"branch": "agent/ahbg-deepcode",
53+
"frozen_build_sha": "ec07f465184e7a37af856bc5b301bd8eaa4f097b",
54+
"decision": "proposer_mirror_no_amendments",
55+
"adoption_record": "/home/wayseer_interdependentway_org/src/stack-deepcode/ahbg/deepseek/corpus-adoption/CORPUS_ADOPTION.json",
56+
"result_path": "/home/wayseer_interdependentway_org/src/stack-deepcode/ahbg/deepseek/artifacts/CALIBRATION_RESULT.json",
57+
"artifact_check_layout": "artifacts:per-scenario-events",
58+
"summary": {
59+
"SURVIVED": 35,
60+
"UNRESOLVED": 0,
61+
"FALSIFIED": 0,
62+
"BLOCKED": 0
63+
}
64+
}
65+
],
66+
"artifact_checker": {
67+
"schema": "interdependency.ahbg.codex.artifact-check/1.1.0",
68+
"standing": "SURVIVED",
69+
"targets_checked": 3,
70+
"falsified_targets": 0
71+
},
72+
"formal_merge_status": "local_adoption_complete; remote_or_branch_merge_not_performed",
73+
"hmmm": [
74+
"Remote GitHub/PR merge state was not changed.",
75+
"Historical reciprocal-review files still preserve earlier path assumptions.",
76+
"DeepCode-only extensions remain outside this adopted shared corpus."
77+
]
78+
}

ahbg/CORPUS_ADOPTION.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# AHBG Successor Corpus Adoption
2+
3+
Recorded: `2026-08-30T07:19:36Z`
4+
5+
This packet records local three-worktree adoption of the successor calibration
6+
corpus. It does not claim a remote merge, branch merge, or release.
7+
8+
## Corpus
9+
10+
- Corpus id: `calibration-family`
11+
- Version: `1.0.1-proposal-1`
12+
- Proposer: DeepCode
13+
- Source path: `/home/wayseer_interdependentway_org/src/stack-deepcode/ahbg/deepseek/corpus-proposal/corpus.json`
14+
- `corpus.json` SHA-256: `ea172cb68a1a31be843f45c9886590f95f60daad4f10b9e42732bfd416ef73ab`
15+
- `canonical_scenarios_sha256`: `371d2361f57b56d73544f58b247704617d550a7a0685a133c4f8b1ff3b36c835`
16+
- Predecessor: `1.0.0-proposal-1`
17+
- Scenario count: 35
18+
19+
## Adoption Evidence
20+
21+
| Builder | Decision | Run standing | Artifact layout |
22+
|---|---|---|---|
23+
| Grok | adopted without amendments | 35 SURVIVED / 0 UNRESOLVED / 0 FALSIFIED / 0 BLOCKED | `corpus-run/calibration-family-1.0.1-proposal-1:aggregate-events` |
24+
| Codex | adopted without amendments | 35 SURVIVED / 0 UNRESOLVED / 0 FALSIFIED / 0 BLOCKED | `corpus-run/calibration-family-1.0.1-proposal-1:aggregate-events` |
25+
| DeepCode | proposer mirror, no amendments | 35 SURVIVED / 0 UNRESOLVED / 0 FALSIFIED / 0 BLOCKED | `artifacts:per-scenario-events` |
26+
27+
The Codex artifact checker `interdependency.ahbg.codex.artifact-check/1.1.0`
28+
validated all three artifact roots after artifact-layout normalization.
29+
30+
## Boundary
31+
32+
Local adoption is complete for the three current worktrees. Formal upstream
33+
merge, branch deletion, release tagging, and any change of canonical repository
34+
authority remain outside this packet.
35+
36+
## hmmm
37+
38+
- Remote GitHub/PR merge state was not changed.
39+
- Historical reciprocal-review files still preserve earlier path assumptions.
40+
- DeepCode-only extensions remain outside this adopted shared corpus.

ahbg/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ DeepCode -> Codex
6666

6767
Agreement is replication evidence, not truth by vote. Disagreement remains `hmmm` until source authority or experiment resolves it.
6868

69-
See [`CALIBRATION.md`](CALIBRATION.md) for the complete protocol.
69+
See [`CALIBRATION.md`](CALIBRATION.md) for the complete protocol. The current
70+
local successor-corpus adoption packet is [`CORPUS_ADOPTION.md`](CORPUS_ADOPTION.md).
71+
The current local burden/coupling aggregate is
72+
[`burden-coupling/BURDEN_COUPLING.md`](burden-coupling/BURDEN_COUPLING.md).
7073

7174
## Shared-line specialist responsibilities
7275

ahbg/grok/CALIBRATION_REPORT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Shadow epoch: C_lambda is logged and does not select actions.
77
|---|---|---:|---|
88
| plain_move_loop | SURVIVED | 7 | True |
99
| hard_veto_illegal_action | SURVIVED | 11 | True |
10-
| occupied_target_collision | UNRESOLVED | 13 | True |
11-
| dual_target_collision | UNRESOLVED | 17 | True |
10+
| occupied_target_collision | SURVIVED | 13 | True |
11+
| dual_target_collision | SURVIVED | 17 | True |
1212

13-
Hard veto removes relocate. Occupied and dual-target intents fail closed as UNRESOLVED (War).
13+
Hard veto removes relocate. Occupied and dual-target War intents resolve deterministically.
1414
This is not the sealed triplicate corpus and not a reciprocal check.
1515

1616
## Usage

ahbg/grok/CALIBRATION_RESULT.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"seed": 7,
4444
"telemetry_records": 6,
4545
"turns": 6,
46-
"world_digest": "7358f376186e1b858ac52b6fb381a22a553e26a6a7f36e4d3840304b25dddec0"
46+
"world_digest": "3627bcac74b64e1f80fc30c4843eb8414cecc4e49bc5c9ff1970588724bd44e9"
4747
},
4848
{
4949
"artifacts": {
@@ -86,7 +86,7 @@
8686
"seed": 11,
8787
"telemetry_records": 2,
8888
"turns": 2,
89-
"world_digest": "419a6c83680d73cc1a39fc14d3cc0b2456cdf91a325d98b8ac6083e5e2e464b8"
89+
"world_digest": "925c6d9539a3ec60e9b93106483158ecf33fc78e2495e3909f14ddf5a3f10988"
9090
},
9191
{
9292
"artifacts": {
@@ -95,9 +95,9 @@
9595
"telemetry_jsonl": "artifacts/occupied_target_collision/telemetry.jsonl"
9696
},
9797
"diary_entries": 0,
98-
"event_count": 2,
99-
"evidence_standing": "UNRESOLVED",
100-
"final_turn": 0,
98+
"event_count": 5,
99+
"evidence_standing": "SURVIVED",
100+
"final_turn": 1,
101101
"instance": {
102102
"belonging": {
103103
"allowed_to_be": 1.0,
@@ -122,15 +122,15 @@
122122
"scale": "tile",
123123
"scope": "local-seven"
124124
},
125-
"invalid_actions": 1,
126-
"note": "War collision resolver remains hmmm; fail-closed observed: War collision resolver is hmmm: A0 onto occupied RING_0",
125+
"invalid_actions": 0,
126+
"note": "War resolved deterministically; final positions: {'A0': 'CENTER', 'B0': 'RING_0'}",
127127
"refusals": 0,
128128
"replay_equal": true,
129129
"scenario_id": "occupied_target_collision",
130130
"seed": 13,
131131
"telemetry_records": 1,
132132
"turns": 1,
133-
"world_digest": "39dfc44fae7f75f84563dc8af64d44b75c54f3c66789a7bfcaf6895a79de64e8"
133+
"world_digest": "d843599a5cbb309000bfc425623036942af9e791bb3b5b8838dcbf281ccc103e"
134134
},
135135
{
136136
"artifacts": {
@@ -139,9 +139,9 @@
139139
"telemetry_jsonl": "artifacts/dual_target_collision/telemetry.jsonl"
140140
},
141141
"diary_entries": 0,
142-
"event_count": 2,
143-
"evidence_standing": "UNRESOLVED",
144-
"final_turn": 0,
142+
"event_count": 7,
143+
"evidence_standing": "SURVIVED",
144+
"final_turn": 1,
145145
"instance": {
146146
"belonging": {
147147
"allowed_to_be": 1.0,
@@ -166,15 +166,15 @@
166166
"scale": "tile",
167167
"scope": "local-seven"
168168
},
169-
"invalid_actions": 1,
170-
"note": "War collision resolver remains hmmm; fail-closed observed: War collision resolver is hmmm: two intents target RING_1",
169+
"invalid_actions": 0,
170+
"note": "War resolved deterministically; final positions: {'A0': 'RING_1', 'B0': 'RING_0'}",
171171
"refusals": 0,
172172
"replay_equal": true,
173173
"scenario_id": "dual_target_collision",
174174
"seed": 17,
175175
"telemetry_records": 1,
176176
"turns": 1,
177-
"world_digest": "7a51886fe548ab46bc106d5b1dfd439709e472ed132e26c4e467717285689e51"
177+
"world_digest": "cc7cedbc8e96b40fba6e58eeff6de414b6936a73f3c141b603c16732857236d1"
178178
}
179179
]
180180
}

ahbg/grok/COMPARISON.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,25 @@ Grok emits only the first two. The other four are observed, not rewritten.
3131
|---|---|
3232
| Deterministic replay of declared smoke/local corpora | SURVIVED |
3333
| Hard veto removes relocate (Grok, Codex) | SURVIVED |
34-
| Hard veto removes construct (DeepCode freeze artifacts) | UNRESOLVED |
35-
| War occupied/dual-target | UNRESOLVED |
34+
| Hard veto removes construct | SURVIVED in current Grok runs (refusals>0, no build executed, hard_veto=True + defer, built remains empty) |
35+
| War occupied/dual-target | SURVIVED in refreshed current runs; deterministic defender-holds / smallest-unit priority |
3636
| Provider ≠ instance | SURVIVED |
3737
| Consciousness inferred from cost | not claimed |
38-
| Shared sealed calibration corpus digest | SURVIVED (`b05cba2c…` recorded by all three) |
39-
| Full 35-scenario execution by frozen Grok SHA | post-freeze run SURVIVED 33 / UNRESOLVED 2 / FALSIFIED 0 (War occupied + dual-target) |
40-
| Cost-channel fitting vs simpler controls | see `cost-controls/`: additive shadow cost **FALSIFIED** vs binary occupancy veto; runtime-burden mapping **BLOCKED**; hierarchical coupling **BLOCKED** |
38+
| Shared successor calibration corpus digest | SURVIVED in current runs (war_v3 1.0.1-proposal-1, 371d2361…; local adoption complete; remote/branch merge remains `hmmm`) |
39+
| Full 35-scenario execution by frozen Grok SHA | post-freeze successor run SURVIVED 35 / UNRESOLVED 0 / FALSIFIED 0 |
40+
| Cost-channel fitting vs simpler controls | see `cost-controls/`: additive shadow cost **FALSIFIED** vs binary occupancy veto; runtime-burden observables **UNRESOLVED**; hierarchical coupling **BLOCKED** |
4141

4242
## Divergence register (visible, not averaged)
4343

4444
1. Shadow-epoch hard veto: Grok and Codex gate relocate/move; DeepCode freeze `hard_veto_construct` still logs `move`.
4545
2. Admitted observation fields: Codex `turn/tiles/units/context`; DeepCode `turn/tiles/units`; Grok has no explicit admitted-field set.
46-
3. Fail-closed turn closure: Grok omits `turn.end` on War; Codex and DeepCode emit `turn.end`.
46+
3. War turn closure: refreshed Grok, Codex, and DeepCode runs emit `turn.end`.
4747
4. Genesis prev hash: Grok `0*64`; DeepCode empty string; Codex its own. Each verifies internally.
48-
5. Artifact paths: Codex `check.py` wants `artifacts/EVENTS.jsonl` and siblings; Grok emits those names at workspace root; DeepCode stores events per scenario.
48+
5. Artifact paths: Codex artifact-check `1.1.0` accepts the current Grok/Codex aggregate corpus-run roots and DeepCode's per-scenario `events.jsonl` layout; historical frozen review notes still record the older Codex-local path assumption.
4949
6. Tile labels: Grok BandSlot (`CENTER`, `RING_0`, …) vs proposal `c/e/se/…`.
5050

5151
## Program completion
5252

53-
Not closed. All six reciprocal checks are present. Grok and Codex have labeled 35-scenario post-freeze runs (33 SURVIVED, 2 UNRESOLVED War). Grok cost-control comparison (`cost-controls/`) finds: binary occupancy veto recovers frozen `will.py`; additive `C_lambda` loses to that simpler veto because wanted-axis deficits are priced but not gated; tokens/latency are `hmmm`, so burden mapping is **BLOCKED**. Hierarchical coupling was not computed. The divergence register is not resolved by vote.
53+
Not closed. All six reciprocal checks are present. Grok, Codex, and DeepCode have labeled 35-scenario successor runs (35 SURVIVED, 0 UNRESOLVED War). Grok cost-control comparison (`cost-controls/`) finds: binary occupancy veto recovers frozen `will.py`; additive `C_lambda` loses to that simpler veto because wanted-axis deficits are priced but not gated; scenario-level numeric resource telemetry now exists, so burden observables are **UNRESOLVED** pending a fitted comparator. Hierarchical coupling was not computed. The divergence register is not resolved by vote.
5454

5555
Do not promote six SURVIVED reviews or a recovered veto rule into a fitted regulatory law.

0 commit comments

Comments
 (0)