codex-workflow-v2 2.0.0-beta.13.8 → 2.0.0-beta.13.9
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.
- package/README.md +1 -1
- package/dist/reviewer-runtime-build.json +13 -9
- package/dist/src/alpha6/failed-step-planning-recovery.d.ts +10 -0
- package/dist/src/alpha6/failed-step-planning-recovery.js +93 -0
- package/dist/src/alpha6/failed-step-planning-recovery.js.map +1 -0
- package/dist/src/alpha6/plan-risk.d.ts +2 -0
- package/dist/src/alpha6/plan-risk.js +10 -3
- package/dist/src/alpha6/plan-risk.js.map +1 -1
- package/dist/src/lifecycle/corrective-replan.js +3 -3
- package/dist/src/lifecycle/corrective-replan.js.map +1 -1
- package/dist/src/state/corrective-replan-public.js +5 -4
- package/dist/src/state/corrective-replan-public.js.map +1 -1
- package/dist/src/state/corrective-yield-executor.js +2 -2
- package/dist/src/state/corrective-yield-executor.js.map +1 -1
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/dist/src/workflow.js +36 -14
- package/dist/src/workflow.js.map +1 -1
- package/docs/pdf/codex-workflow-v2-architecture-ru.pdf +0 -0
- package/docs/pdf/codex-workflow-v2-chat-only-guide-ru.pdf +0 -0
- package/docs/pdf/codex-workflow-v2-technical-reference-ru.pdf +0 -0
- package/docs/pdf/sources/codex-workflow-v2-architecture-ru.md +1 -1
- package/docs/pdf/sources/codex-workflow-v2-chat-only-guide-ru.md +3 -5
- package/docs/pdf/sources/codex-workflow-v2-technical-reference-ru.md +2 -2
- package/docs/release.md +25 -0
- package/package.json +1 -1
- package/plugins/codex-workflow-gateway/skills/codex-workflow-gateway/SKILL.md +17 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -463,7 +463,7 @@ Restart Docker Desktop требует отдельного разрешения
|
|
|
463
463
|
# 10. Operational checklist
|
|
464
464
|
|
|
465
465
|
- exact package version установлен, bundled gateway соответствует release и переустановлен;
|
|
466
|
-
- handshake подтверждает `packageVersion=2.0.0-beta.13.
|
|
466
|
+
- handshake подтверждает `packageVersion=2.0.0-beta.13.9`, protocol 2, state schema 2 и beta.13
|
|
467
467
|
capabilities;
|
|
468
468
|
- routine observation начинается с компактного `status`; `status --full` запрашивается только для
|
|
469
469
|
расследования, которому действительно нужна полная historical projection;
|
|
@@ -57,7 +57,7 @@ AGENTS.md
|
|
|
57
57
|
-> doctor только как дополнительная диагностика
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
-
Handshake beta.13.
|
|
60
|
+
Handshake beta.13.9 должен сообщать `packageVersion=2.0.0-beta.13.9`, `protocolVersion=2`,
|
|
61
61
|
`stateSchemaVersion=2`, dependency DAG, initial Plan transaction, mechanical feasibility,
|
|
62
62
|
Milestone autonomy, host-safe credential reference, failed-Step continuation transaction,
|
|
63
63
|
cause-bound rolling refinement, structural production edge, compact status, reviewer runtime preflight,
|
|
@@ -168,8 +168,6 @@ base HEAD. Final acceptance выполняй только по exact eligible gr
|
|
|
168
168
|
текущему MSA-code; иначе покажи полный requiredHumanGate и остановись.
|
|
169
169
|
```
|
|
170
170
|
|
|
171
|
-
<!-- pagebreak -->
|
|
172
|
-
|
|
173
171
|
## 4.1. Что должно получиться до autonomy gate
|
|
174
172
|
|
|
175
173
|
- Discovery без blocking unknowns;
|
|
@@ -481,8 +479,8 @@ Task/project DGR. `dependencyBinding` для standalone handoff равен null.
|
|
|
481
479
|
|
|
482
480
|
# 14. Итоговый checklist пользователя
|
|
483
481
|
|
|
484
|
-
- beta.13.
|
|
485
|
-
`packageVersion=2.0.0-beta.13.
|
|
482
|
+
- beta.13.9 exact package и новый bundled gateway установлены; handshake показывает
|
|
483
|
+
`packageVersion=2.0.0-beta.13.9`, protocol/state schema `2/2` и beta.13 capabilities;
|
|
486
484
|
- новый Coordinator chat не является fork старого Milestone;
|
|
487
485
|
- bootstrap DGR, если нужен, выдан отдельным exact human confirmation;
|
|
488
486
|
- Discovery не materialized при blocking unknowns;
|
|
@@ -15,7 +15,7 @@ authority сами: mutating permission определяется runtime state
|
|
|
15
15
|
|
|
16
16
|
| Параметр beta.13 | Значение |
|
|
17
17
|
|---|---|
|
|
18
|
-
| npm package | `codex-workflow-v2@2.0.0-beta.13.
|
|
18
|
+
| npm package | `codex-workflow-v2@2.0.0-beta.13.9` |
|
|
19
19
|
| protocolVersion | 2 |
|
|
20
20
|
| stateSchemaVersion | 2 |
|
|
21
21
|
| lifecycle epoch | 2 |
|
|
@@ -767,7 +767,7 @@ dirty update.
|
|
|
767
767
|
observed-route matrix/compact-status/reviewer-runtime tests, legacy compatibility regressions,
|
|
768
768
|
`npm run test:signal-t10-check-support-e2e`, `npm run test:signal-remediation-e2e`,
|
|
769
769
|
`npm run pack:check`, `npm run smoke:downstream`, `npm run plugin:check`, official plugin/skill validators,
|
|
770
|
-
`npm run docs:pdf:check` и `npm run release:check` с exact `v2.0.0-beta.13.
|
|
770
|
+
`npm run docs:pdf:check` и `npm run release:check` с exact `v2.0.0-beta.13.9` tag binding и append-only
|
|
771
771
|
real-agent lifecycle log. Candidate проверяется из clean source checkout; missing built module не должен
|
|
772
772
|
превращаться в stack trace, а обязан быть детерминированно собран или диагностирован release gate.
|
|
773
773
|
|
package/docs/release.md
CHANGED
|
@@ -4,6 +4,31 @@ The npm package is `codex-workflow-v2` with public visibility. Consumers must pi
|
|
|
4
4
|
an exact version. Stable compatibility covers the latest minor release of the current
|
|
5
5
|
major only; older minors are unsupported unless a release note explicitly says otherwise.
|
|
6
6
|
|
|
7
|
+
## beta.13.9: failed-Step planning recovery after Knowledge rebind
|
|
8
|
+
|
|
9
|
+
A started Task can retain completed Steps and a failed guarded Step while a Knowledge
|
|
10
|
+
rebind supersedes its execution authorization. A truthful blocking Plan Risk Audit must
|
|
11
|
+
not require a false approval to reach corrective planning. This recovery uses the current
|
|
12
|
+
blocking audit as planning evidence and proves its unchanged safety baseline through
|
|
13
|
+
hash-checked Knowledge-only Plan history and the historical superseded authorization.
|
|
14
|
+
It never treats either record as current execution authority.
|
|
15
|
+
|
|
16
|
+
Fresh navigation can then advertise the existing independent corrective-decision route.
|
|
17
|
+
The ordinary corrective yield, independent replacement validation and risk audit, exact
|
|
18
|
+
human corrective-replan confirmation, and fresh execution authorization remain mandatory.
|
|
19
|
+
An ordinary `plan-set` cannot bypass that chain. `continue-fix` is not a valid decision
|
|
20
|
+
for this stopped planning posture; ordinary execution repair retains its existing choices.
|
|
21
|
+
The additive upstream-remediation route remains limited to genuinely unstarted Tasks.
|
|
22
|
+
|
|
23
|
+
Release evidence must exercise the complete callable recovery chain, including original
|
|
24
|
+
Worker credential replacement and yield, repeated Knowledge rebind, unchanged completed
|
|
25
|
+
Step and failed review evidence, and rejection of damaged Plan/audit/authorization history.
|
|
26
|
+
|
|
27
|
+
The exact beta.13.9 runner retains the consumed-carryover compatibility profile from
|
|
28
|
+
beta.13.6 with beta.13.9 as its pinned target. The source, ownership, lease, candidate
|
|
29
|
+
Plan, provenance and transaction checks are unchanged. Historical beta.13.7 and
|
|
30
|
+
beta.13.8 transcripts remain bound to their original targets.
|
|
31
|
+
|
|
7
32
|
## beta.13.8: explain changes and continue active Milestones
|
|
8
33
|
|
|
9
34
|
Full autonomy can be issued during an active Milestone using an exact new human-confirmed
|
package/package.json
CHANGED
|
@@ -158,6 +158,11 @@ dependency provenance recovery, atomic context refresh and original-Worker
|
|
|
158
158
|
credential recovery. This profile permits no external state mutation, installed
|
|
159
159
|
code patch, wider product commit, changed dirty bytes, or approval substitution.
|
|
160
160
|
|
|
161
|
+
The exact beta.13.9 runner supports the same bounded consumed-carryover profile
|
|
162
|
+
with beta.13.6 as its source and beta.13.9 as its pinned target. Require the
|
|
163
|
+
returned version bindings and all the same source-recovery and transport proofs.
|
|
164
|
+
Historical beta.13.8 evidence is not proof for a beta.13.9 invocation.
|
|
165
|
+
|
|
161
166
|
The historical beta.13.7 runner retains its own exact beta.13.6-to-beta.13.7 profile.
|
|
162
167
|
The current beta.13.8 profile does not admit a beta.13.7 source or an in-progress
|
|
163
168
|
Step and cannot be used to bypass the ordinary safe update boundary.
|
|
@@ -682,6 +687,18 @@ only for membership changes; any change to outcome, success signal, acceptance,
|
|
|
682
687
|
discovery, or base branch requires the ordinary human scope-change gate. Never self-renew or
|
|
683
688
|
replace the contract.
|
|
684
689
|
|
|
690
|
+
When fresh `next` advertises `task corrective-decision` with
|
|
691
|
+
`planningRecovery.authority = "planning-only"`, a started failed Step has a current
|
|
692
|
+
blocking audit after a Knowledge-only Plan rebind. Core proves the historical approved
|
|
693
|
+
safety baseline; the stopped audit does not authorize execution. Obtain the independent
|
|
694
|
+
corrective decision against the returned bindings and preserve the exact original Worker
|
|
695
|
+
credential/yield prerequisites. Follow the existing human-confirmed corrective-replan
|
|
696
|
+
route, then fresh replacement Plan authorization. Never approve the obstructed Plan merely
|
|
697
|
+
to unlock navigation, use ordinary `plan-set` to bypass the corrective gate, or create an
|
|
698
|
+
upstream remediation Task for this already-started posture. `continue-fix` is unavailable
|
|
699
|
+
for this planning-only route. A package update can require another Knowledge rebind and
|
|
700
|
+
fresh blocking audit; do not rewrite or silently reuse a stale audit.
|
|
701
|
+
|
|
685
702
|
Repeated failed Task reviews remain on the same Task and do not require a separate corrective
|
|
686
703
|
Plan audit based only on count. Follow fresh `next`: ordinary findings default to `route=fix`;
|
|
687
704
|
`route=replan` is valid only with the exact Plan clause, obstruction, and minimal Plan change
|