Skip to content

Commit c5e0752

Browse files
Add reciprocal checks to Codex calibration workspace
1 parent e1eda08 commit c5e0752

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

ahbg/codex/README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Build an independent complete pair here:
99
```text
1010
codex/
1111
├── a0/
12-
└── ahbg/
12+
├── ahbg/
13+
└── reviews/
1314
```
1415

1516
Do not edit or copy implementation code from `../grok/` or `../deepseek/` during the calibration epoch. Consume the same frozen protocol, scenarios, source authorities, and evaluation contract; independently realize the implementation.
@@ -18,6 +19,22 @@ Before building, resolve and record exact source commits and applicable skill-li
1819

1920
The build is complete only when its a0 instance and AHBG environment run the shared sealed calibration corpus and emit the normalized artifacts required by `../CALIBRATION.md`.
2021

22+
After all three builds are frozen, Codex must independently check both sibling implementations read-only:
23+
24+
```text
25+
Codex -> Grok
26+
Codex -> DeepSeek
27+
```
28+
29+
Write those findings under this workspace only:
30+
31+
```text
32+
reviews/grok/
33+
reviews/deepseek/
34+
```
35+
36+
Do not repair sibling code while checking it. Preserve disagreements with the sibling's other checker as `hmmm`; do not resolve them by vote.
37+
2138
## hmmm
2239

23-
Implementation choices are local to this workspace until calibration distinguishes them.
40+
Implementation and checker choices are local to this workspace until the shared evidence distinguishes them.

0 commit comments

Comments
 (0)