codex-workflow-v2 2.0.0-beta.13.13 → 2.0.0-beta.13.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.
- package/dist/reviewer-runtime-build.json +5 -5
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/dist/src/workflow.js +3 -1
- 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 +11 -1
- package/docs/pdf/sources/codex-workflow-v2-chat-only-guide-ru.md +12 -2
- package/docs/pdf/sources/codex-workflow-v2-technical-reference-ru.md +12 -2
- package/docs/release.md +14 -0
- package/docs/stable-release-defect-register.md +16 -0
- package/docs/updating-existing-project.md +9 -0
- package/package.json +1 -1
- package/plugins/codex-workflow-gateway/skills/codex-workflow-gateway/SKILL.md +6 -1
|
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.14`, protocol 2, state schema 2 и beta.13
|
|
467
467
|
capabilities;
|
|
468
468
|
- routine observation начинается с компактного `status`; `status --full` запрашивается только для
|
|
469
469
|
расследования, которому действительно нужна полная historical projection;
|
|
@@ -512,3 +512,13 @@ scope, с действующим делегированным маршрутом
|
|
|
512
512
|
Обновление пакета само по себе не одобряет проектные источники. Проверка релиза
|
|
513
513
|
включает четыре уже изменённых источника, перенос пакета и продолжение до checks
|
|
514
514
|
и sealed review packet; фактическая готовность Signal проверяется отдельно.
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
## beta.13.14: перенос проверяется в своей фазе
|
|
518
|
+
|
|
519
|
+
Исторический перенос незавершённой работы проверяется только для planned Step,
|
|
520
|
+
как и при исполнении. Для уже упавшего Step он не перекрывает актуальный маршрут
|
|
521
|
+
восстановления scope. До обновления нужна проверка навигации на остановленном
|
|
522
|
+
состоянии без мутаций, а после — свежие status и next. Атомарный context-refresh
|
|
523
|
+
не выдаёт writer credential: продолжает прежний C1 исполнитель с действующими
|
|
524
|
+
полномочиями.
|
|
@@ -57,7 +57,7 @@ AGENTS.md
|
|
|
57
57
|
-> doctor только как дополнительная диагностика
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
-
Handshake beta.13.
|
|
60
|
+
Handshake beta.13.14 должен сообщать `packageVersion=2.0.0-beta.13.14`, `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,
|
|
@@ -480,7 +480,7 @@ Task/project DGR. `dependencyBinding` для standalone handoff равен null.
|
|
|
480
480
|
# 14. Итоговый checklist пользователя
|
|
481
481
|
|
|
482
482
|
- beta.13.10 exact package и новый bundled gateway установлены; handshake показывает
|
|
483
|
-
`packageVersion=2.0.0-beta.13.
|
|
483
|
+
`packageVersion=2.0.0-beta.13.14`, protocol/state schema `2/2` и beta.13 capabilities;
|
|
484
484
|
- новый Coordinator chat не является fork старого Milestone;
|
|
485
485
|
- bootstrap DGR, если нужен, выдан отдельным exact human confirmation;
|
|
486
486
|
- Discovery не materialized при blocking unknowns;
|
|
@@ -538,3 +538,13 @@ scope, с действующим делегированным маршрутом
|
|
|
538
538
|
Обновление пакета само по себе не одобряет проектные источники. Проверка релиза
|
|
539
539
|
включает четыре уже изменённых источника, перенос пакета и продолжение до checks
|
|
540
540
|
и sealed review packet; фактическая готовность Signal проверяется отдельно.
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
## beta.13.14: перенос проверяется в своей фазе
|
|
544
|
+
|
|
545
|
+
Исторический перенос незавершённой работы проверяется только для planned Step,
|
|
546
|
+
как и при исполнении. Для уже упавшего Step он не перекрывает актуальный маршрут
|
|
547
|
+
восстановления scope. До обновления нужна проверка навигации на остановленном
|
|
548
|
+
состоянии без мутаций, а после — свежие status и next. Атомарный context-refresh
|
|
549
|
+
не выдаёт writer credential: продолжает прежний C1 исполнитель с действующими
|
|
550
|
+
полномочиями.
|
|
@@ -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.14` |
|
|
19
19
|
| protocolVersion | 2 |
|
|
20
20
|
| stateSchemaVersion | 2 |
|
|
21
21
|
| lifecycle epoch | 2 |
|
|
@@ -775,7 +775,7 @@ dirty update.
|
|
|
775
775
|
observed-route matrix/compact-status/reviewer-runtime tests, legacy compatibility regressions,
|
|
776
776
|
`npm run test:signal-t10-check-support-e2e`, `npm run test:signal-remediation-e2e`,
|
|
777
777
|
`npm run pack:check`, `npm run smoke:downstream`, `npm run plugin:check`, official plugin/skill validators,
|
|
778
|
-
`npm run docs:pdf:check` и `npm run release:check` с exact `v2.0.0-beta.13.
|
|
778
|
+
`npm run docs:pdf:check` и `npm run release:check` с exact `v2.0.0-beta.13.14` tag binding и append-only
|
|
779
779
|
real-agent lifecycle log. Candidate проверяется из clean source checkout; missing built module не должен
|
|
780
780
|
превращаться в stack trace, а обязан быть детерминированно собран или диагностирован release gate.
|
|
781
781
|
|
|
@@ -820,3 +820,13 @@ scope, с действующим делегированным маршрутом
|
|
|
820
820
|
Обновление пакета само по себе не одобряет проектные источники. Проверка релиза
|
|
821
821
|
включает четыре уже изменённых источника, перенос пакета и продолжение до checks
|
|
822
822
|
и sealed review packet; фактическая готовность Signal проверяется отдельно.
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
## beta.13.14: перенос проверяется в своей фазе
|
|
826
|
+
|
|
827
|
+
Исторический перенос незавершённой работы проверяется только для planned Step,
|
|
828
|
+
как и при исполнении. Для уже упавшего Step он не перекрывает актуальный маршрут
|
|
829
|
+
восстановления scope. До обновления нужна проверка навигации на остановленном
|
|
830
|
+
состоянии без мутаций, а после — свежие status и next. Атомарный context-refresh
|
|
831
|
+
не выдаёт writer credential: продолжает прежний C1 исполнитель с действующими
|
|
832
|
+
полномочиями.
|
package/docs/release.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Release Policy
|
|
2
2
|
|
|
3
|
+
## beta.13.14: keep carryover navigation in its execution phase
|
|
4
|
+
|
|
5
|
+
A retained root-cause carryover belongs to the start of a planned replacement
|
|
6
|
+
Step. After that Step runs and fails, its historical carryover must not overwrite
|
|
7
|
+
fresh failed-Step recovery navigation. Navigation must apply the same planned-Step
|
|
8
|
+
condition as execution; all carryover checks remain enforced for planned Steps.
|
|
9
|
+
|
|
10
|
+
The regression gate must cover an eligible support amendment with stale carryover
|
|
11
|
+
history, content-only Knowledge drift and retained C1 identity. Follow advertised
|
|
12
|
+
actions through scope recovery, delegated context refresh and the same Worker's
|
|
13
|
+
run. Context refresh does not supply a writer credential. Before transport, inspect
|
|
14
|
+
the patched navigation against the actual stopped state without mutating it;
|
|
15
|
+
transport eligibility alone does not prove successor navigation.
|
|
16
|
+
|
|
3
17
|
## beta.13.13: assess dirty Knowledge before dependency transport
|
|
4
18
|
|
|
5
19
|
A failed Step can leave content changes in already approved Knowledge sources. The
|
|
@@ -16,6 +16,22 @@ Last reviewed: 2026-09-08.
|
|
|
16
16
|
|
|
17
17
|
## Active Milestone update findings
|
|
18
18
|
|
|
19
|
+
### WF-M04-CARRYOVER-PHASE — historical carryover masks failed-Step recovery
|
|
20
|
+
|
|
21
|
+
- Status: Implemented in beta.13.14 with regression coverage; downstream
|
|
22
|
+
continuation still requires post-install verification.
|
|
23
|
+
- Severity: High
|
|
24
|
+
- Evidence: a current failed Step can have eligible check-support recovery while
|
|
25
|
+
task navigation returns a stale root-cause carryover blocker. Global navigation
|
|
26
|
+
then advertises Knowledge refresh before the support amendment.
|
|
27
|
+
- Cause: execution assesses carryover only for a planned Step, but navigation
|
|
28
|
+
also assessed it for a failed retry. The earlier combined fixture did not retain
|
|
29
|
+
this historical carryover, so its successful route did not cover the overlap.
|
|
30
|
+
- Required fix: use the same phase condition in navigation and execution without
|
|
31
|
+
relaxing planned-Step carryover, dirty-byte, scope or writer checks.
|
|
32
|
+
- Required evidence: exact stopped-state read-only navigation, regression for the
|
|
33
|
+
overlapping routes and same-Worker continuation through the advertised successor.
|
|
34
|
+
|
|
19
35
|
### WF-M04-KNOWLEDGE-TRANSPORT — preflight omits post-update Knowledge readiness
|
|
20
36
|
|
|
21
37
|
- Status: Implemented in beta.13.13; full-route regression is part of the release gate.
|
|
@@ -22,6 +22,15 @@ state schema. Совпадение `stateSchemaVersion` до и после об
|
|
|
22
22
|
нужна. Для alpha.6 при `stateSchemaVersion: 2` применяется не migration, а sidecar-only
|
|
23
23
|
adoption posture.
|
|
24
24
|
|
|
25
|
+
### beta.13.14: история переноса не перекрывает восстановление failed Step
|
|
26
|
+
|
|
27
|
+
Проверка переноса незавершённой работы относится только к planned Step. После его
|
|
28
|
+
запуска и отказа она не должна перекрывать актуальное восстановление scope. Перед
|
|
29
|
+
обновлением проверяйте также навигацию исправленного runtime на остановленном
|
|
30
|
+
состоянии без мутаций: одного transport preflight недостаточно. После обновления
|
|
31
|
+
выполняйте только свежий объявленный маршрут. Атомарный refresh не выдаёт writer
|
|
32
|
+
credential и не заменяет прежнего исполнителя.
|
|
33
|
+
|
|
25
34
|
### beta.13.13: изменённые product-файлы Knowledge до обновления
|
|
26
35
|
|
|
27
36
|
Перед transport проверяйте не только версии и failed-Step scope, но и Knowledge.
|
package/package.json
CHANGED
|
@@ -92,7 +92,7 @@ active writer token when the C1 contract requires it. The recovery records only
|
|
|
92
92
|
`task run` merely to manufacture the second failure, and never invoke this recovery for a generic
|
|
93
93
|
test failure, a writable manifest, or unconfined changes.
|
|
94
94
|
|
|
95
|
-
For beta.13.13, the exact published target runner may perform only read-only
|
|
95
|
+
For beta.13.13 and beta.13.14, the exact published target runner may perform only read-only
|
|
96
96
|
`update plan-integrity-update-preflight --id <TASK-ID>` against a coherent beta.13
|
|
97
97
|
source from beta.13.11 with a strictly newer target and a freshly proved V4 literal
|
|
98
98
|
test invocation conflict. Require eligible=true, exact Task/Plan/HEAD and dirty
|
|
@@ -109,6 +109,11 @@ classification changes, changed dirty bytes or unavailable authority block this
|
|
|
109
109
|
route. Do not refresh source context first to conceal the failed-Step boundary,
|
|
110
110
|
edit state, or apply the extra test patch before Core grants its bounded scope.
|
|
111
111
|
|
|
112
|
+
In beta.13.14, historical root-cause carryover is assessed only for a planned
|
|
113
|
+
replacement Step, matching execution. It must not mask current failed-Step scope
|
|
114
|
+
recovery. Preserve the original C1 claimant; delegated context refresh does not
|
|
115
|
+
issue or renew a writer credential. Follow fresh navigation for credential recovery.
|
|
116
|
+
|
|
112
117
|
When fresh `next` includes `preExecutionReplanOption.state=eligible`, an independent Plan auditor
|
|
113
118
|
may stop a `ready` Task before its next Step because the current implementation Plan is obstructed.
|
|
114
119
|
Use only `task preexecution-replan` with the exact advertised Task revision, Brief hash, Plan hash,
|