Skip to content

Commit 5992fdb

Browse files
committed
chore: release v1.15.2
1 parent 2eb711c commit 5992fdb

38 files changed

Lines changed: 224 additions & 160 deletions

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# 变更日志 (CHANGELOG)
22

33
> **说明**: 版本概览摘要。最新版本的详细变更见下方表格首行的 `changelogs/releases/vX.Y.Z.md` 链接;历史版本见对应详细变更文件
4-
> **最后更新**: 2026-07-18
4+
> **最后更新**: 2026-07-21
55
66
---
77

88
## 版本概览
99

1010
| 版本 | 日期 | 变更摘要 | 详细 |
1111
|------|------|---------|------|
12+
| [v1.15.2](./changelogs/releases/v1.15.2.md) | 2026-07-21 | 🔧 **意图驱动上下文 + 执行链优化 + 发布真相纠偏**:ContextRead V2、任务名续接、validation DAG、ProjectKnowledge、Grok/Gemini 显式宿主、S07/Turn Liveness/可见输出、基座准入与 residual F 闭环 | [查看](./changelogs/releases/v1.15.2.md) |
1213
| [v1.15.1](./changelogs/releases/v1.15.1.md) | 2026-07-18 | 🔧 **CI 行数预算单源 + 品牌拓扑假绿 + 共享态闸门**`ENTRY_MODULE_LINE_BUDGETS``ComponentTransparencyTopologyGate`、PI-119 自修/push 闸门、GR-044 验证阶段可追溯、台账 already-fixed 回写 | [查看](./changelogs/releases/v1.15.1.md) |
1314
| [v1.15.0](./changelogs/releases/v1.15.0.md) | 2026-07-18 |**长任务墙钟预算与完成证据**:ExecutionBudget / ExternalWait / LongTaskAuthorization、WorkspaceSyncStatus、CompletionEvidenceGate、清单 11 收口 | [查看](./changelogs/releases/v1.15.0.md) |
1415
| [v1.14.0](./changelogs/releases/v1.14.0.md) | 2026-07-14 |**Profile 生成、控制面契约与发布效率治理**:发布 Profile plan/分档安全迁移、canonical workflow/tenant/gate/report/TestRoute 契约、返工预防补强、六组剩余规范吸纳门禁与 V96 | [查看](./changelogs/releases/v1.14.0.md) |
@@ -124,7 +125,7 @@
124125

125126
## 相关文档
126127

127-
- [`changelogs/releases/v1.15.1.md`](./changelogs/releases/v1.15.1.md) — 最新版本详细变更文档
128+
- [`changelogs/releases/v1.15.2.md`](./changelogs/releases/v1.15.2.md) — 最新版本详细变更文档
128129
- [`changelogs/releases/v1.15.0.md`](./changelogs/releases/v1.15.0.md) — 上一版本详细变更文档
129130
- [`changelogs/releases/v1.14.0.md`](./changelogs/releases/v1.14.0.md) — 历史版本详细变更文档
130131
- [`changelogs/releases/v1.11.21.md`](./changelogs/releases/v1.11.21.md) — 历史版本详细变更文档

README.md

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

RULES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# DevCodex v1.15.1 — 使用入口
1+
# DevCodex v1.15.2 — 使用入口
22

3-
> AI workflow injector for Copilot / Claude Code / Codex · publisher: Rocky · version: 1.15.1
3+
> AI workflow injector for Copilot / Claude Code / Codex · publisher: Rocky · version: 1.15.2
44
55
## 正式主支持客户端
66

changelogs/releases/v1.15.2.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# v1.15.2 — 意图驱动上下文、执行链优化与发布真相纠偏收口
2+
3+
> **发布日期**: 2026-07-21
4+
> **类型**: PATCH
5+
> **基线**: v1.15.1 source line (`2eb711c`);registry 事实纠偏后以 GitHub Packages v1.14.0 为已发布包基线
6+
7+
## 摘要
8+
9+
v1.15.2 归档 v1.15.1 之后已经完成并通过本地收敛验证的源码增量:意图驱动上下文读取、任务名续接、项目侧执行链性能与稳定回滚、Grok/Gemini 显式宿主、S07 入口检查时序、Turn Liveness、用户可见输出、基座准入、残留 F 项闭环,以及 release-verification 的 registry 真相纠偏。
10+
11+
本版本特别修正发布事实:远端存在 `v1.15.1` tag / draft release 并不等于 GitHub Packages 已发布 v1.15.1;发布前 registry 权威查询显示 `@vextjs/devcodex` latest 为 v1.14.0。本次 release 采用 `v1.15.2` 作为新的真实发布候选,避免覆盖或改写历史 tag。
12+
13+
## 变更
14+
15+
- **ContextRead V2**`IntentSeedV1 → unique project/activeRoot → ContextReadPlanV2 → targeted load → ContextReadReceiptV2` 成为推荐主链;V1 reader compatibility 保留,hidden full-read 与 false-complete 由 V99 约束。
16+
- **项目侧执行链性能**:引入 `ExecutionOptimizationStateV2``ExecutionOptimizationFeatureDecisionV1`、validation DAG、Profile/Skill 渐进加载、ProjectKnowledge V2、内容身份、changed-scope validation 与 `full-only` kill switch;`项目侧执行链性能``V101` 探针归档。
17+
- **任务名续接与长任务稳定性**`Turn Liveness``LocalTaskTraceV1`、双阶段 checkpoint、`ISSUE-043``V98` 与外部等待/预算语义收口,避免工具返回后任务“看起来断了”。
18+
- **Grok/Gemini 显式宿主**`--host gemini|grok|all` 纳入包能力;Grok workspace root=`Native`、plain child=`Partial``devcodex grok` launcher=`Full` 的三态口径与 status/doctor/installation 证据同步。
19+
- **S07 与用户可见输出**:S07 PC0~PC7 必须先于实质正文与产物写入;`user-visible-output-contract``ArtifactDeliveryManifestV1``DevCodexVisibleEnvelopeV1` 与最终交付投影链闭合。
20+
- **基座准入与复杂度预算**`BaseImpactAssessmentV1``ComplexityDeltaBudgetV1``UnaffectedIntentRegression``replacementOrRetirementCredit`、回滚与退役条件纳入 G4,避免后续规范继续侵入稳定基座。
21+
- **专家输出与方案适配**`OperationExplanationContractV1``ResponseProvenanceClosureGate``CodeTruthEvidenceMatrixGate``SolutionFitAgainstRepoGate``UniqueRecommendationBeforeConfirmGate``NoPreferenceMenuAfterConvergenceGate` 归档,避免报告/方案脱离代码事实。
22+
- **残留 F 项闭环**:ContextReadBindingV1、CP digest 单源、public text current surface、Host identity、Validation DAG contract、Profile/release truth sync、workspace deployment manifest 与 memory transaction receipt 等 residual F 修复完成。
23+
- **品牌/组件与 release gates**`BrandVisualQualityGate``ComponentTransparencyTopologyGate``ProfileReleaseTruthAuthorityMatrixGate``RuntimeStateTransitionProjectionGate``CandidateFreezeGate``IsolatedConsumerCwdGate``release-verification` R0~R7 作为发布门禁继续生效。
24+
25+
## 文档与分发口径
26+
27+
- README、网站首页、intro、Profile guide、release guide、versions index 与 v1/1.0.1 活动需求页同步为 v1.15.2。
28+
-`CHANGELOG.md` 新增 v1.15.2,并保留 v1.15.1 历史 release note;不改写既有 tag/draft release 历史。
29+
- GitHub Packages 仍是当前唯一发布通道;安装需要 `@vextjs:registry=https://npm.pkg.github.com` 与具备 `read:packages` 的 GitHub PAT / `NODE_AUTH_TOKEN`
30+
31+
## 验证
32+
33+
- `node scripts/validate-versions.js`
34+
- `node scripts/validate.js`
35+
- `npm test`
36+
- `npm run test:audit`
37+
- `npm run test:package-release`
38+
- `npm run release:dry-run:all`
39+
- `npm pack --dry-run`
40+
- isolated pack install smoke
41+
- remote CI success for release commit
42+
- R7:git tag、GitHub Packages registry version/latest、fresh install smoke 与 workspace deployed-copy validation
43+
44+
## 发布通道
45+
46+
GitHub Packages only(`@vextjs/devcodex`),restricted;需 `read:packages` 安装认证,发布端需 `write:packages`。本版本不发布 npmjs public。

changelogs/unreleased.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# 未发布变更(Unreleased)
22

33
> **用途**: 记录尚未正式发版的实现级变更。
4-
> **当前**: v1.15.1 发布后本文件应清空增量节;历史锚点索引供 validate 探针消费。
4+
> **当前**: v1.15.2 发布候选已归档到 `changelogs/releases/v1.15.2.md`;本文件保留历史锚点索引与候选镜像,供 validate 探针消费。
55
6-
## 历史锚点索引(已随 v1.15.0 / v1.15.1 发布
6+
## 历史锚点索引(已随 v1.15.0 / v1.15.1 / v1.15.2 发布或归档
77

8-
WorkspaceDataAbsorptionScopeGate · DocsSiteVisualAcceptanceGate · OmissionOnlyReviewGate · MethodLevelLeakPressureProbe · V2FormalSolutionPackage · V63 · V65 · FigmaHighFidelityRestorationGate · CompatibilityAndContractAuthorityGate · PublicDocsReleasedVersionGate · V66 · ReviewDimensionDeltaGate · UserPerspectiveDocsGate · DocsConsumerSweep · ArtifactLinkSetDedupeGate · FrontendRuntimeNetworkProbeGate · PI-052 · PF-056 · PublicUserDocsMaintainerBoundaryGate · ActiveRequirementFinalResponseGate · V67 · PI-053 · PI-054 · PF-057 · PF-058 · ChecklistStateMaterializationGate · V94 · consumer-validation-engineering · CandidateFreezeGate · IsolatedConsumerCwdGate · DesignFitnessGate · V96 · BrandVisualQualityGate · ComponentTransparencyTopologyGate · ProfileReleaseTruthAuthorityMatrixGate · RuntimeStateTransitionProjectionGate · ISSUE-043 · Turn Liveness · V98 · LocalTaskTraceV1 · ExecutionBudgetGate · ExternalWaitAccountingGate · LongTaskAuthorizationGate · WorkspaceSyncStatus · CompletionEvidenceGate · OwnIntroducedRegressionSelfFixGate · SharedStateMutationGate · ValidationLifecycleTraceabilityGate · Intent Expansion Card · execution-contract · test-router · release-verification · host-contract-verification · source-consumer-sync · verified-present · sticky `activeProject` · 意图扩展摘要 · ProductRequirementTraceabilityGate · PackageNameAuthorityGate · V2MCPFirstPlanningGate · rework-prevention-engineering · V95 · V1.15.0 · V1.15.1
8+
WorkspaceDataAbsorptionScopeGate · DocsSiteVisualAcceptanceGate · OmissionOnlyReviewGate · MethodLevelLeakPressureProbe · V2FormalSolutionPackage · V63 · V65 · FigmaHighFidelityRestorationGate · CompatibilityAndContractAuthorityGate · PublicDocsReleasedVersionGate · V66 · ReviewDimensionDeltaGate · UserPerspectiveDocsGate · DocsConsumerSweep · ArtifactLinkSetDedupeGate · FrontendRuntimeNetworkProbeGate · PI-052 · PF-056 · PublicUserDocsMaintainerBoundaryGate · ActiveRequirementFinalResponseGate · V67 · PI-053 · PI-054 · PF-057 · PF-058 · ChecklistStateMaterializationGate · V94 · consumer-validation-engineering · CandidateFreezeGate · IsolatedConsumerCwdGate · DesignFitnessGate · V96 · BrandVisualQualityGate · ComponentTransparencyTopologyGate · ProfileReleaseTruthAuthorityMatrixGate · RuntimeStateTransitionProjectionGate · ISSUE-043 · Turn Liveness · V98 · LocalTaskTraceV1 · ExecutionBudgetGate · ExternalWaitAccountingGate · LongTaskAuthorizationGate · WorkspaceSyncStatus · CompletionEvidenceGate · OwnIntroducedRegressionSelfFixGate · SharedStateMutationGate · ValidationLifecycleTraceabilityGate · Intent Expansion Card · execution-contract · test-router · release-verification · host-contract-verification · source-consumer-sync · verified-present · sticky `activeProject` · 意图扩展摘要 · ProductRequirementTraceabilityGate · PackageNameAuthorityGate · V2MCPFirstPlanningGate · rework-prevention-engineering · V95 · 项目侧执行链性能 · ExecutionOptimizationFeatureDecisionV1 · V101 · BaseImpactAssessmentV1 · ComplexityDeltaBudgetV1 · UnaffectedIntentRegression · OperationExplanationContractV1 · CodeTruthEvidenceMatrixGate · SolutionFitAgainstRepoGate · V1.15.0 · V1.15.1 · V1.15.2
99

10-
## 当前未发布变更
10+
## v1.15.2 归档候选镜像
1111

1212
### DevCodex V1 基座准入与证据合同(2026-07-20)
1313

@@ -91,7 +91,7 @@ WorkspaceDataAbsorptionScopeGate · DocsSiteVisualAcceptanceGate · OmissionOnly
9191
- ProjectKnowledge 升级为单仓 V2:Merkle inventory、repo/root/config/parser/test/Profile binding、`FileKnowledgeRecordV2`、range-bound `SemanticClaimV1`、确定性 observe/bootstrap、5% oracle 与 accepted-only pointer;V1 仅只读兼容并强制 full-required migration。
9292
- ProjectKnowledge 生产 CLI 现从真实 inventory 构建并持久化 versioned `ImpactGraphV1`,覆盖 JS/TS 静态相对依赖与 Markdown 本地链接;普通图变化走当前闭包,builder 迁移、低覆盖或动态消费者自身变化才升级全文。
9393
- 新增 `ExecutionOptimizationStateV2`、prospective trial、rollback/sunset 与 `safe-auto | full-only` kill switch;六类真实消费者在动作前统一形成 `ExecutionOptimizationFeatureDecisionV1`,feature 回滚或状态无效会立即走完整执行路径。
94-
- 新增 `test:execution-chain-evolution``benchmark:execution-chain`、canonical validation 节点及 V101;当前变更尚未发布,不改变 v1.15.1 registry 能力声明
94+
- 新增 `test:execution-chain-evolution``benchmark:execution-chain`、canonical validation 节点及 V101;当前变更已归档到 v1.15.2 发布候选,发布事实以 registry/tag/R7 验收为准
9595

9696
### CE+CPCF · 控制面闭合证据与误放行治理(2026-07-18)
9797

host-projections/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DevCodex — Shared Host Kernel(generated)
22

33
> Generated from the unified DevCodex instructions source. Do not edit this file directly.
4-
> sourceDigest: 88412cadd75324d8d0f84d097474ca09d5446f532cf5ce8b6a01a95dd5cb033e
4+
> sourceDigest: 3ffd37809182e35b56bc9478303d743ab63f2544bf84969d2d2da4580cfe8961
55
> configDigest: 22da2caf8716caf1e4368f686dca1b57847f36b45a3648b5e13cb210bb8baafd
66
> Full fallback: .agents/devcodex/instructions.full.md
77
> Host surface: Codex / Claude import / Gemini import / Grok native AGENTS.md

host-projections/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DevCodex — Copilot Host Kernel(generated)
22

33
> Generated from the unified DevCodex instructions source. Do not edit this file directly.
4-
> sourceDigest: 88412cadd75324d8d0f84d097474ca09d5446f532cf5ce8b6a01a95dd5cb033e
4+
> sourceDigest: 3ffd37809182e35b56bc9478303d743ab63f2544bf84969d2d2da4580cfe8961
55
> configDigest: 22da2caf8716caf1e4368f686dca1b57847f36b45a3648b5e13cb210bb8baafd
66
> Full fallback: .agents/devcodex/instructions.full.md
77
> Host surface: GitHub Copilot instruction-fallback projection

host-projections/coverage.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"schemaVersion": "HostInstructionCoverageReceiptV1",
33
"sourceFile": "instructions.md",
4-
"sourceDigest": "88412cadd75324d8d0f84d097474ca09d5446f532cf5ce8b6a01a95dd5cb033e",
4+
"sourceDigest": "3ffd37809182e35b56bc9478303d743ab63f2544bf84969d2d2da4580cfe8961",
55
"configDigest": "22da2caf8716caf1e4368f686dca1b57847f36b45a3648b5e13cb210bb8baafd",
66
"mode": "kernel",
77
"fallback": {
88
"destination": ".agents/devcodex/instructions.full.md",
9-
"sourceDigest": "88412cadd75324d8d0f84d097474ca09d5446f532cf5ce8b6a01a95dd5cb033e",
9+
"sourceDigest": "3ffd37809182e35b56bc9478303d743ab63f2544bf84969d2d2da4580cfe8961",
1010
"available": true
1111
},
1212
"budgets": {
@@ -283,12 +283,12 @@
283283
"host-projections/AGENTS.md": {
284284
"bytes": 9976,
285285
"lines": 82,
286-
"digest": "e9c979715ff434ec1b78adcce7299db2d78e56ed33184cd266b2fcc252ffef47"
286+
"digest": "dd68e3f5cbaf99da95caa8f8cb819ab3f0c82c68acd4d273bc93bf988d04c736"
287287
},
288288
"host-projections/copilot-instructions.md": {
289289
"bytes": 9962,
290290
"lines": 82,
291-
"digest": "49d1a2130f848ef324d2bb203d809ab55351679fc1147eb4545deb1e890b5e4a"
291+
"digest": "309543836e4abd235b4ea480f36a9797e50afdb499d909a0551f2d9323b446c5"
292292
},
293293
"host-projections/CLAUDE.md": {
294294
"bytes": 327,
@@ -306,5 +306,5 @@
306306
"valid": true,
307307
"errors": []
308308
},
309-
"receiptId": "host-instruction-coverage-b0c140c8927a1f726616fe692a3e9d4244b1ff97ad6e609d0e36407b05884b7e"
309+
"receiptId": "host-instruction-coverage-612880b5b1f3cd83d2d066dcddec1e180726842fda3e7c2430ac6a6e3dbb0764"
310310
}

instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DevCodex — 项目规范(统一规范源)
22

3-
> DevCodex v1.15.1 · 单源规范文件
3+
> DevCodex v1.15.2 · 单源规范文件
44
> 本文件是 DevCodex 唯一的规范源文件。`devcodex init` 先通过 `HostAdapterScopeV1` 解析唯一宿主 owner:普通仓库为项目根,workspace-namespace 为工作区根;再在该 owner 投影 Copilot、Claude Code 与 Codex 入口。`devcodex init --claude` 仅安装 Claude Code 入口;`devcodex init --codex` 仅安装 Codex 入口。`CLAUDE.md``AGENTS.md` 都是本文件的部署副本,由本文件持续覆盖。
55
66
---

instructions/00-safety.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
applyTo: "**"
33
description: 安全底线与输出语言规则,定义 S01~S07、违规处理与不可豁免边界
44
priority: P2
5-
version: 1.15.1
5+
version: 1.15.2
66
---
77
# 安全底线规范(S01~S07)
88

0 commit comments

Comments
 (0)