codex-workflow-v2 2.0.0-beta.13.8 → 2.0.0-beta.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (281) hide show
  1. package/README.md +27 -388
  2. package/dist/reviewer-runtime-build.json +96 -32
  3. package/dist/src/alpha6/adoption.d.ts +2 -0
  4. package/dist/src/alpha6/adoption.js +22 -0
  5. package/dist/src/alpha6/adoption.js.map +1 -1
  6. package/dist/src/alpha6/captured-check-evidence.d.ts +51 -0
  7. package/dist/src/alpha6/captured-check-evidence.js +152 -0
  8. package/dist/src/alpha6/captured-check-evidence.js.map +1 -0
  9. package/dist/src/alpha6/component-owner.d.ts +15 -1
  10. package/dist/src/alpha6/component-owner.js +44 -2
  11. package/dist/src/alpha6/component-owner.js.map +1 -1
  12. package/dist/src/alpha6/corrective-decision-boundary.d.ts +4 -0
  13. package/dist/src/alpha6/corrective-decision-boundary.js +47 -0
  14. package/dist/src/alpha6/corrective-decision-boundary.js.map +1 -0
  15. package/dist/src/alpha6/downstream-proof.d.ts +1 -25
  16. package/dist/src/alpha6/downstream-proof.js +0 -171
  17. package/dist/src/alpha6/downstream-proof.js.map +1 -1
  18. package/dist/src/alpha6/failed-step-planning-recovery.d.ts +10 -0
  19. package/dist/src/alpha6/failed-step-planning-recovery.js +93 -0
  20. package/dist/src/alpha6/failed-step-planning-recovery.js.map +1 -0
  21. package/dist/src/alpha6/literal-test-invocation.d.ts +2 -0
  22. package/dist/src/alpha6/literal-test-invocation.js +106 -0
  23. package/dist/src/alpha6/literal-test-invocation.js.map +1 -0
  24. package/dist/src/alpha6/milestone.d.ts +2 -0
  25. package/dist/src/alpha6/milestone.js +10 -1
  26. package/dist/src/alpha6/milestone.js.map +1 -1
  27. package/dist/src/alpha6/navigation-dirty-carryover.d.ts +11 -0
  28. package/dist/src/alpha6/navigation-dirty-carryover.js +130 -0
  29. package/dist/src/alpha6/navigation-dirty-carryover.js.map +1 -0
  30. package/dist/src/alpha6/plan-integrity.js +7 -5
  31. package/dist/src/alpha6/plan-integrity.js.map +1 -1
  32. package/dist/src/alpha6/plan-risk.d.ts +2 -0
  33. package/dist/src/alpha6/plan-risk.js +10 -3
  34. package/dist/src/alpha6/plan-risk.js.map +1 -1
  35. package/dist/src/alpha6/remediation.d.ts +6 -21
  36. package/dist/src/alpha6/remediation.js +161 -476
  37. package/dist/src/alpha6/remediation.js.map +1 -1
  38. package/dist/src/alpha6/root-cause-replan-carryover.d.ts +4 -1
  39. package/dist/src/alpha6/root-cause-replan-carryover.js +29 -5
  40. package/dist/src/alpha6/root-cause-replan-carryover.js.map +1 -1
  41. package/dist/src/beta1/project-transaction.d.ts +3 -1
  42. package/dist/src/beta1/project-transaction.js +6 -2
  43. package/dist/src/beta1/project-transaction.js.map +1 -1
  44. package/dist/src/checks/runner.d.ts +26 -0
  45. package/dist/src/checks/runner.js +223 -0
  46. package/dist/src/checks/runner.js.map +1 -0
  47. package/dist/src/checks/task-sync.d.ts +10 -0
  48. package/dist/src/checks/task-sync.js +41 -0
  49. package/dist/src/checks/task-sync.js.map +1 -0
  50. package/dist/src/checks/worker.d.ts +1 -0
  51. package/dist/src/checks/worker.js +154 -0
  52. package/dist/src/checks/worker.js.map +1 -0
  53. package/dist/src/cli-actions.d.ts +2 -2
  54. package/dist/src/cli-actions.js +3 -15
  55. package/dist/src/cli-actions.js.map +1 -1
  56. package/dist/src/cli.js +14 -98
  57. package/dist/src/cli.js.map +1 -1
  58. package/dist/src/contracts.d.ts +35 -32
  59. package/dist/src/dependency-provenance.d.ts +2 -2
  60. package/dist/src/dependency-provenance.js +12 -69
  61. package/dist/src/dependency-provenance.js.map +1 -1
  62. package/dist/src/domain/base-sync-conflict.d.ts +13 -0
  63. package/dist/src/domain/base-sync-conflict.js +32 -0
  64. package/dist/src/domain/base-sync-conflict.js.map +1 -0
  65. package/dist/src/domain/step-start-admission.d.ts +4 -0
  66. package/dist/src/domain/step-start-admission.js +9 -0
  67. package/dist/src/domain/step-start-admission.js.map +1 -0
  68. package/dist/src/domain/virgin-registration.d.ts +3 -0
  69. package/dist/src/domain/virgin-registration.js +65 -0
  70. package/dist/src/domain/virgin-registration.js.map +1 -0
  71. package/dist/src/errors.d.ts +1 -1
  72. package/dist/src/errors.js.map +1 -1
  73. package/dist/src/gateway-handshake.js +0 -8
  74. package/dist/src/gateway-handshake.js.map +1 -1
  75. package/dist/src/git.d.ts +3 -1
  76. package/dist/src/git.js +41 -14
  77. package/dist/src/git.js.map +1 -1
  78. package/dist/src/graph.js +25 -3
  79. package/dist/src/graph.js.map +1 -1
  80. package/dist/src/index.d.ts +1 -0
  81. package/dist/src/lifecycle/corrective-replan.js +3 -3
  82. package/dist/src/lifecycle/corrective-replan.js.map +1 -1
  83. package/dist/src/navigation-actions.d.ts +9 -0
  84. package/dist/src/navigation-actions.js +72 -0
  85. package/dist/src/navigation-actions.js.map +1 -0
  86. package/dist/src/navigation-update-artifact.d.ts +5 -0
  87. package/dist/src/navigation-update-artifact.js +227 -0
  88. package/dist/src/navigation-update-artifact.js.map +1 -0
  89. package/dist/src/navigation-update.d.ts +39 -0
  90. package/dist/src/navigation-update.js +82 -0
  91. package/dist/src/navigation-update.js.map +1 -0
  92. package/dist/src/observation.js +52 -29
  93. package/dist/src/observation.js.map +1 -1
  94. package/dist/src/observed-routes.js +5 -6
  95. package/dist/src/observed-routes.js.map +1 -1
  96. package/dist/src/pending-review-update.d.ts +0 -13
  97. package/dist/src/pending-review-update.js +1 -6
  98. package/dist/src/pending-review-update.js.map +1 -1
  99. package/dist/src/reviewer.d.ts +1 -1
  100. package/dist/src/reviewer.js +20 -17
  101. package/dist/src/reviewer.js.map +1 -1
  102. package/dist/src/runtime.d.ts +3 -0
  103. package/dist/src/runtime.js +6 -0
  104. package/dist/src/runtime.js.map +1 -0
  105. package/dist/src/state/corrective-replan-executor.d.ts +10 -0
  106. package/dist/src/state/corrective-replan-executor.js +37 -1
  107. package/dist/src/state/corrective-replan-executor.js.map +1 -1
  108. package/dist/src/state/corrective-replan-public-schema.js +15 -2
  109. package/dist/src/state/corrective-replan-public-schema.js.map +1 -1
  110. package/dist/src/state/corrective-replan-public.js +6 -5
  111. package/dist/src/state/corrective-replan-public.js.map +1 -1
  112. package/dist/src/state/corrective-replan-transaction.d.ts +1 -0
  113. package/dist/src/state/corrective-replan-transaction.js +12 -11
  114. package/dist/src/state/corrective-replan-transaction.js.map +1 -1
  115. package/dist/src/state/corrective-yield-executor.js +2 -2
  116. package/dist/src/state/corrective-yield-executor.js.map +1 -1
  117. package/dist/src/state/corrective-yield-transaction.d.ts +1 -0
  118. package/dist/src/state/corrective-yield-transaction.js +11 -10
  119. package/dist/src/state/corrective-yield-transaction.js.map +1 -1
  120. package/dist/src/state/lock.d.ts +4 -0
  121. package/dist/src/state/lock.js +21 -0
  122. package/dist/src/state/lock.js.map +1 -1
  123. package/dist/src/version.d.ts +1 -1
  124. package/dist/src/version.js +1 -1
  125. package/dist/src/version.js.map +1 -1
  126. package/dist/src/workflow-blocker-route.d.ts +8 -0
  127. package/dist/src/workflow-blocker-route.js +106 -0
  128. package/dist/src/workflow-blocker-route.js.map +1 -0
  129. package/dist/src/workflow.d.ts +48 -63
  130. package/dist/src/workflow.js +698 -1470
  131. package/dist/src/workflow.js.map +1 -1
  132. package/docs/autonomy-guardrails.md +26 -304
  133. package/docs/decisions.md +14 -112
  134. package/docs/development-flow.md +35 -238
  135. package/docs/project-memory.md +31 -50
  136. package/docs/release-app-evidence.md +190 -0
  137. package/docs/release.md +95 -363
  138. package/docs/updating-existing-project.md +19 -717
  139. package/package.json +11 -13
  140. package/plugins/codex-workflow-gateway/.codex-plugin/plugin.json +2 -2
  141. package/plugins/codex-workflow-gateway/references/chat-dispatch.md +73 -197
  142. package/plugins/codex-workflow-gateway/references/codebase-memory-routing.md +57 -0
  143. package/plugins/codex-workflow-gateway/references/protocol.md +42 -445
  144. package/plugins/codex-workflow-gateway/scripts/chat-dispatch.mjs +7 -1
  145. package/plugins/codex-workflow-gateway/scripts/chat-model-policy.mjs +10 -8
  146. package/plugins/codex-workflow-gateway/scripts/chat-registry.mjs +23 -5
  147. package/plugins/codex-workflow-gateway/skills/codex-workflow-gateway/SKILL.md +66 -740
  148. package/references/state-machine.md +4 -4
  149. package/roles/technical-planner.md +1 -1
  150. package/schemas/corrective-decision-event.schema.json +3 -1
  151. package/schemas/project-knowledge-map.schema.json +3 -1
  152. package/schemas/remediation-event.schema.json +10 -1
  153. package/schemas/task.schema.json +46 -2
  154. package/schemas/transition-payloads.schema.json +16 -1
  155. package/src/alpha6/adoption.ts +1123 -0
  156. package/src/alpha6/captured-check-evidence.ts +132 -0
  157. package/src/alpha6/check-support-anchor.ts +128 -0
  158. package/src/alpha6/component-owner.ts +168 -0
  159. package/src/alpha6/corrective-decision-boundary.ts +39 -0
  160. package/src/alpha6/downstream-proof.ts +520 -0
  161. package/src/alpha6/failed-step-planning-recovery.ts +88 -0
  162. package/src/alpha6/handoff.ts +1443 -0
  163. package/src/alpha6/journal.ts +473 -0
  164. package/src/alpha6/literal-test-invocation.ts +84 -0
  165. package/src/alpha6/mechanical-feasibility.ts +488 -0
  166. package/src/alpha6/milestone.ts +2192 -0
  167. package/src/alpha6/navigation-dirty-carryover.ts +154 -0
  168. package/src/alpha6/npm-check-contract.ts +47 -0
  169. package/src/alpha6/plan-integrity.ts +298 -0
  170. package/src/alpha6/plan-risk.ts +1480 -0
  171. package/src/alpha6/preexecution-replan.ts +187 -0
  172. package/src/alpha6/remediation-cause.ts +98 -0
  173. package/src/alpha6/remediation.ts +2438 -0
  174. package/src/alpha6/review.ts +1198 -0
  175. package/src/alpha6/root-cause-replan-carryover.ts +491 -0
  176. package/src/alpha6/store-sidecars.ts +335 -0
  177. package/src/alpha7/autonomy.ts +411 -0
  178. package/src/alpha7/corrective-recovery.ts +1332 -0
  179. package/src/artifacts.ts +130 -0
  180. package/src/beta1/project-transaction.ts +355 -0
  181. package/src/change-explanation.ts +153 -0
  182. package/src/checks/runner.ts +245 -0
  183. package/src/checks/task-sync.ts +41 -0
  184. package/src/checks/worker.ts +149 -0
  185. package/src/cli-actions.ts +107 -0
  186. package/src/cli.ts +1457 -0
  187. package/src/contracts.ts +1494 -0
  188. package/src/credential-output.ts +89 -0
  189. package/src/credential-transport.ts +215 -0
  190. package/src/delegation.ts +190 -0
  191. package/src/dependency-provenance.ts +472 -0
  192. package/src/diagnostics.ts +93 -0
  193. package/src/domain/base-sync-conflict.ts +35 -0
  194. package/src/domain/completed-step-carryover.ts +76 -0
  195. package/src/domain/discovery.ts +27 -0
  196. package/src/domain/plan-semantics.ts +58 -0
  197. package/src/domain/step-start-admission.ts +10 -0
  198. package/src/domain/validation.ts +177 -0
  199. package/src/domain/virgin-registration.ts +46 -0
  200. package/src/errors.ts +24 -0
  201. package/src/fs-utils.ts +61 -0
  202. package/src/gateway-handshake.ts +95 -0
  203. package/src/git.ts +183 -0
  204. package/src/graph.ts +342 -0
  205. package/src/historical-step-provenance.ts +136 -0
  206. package/src/index.ts +23 -0
  207. package/src/lifecycle/canonical-hash.ts +28 -0
  208. package/src/lifecycle/catalog.ts +202 -0
  209. package/src/lifecycle/compiler-inspection.ts +29 -0
  210. package/src/lifecycle/core-static-readiness.ts +132 -0
  211. package/src/lifecycle/corrective-replan-authority.ts +136 -0
  212. package/src/lifecycle/corrective-replan-binding-manifest.ts +51 -0
  213. package/src/lifecycle/corrective-replan-credential-core.ts +408 -0
  214. package/src/lifecycle/corrective-replan-credential-schema.ts +54 -0
  215. package/src/lifecycle/corrective-replan-credentials.ts +48 -0
  216. package/src/lifecycle/corrective-replan.ts +843 -0
  217. package/src/lifecycle/evaluator.ts +48 -0
  218. package/src/lifecycle/fingerprint.ts +488 -0
  219. package/src/lifecycle/immutable.ts +8 -0
  220. package/src/lifecycle/implementation-table.ts +118 -0
  221. package/src/lifecycle/index.ts +8 -0
  222. package/src/lifecycle/schema-artifact.ts +263 -0
  223. package/src/lifecycle/semantic-registry.ts +572 -0
  224. package/src/lifecycle/types.ts +838 -0
  225. package/src/memory.ts +273 -0
  226. package/src/migration.ts +161 -0
  227. package/src/navigation-actions.ts +70 -0
  228. package/src/navigation-update-artifact.ts +198 -0
  229. package/src/navigation-update.ts +121 -0
  230. package/src/observation.ts +225 -0
  231. package/src/observed-routes.ts +660 -0
  232. package/src/operational-contract.ts +125 -0
  233. package/src/pending-review-update.ts +175 -0
  234. package/src/repository.ts +99 -0
  235. package/src/reviewer.ts +1879 -0
  236. package/src/runtime.ts +6 -0
  237. package/src/state/corrective-replan-executor.ts +818 -0
  238. package/src/state/corrective-replan-public-schema.ts +83 -0
  239. package/src/state/corrective-replan-public.ts +908 -0
  240. package/src/state/corrective-replan-transaction.ts +949 -0
  241. package/src/state/corrective-yield-executor.ts +327 -0
  242. package/src/state/corrective-yield-transaction.ts +730 -0
  243. package/src/state/lock.ts +902 -0
  244. package/src/state/store.ts +567 -0
  245. package/src/transition-core.ts +330 -0
  246. package/src/ulid.ts +24 -0
  247. package/src/version.ts +2 -0
  248. package/src/workflow-blocker-route.ts +109 -0
  249. package/src/workflow.ts +10172 -0
  250. package/docs/alpha7.1-implementation-brief.md +0 -268
  251. package/docs/alpha7.2-corrective-context-refresh-brief.md +0 -484
  252. package/docs/alpha7.2.1-remediation-recovery-brief.md +0 -86
  253. package/docs/beta1-stabilization-brief.md +0 -165
  254. package/docs/beta11-plan-integrity-recovery-brief.md +0 -38
  255. package/docs/beta13.2-signal-review-recovery.md +0 -38
  256. package/docs/beta2-initial-assembly-navigation-brief.md +0 -616
  257. package/docs/change-model.md +0 -118
  258. package/docs/delegated-approval.md +0 -254
  259. package/docs/lifecycle/state-machine-stabilization.md +0 -641
  260. package/docs/pdf/README.md +0 -24
  261. package/docs/pdf/codex-workflow-v2-architecture-ru.pdf +0 -0
  262. package/docs/pdf/codex-workflow-v2-chat-only-guide-ru.pdf +0 -0
  263. package/docs/pdf/codex-workflow-v2-technical-reference-ru.pdf +0 -0
  264. package/docs/pdf/requirements.txt +0 -1
  265. package/docs/pdf/sources/codex-workflow-v2-architecture-ru.md +0 -478
  266. package/docs/pdf/sources/codex-workflow-v2-chat-only-guide-ru.md +0 -508
  267. package/docs/pdf/sources/codex-workflow-v2-technical-reference-ru.md +0 -778
  268. package/docs/pending-review-update.md +0 -15
  269. package/docs/problem-briefs/01-pre-implementation-integrity.md +0 -482
  270. package/docs/problem-briefs/02-minimal-step-integrity.md +0 -411
  271. package/docs/problem-briefs/03-minimal-agent-context-integrity.md +0 -358
  272. package/docs/problem-briefs/04-task-dependency-and-structural-replacement-integrity.md +0 -573
  273. package/docs/problem-briefs/BRIEF-TEMPLATE.md +0 -56
  274. package/docs/problem-briefs/README.md +0 -120
  275. package/docs/problem-briefs/evidence/p01-mechanical-feasibility-corpus.md +0 -90
  276. package/docs/problem-briefs/evidence/signal-v4-pre-m3-replay.md +0 -246
  277. package/docs/split-required-recovery.md +0 -47
  278. package/docs/stable-release-defect-register.md +0 -730
  279. package/docs/validation-report.md +0 -182
  280. package/scripts/generate-pdf-docs.py +0 -524
  281. package/scripts/run-pdf-docs.mjs +0 -62
@@ -1,182 +0,0 @@
1
- # V2 beta.13.1 Validation Report
2
-
3
- Release candidate `2.0.0-beta.13.1` was validated during 2026-09-02--03 (Europe/Moscow) with
4
- Node.js 24.17.0.
5
-
6
- ## beta.13.1 post-publication compatibility correction
7
-
8
- After published beta.13 was installed dependency-only into the clean Signal `main` checkout,
9
- declared, locked and installed versions and registry integrity matched, but the first compact
10
- `status` failed before navigation. The loader had applied the new structural production-edge rule
11
- to the first markerless beta.12.19 PRA for `TASK-01M1B79C660YMNSRRZ236NTR1T`; that historical Task
12
- contains neither `requiresProductionEdges` nor `productionEdges`. This was a runtime compatibility
13
- defect, not corrupt Signal state.
14
-
15
- beta.13.1 makes the authority prospective and Plan-bound. New ordinary and atomic
16
- corrective-replan PRA writers persist one hash-chained marker. Stored structural validation runs only
17
- for the current Plan when either that marker or the new Task fields establish the boundary.
18
- Markerless pre-authority events remain hash/shape validated and readable, while marker-bearing
19
- current events still fail closed if Task structural fields are removed. A source-built read-only
20
- probe against the untouched real Signal external state changed the exact failing observation into
21
- the expected `project-memory reconcile` route with the retained-historical frozen-M3 cancellation
22
- option. The focused production-edge and corrective-replan executor suites passed `14/14` before
23
- the full release gate. The compatibility gate does not claim signed provenance against a privileged
24
- rewrite of the entire local Task and self-hashed chain; it proves ordinary read compatibility and
25
- fail-closed partial mismatch within the existing trusted-local-state model.
26
-
27
- ## Automated release evidence
28
-
29
- - A clean `npm ci` completed from the exact lockfile. A network-enabled `npm audit --json` reported
30
- zero vulnerabilities at every severity across all eight installed dependencies.
31
- - `npm run validate` passed typecheck and `409/409` sequential tests with no failures, skips,
32
- cancellations or todos in 2,761,796.900458 ms.
33
- - `npm run test:signal-t10-check-support-e2e` passed `8/8` after the final clean install in
34
- 203,155.332125 ms. It covers an impossible selector-less check, machine-derived support scope,
35
- Knowledge rebind, historical evidence reuse and exact compatibility from both beta.12.11 and
36
- beta.12.15 into beta.13.
37
- - `npm run test:signal-remediation-e2e` passed `2/2` in 9,220.225709 ms. The audited remediation
38
- adds the required upstream Task and resumes the original Task through a later Step without
39
- auto-approving unrelated Knowledge drift.
40
- - `npm run test:signal-t03-replan-e2e` passed `1/1` in 45,253.2055 ms. The Signal-shaped flow
41
- recovers an accidental rebind, replans and completes the consolidated guarded Step.
42
- - `npm run test:signal-t04-recovery` passed `11/11` in 22,021.439625 ms. It preserves only exact
43
- reviewed Step provenance and rejects pending, corrupt, unrelated or stale recovery evidence.
44
- - `npm run pack:check` produced the exact `2.0.0-beta.13.1` tarball with 309 files, package size
45
- 1.2 MB and unpacked size 4.8 MB. It includes the shared gateway-handshake module and the
46
- hash-verifiable reviewer runtime build manifest.
47
- - `npm run smoke:downstream` packed the release, installed it into an empty project and returned
48
- `ok=true`. The first sandboxed attempt could not resolve the npm registry; the identical
49
- network-enabled invocation passed.
50
- - `npm run plugin:check`, `npm run docs:pdf:check`, `npm run typecheck` and `git diff --check` all
51
- passed. The PDF checker reported no stale generated document. `npm run release:check` passed
52
- `104/104` tests in 298,521.790541 ms and returned the exact package/version assertion.
53
-
54
- ## Release-candidate regressions found and closed
55
-
56
- The first complete candidate run reported `352/380` passing tests. A common precedence defect was
57
- found: explicit beta.13 unclassified reviewer findings (`causeBindings: []`) had been confused with
58
- legacy events where `causeBindings` is absent. The corrected contract keeps the former on the same
59
- Task, sends only a repeated authoritative cause to root-cause replan, and preserves an explicit
60
- current corrective decision over ordinary rolling continuation. Read-only remediation observation
61
- no longer requires a live bearer, while execution still requires exact actor and credential
62
- authority.
63
-
64
- The second complete run reported `375/380`. These five failures exposed three release-boundary
65
- defects that focused tests run before the version bump had missed:
66
-
67
- - Step comparison still admitted runtime-only fields into Plan semantics and could demote an
68
- unchanged completed Step to `planned` during replan;
69
- - a synthetic pre-beta.13 remediation event retained the new `causeBindings` field and therefore
70
- no longer represented legacy data;
71
- - the dependency compatibility preflight parsed only `beta.12.<patch>` runners, so the actual
72
- beta.13 release candidate could not consume the supported beta.12.11+ recovery surface.
73
-
74
- Production Plan comparison now canonicalizes only executable Step fields in both ordinary and
75
- journaled replan paths. Legacy recovery remains limited to events where `causeBindings` is absent.
76
- Compatibility compares the beta train and patch and still requires an exact beta.12 source at or
77
- after beta.12.11, a newer runner, matching declared/locked/installed/base versions and every existing
78
- dirty, lease and evidence guard. Repeated focused and parallel regressions passed before the final
79
- candidate expansion.
80
-
81
- A later complete run of the expanded candidate reported `387/396`. It exposed four distinct issues
82
- rather than one product defect:
83
-
84
- - an autonomous-retry fixture was incorrectly labelled `runtime-composition` and therefore invoked
85
- the new structural production-edge gate;
86
- - legacy stop-override fixtures accidentally retained native beta.13 cause bindings;
87
- - assertions still expected direct submit/merge after credential release and retained a completed
88
- dependent Step after its predecessor was invalidated;
89
- - external sealed-review preflight spawned the full CLI graph with 15-second and 60-second deadlines;
90
- under scheduler pressure a valid exact repository-local runtime could exhaust both deadlines and
91
- produce a false infrastructure blocker.
92
-
93
- The first three were corrected only at their stale fixtures/expectations; production authority was
94
- not weakened. The reviewer defect was fixed structurally: CLI and preflight now share one pure
95
- gateway descriptor, and preflight synchronously loads the exact installed gateway, reviewer and
96
- workflow graph through Node after manifest/hash verification. It does not spawn a schedulable child,
97
- cache trust, install or build dependencies. Missing transitive dependencies, byte drift, unsafe paths,
98
- symlinks and contract mismatch remain fail-closed. Five concurrent preflights under eight CPU burners
99
- passed, and the exact five-file regression that had failed passed `88/88`. The final complete run then
100
- passed `399/399`.
101
-
102
- An independent agnostic release audit then reproduced one additional production defect in a long-lived
103
- process: after one successful preflight, Node's warm module cache could hide a subsequently deleted
104
- transitive dependency and still allow a sealed packet. The fix does not clear or reinterpret the module
105
- cache. Instead, every preflight now resolves the actual recursive dependency graph from each parent
106
- package using nested-first Node lookup and re-hashes exact package manifests plus every attested
107
- `.js`, `.cjs`, `.mjs`, `.json` and `.node` runtime file before any cached module can be trusted. Missing,
108
- tampered, conflicting, path-escaped or symlink-redirected state fails before load and before packet
109
- issuance. Exact Ajv runtime transitives are direct pins so the built attestation and npm layout are
110
- deterministic. Same-process ready-delete-fail-restore-ready, warm tamper, nested version conflict and
111
- stale nearer-copy regressions expanded the complete suite.
112
-
113
- A real native reviewer preflight then exposed an API-level Structured Output incompatibility: every
114
- declared object property must also be present in `required`. The reviewer schema now makes nullable
115
- optional semantics explicit, while the semantic parser still rejects absent or contradictory
116
- cause/plan-conflict evidence. The complete suite consequently reached `409/409`, and the expanded
117
- release check reached `104/104`.
118
-
119
- The same real-agent exercise corrected the release proof boundary without weakening Core. A nested
120
- `codex exec` reviewer is not treated as independent production evidence: the Coordinator stops at a
121
- read-only sealed packet, a distinct Codex App task performs each Step/Task review, and an external
122
- conductor binds the four-field review object to the packet hash, repository seal and actual reviewer
123
- task ID before the original persistent Coordinator resumes. The disposable release grant is limited
124
- to `task.execution_authorize` and `task.final_accept`; both authorizations, credential recovery and
125
- merge therefore use one delegate actor without an intermediate Human approval. A diagnostic harness
126
- attempt is never resumed or promoted after a failed binding.
127
-
128
- The first fully merged delegated fixture also found a fail-closed validator inventory gap:
129
- `discovery show` was logged as a mutation, so a harmless read between CLI help and fresh `next` was
130
- rejected as `HELP_REQUIRES_FRESH_NEXT`. The packaged transcript validator now classifies this command
131
- as a read-only observation and carries a regression for help -> read-only observation -> next ->
132
- mutation. This changes release-evidence interpretation only; it grants no lifecycle authority.
133
-
134
- ## Implemented beta.13 contract
135
-
136
- - Failed Step checks and failed strict Step reviews enter an atomic continuation pause: evidence,
137
- Task state and writer/C1 release either commit together or recover through the transaction journal.
138
- - Distinct normalized causes continue in the same Task without a numeric retry ceiling. A repeated
139
- authoritative cause after a claimed fix requires root-cause replan; volatile output cannot create
140
- a new cause identity.
141
- - Corrective replan preserves an unchanged completed Step and its reviewed commit only when every
142
- dependency is also retained with the exact executable definition. A changed or omitted Step and
143
- its transitive completed descendants are invalidated rather than silently adopted; independent
144
- unchanged branches remain retained.
145
- - For multi-Step runtime composition, structural production edges are independently triggered by
146
- the PRA classification rather than a planner-owned flag, and checked for a transitive owner,
147
- consumer and exact executable consumer check. Simple one-Step runtime is exempt. This is bounded
148
- structural authority, not a claim of full product-semantic correctness.
149
- - Writer credentials are stored in private local references and are never serialized as raw bearer
150
- material in public CLI output, status, diagnostics or reviewer packets.
151
- - Compact status, reviewer runtime preflight, explicit review mode, App-owned operational preflight
152
- and the observed Signal route matrix are packaged capabilities. Its class-level claim covers all
153
- 13 route classes observed in Signal with one exact production transition or terminal observation
154
- per class. Action-level metadata remains explicit about witnessed, unwitnessed and unsupported
155
- actions; unknown or malformed advertised actions fail closed.
156
- - Reviewer runtime preflight requires exact declared, locked and installed package versions, a
157
- hash-verified build manifest, byte equality for the running/installed CLI, gateway, reviewer and
158
- workflow entrypoints, and a disk-fresh recursive dependency attestation on every call. It loads the
159
- exact installed runtime graph in-process only after that attestation and issues no sealed review
160
- packet when any readiness or contract check fails.
161
-
162
- ## Boundaries and non-claims
163
-
164
- - beta.13 does not introduce generic shadow-history import, completed-Step adoption from an
165
- unrelated Task, or unchecked Workflow-state reconstruction.
166
- - P02 Step-validity authority, P03 generic context reuse and P04-B structural Task replacement remain
167
- outside this release unless an exact implemented capability says otherwise.
168
- - App-owned effects such as chat creation, consent UI and polling remain outside Core. Core exposes
169
- diagnostic preflights but does not claim those effects occurred.
170
- - The package tests prove the supported compatibility and lifecycle contracts. They do not prove a
171
- future Milestone's product requirements or replace independent product review.
172
- - The required real-agent transcript is external release evidence bound to the final tarball and source
173
- commit. This tracked report does not claim that gate before its append-only log, actual-agent
174
- cross-check, product test, clean Git boundary and credential-residue checks have all passed.
175
- - This report does not claim commit/tag/push, npm publication, installation into Signal or Milestone
176
- 4 readiness until those operations receive exact readback.
177
-
178
- Confidence is high for package behavior and the stated compatibility boundary: the final `409/409`
179
- run, `104/104` release check, four Signal-shaped E2E suites, package/downstream smoke, CPU-saturation,
180
- warm-cache and fail-closed negative cases agree. Live Signal readiness remains conditional on
181
- publication, exact repository-local installation, safe
182
- closure of the frozen Milestone 3 authority and a fresh read-only `status`/`next` observation.