scene-capability-engine 3.6.58 → 3.6.59
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/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/README.zh.md +1 -1
- package/docs/releases/README.md +1 -0
- package/docs/releases/v3.6.59.md +18 -0
- package/docs/zh/releases/README.md +1 -0
- package/docs/zh/releases/v3.6.59.md +18 -0
- package/package.json +1 -1
- package/template/.sce/README.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [3.6.59] - 2026-03-19
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Published a follow-up alignment patch so the npm package, Git tag, and repository release line all point at the final post-release state after shared project problem projection sync.
|
|
14
|
+
- Kept runtime capability contracts unchanged from `3.6.58`; this patch is for release-state consistency rather than new engine behavior.
|
|
15
|
+
|
|
10
16
|
## [3.6.58] - 2026-03-19
|
|
11
17
|
|
|
12
18
|
### Added
|
package/README.md
CHANGED
package/README.zh.md
CHANGED
package/docs/releases/README.md
CHANGED
|
@@ -9,6 +9,7 @@ This directory stores release-facing documents:
|
|
|
9
9
|
## Archived Versions
|
|
10
10
|
|
|
11
11
|
- [Release checklist](../release-checklist.md)
|
|
12
|
+
- [v3.6.59 release notes](./v3.6.59.md)
|
|
12
13
|
- [v3.6.58 release notes](./v3.6.58.md)
|
|
13
14
|
- [v3.6.57 release notes](./v3.6.57.md)
|
|
14
15
|
- [v3.6.56 release notes](./v3.6.56.md)
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# v3.6.59 Release Notes
|
|
2
|
+
|
|
3
|
+
Release date: 2026-03-19
|
|
4
|
+
|
|
5
|
+
## Highlights
|
|
6
|
+
|
|
7
|
+
- Published an alignment-only follow-up patch so the npm package, repository tag, and release branch all reference the same final repository state.
|
|
8
|
+
- Kept the MagicBall delivery, engineering, and multi-project contracts exactly the same as `v3.6.58`.
|
|
9
|
+
|
|
10
|
+
## Validation
|
|
11
|
+
|
|
12
|
+
- `npm run audit:release-docs`
|
|
13
|
+
- `node scripts/git-managed-gate.js --fail-on-violation --json`
|
|
14
|
+
- `npm publish --access public` via `prepublishOnly`
|
|
15
|
+
|
|
16
|
+
## Release Notes
|
|
17
|
+
|
|
18
|
+
- This patch does not introduce new runtime or adapter-facing behavior. It exists to remove release-state ambiguity after the post-release shared project problem projection snapshot was committed to the repository. Use `v3.6.59` as the canonical follow-up version when strict npm/tag/repository alignment matters.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# v3.6.59 发布说明
|
|
2
|
+
|
|
3
|
+
发布日期:2026-03-19
|
|
4
|
+
|
|
5
|
+
## 重点变化
|
|
6
|
+
|
|
7
|
+
- 发布了一个仅用于对齐的补丁版,使 npm 包、仓库 tag 与发布分支都指向同一份最终仓库状态。
|
|
8
|
+
- MagicBall 的 delivery、engineering 与 multi-project 契约能力与 `v3.6.58` 保持完全一致,没有新增运行时能力变化。
|
|
9
|
+
|
|
10
|
+
## 验证
|
|
11
|
+
|
|
12
|
+
- `npm run audit:release-docs`
|
|
13
|
+
- `node scripts/git-managed-gate.js --fail-on-violation --json`
|
|
14
|
+
- 通过 `prepublishOnly` 执行 `npm publish --access public`
|
|
15
|
+
|
|
16
|
+
## 发布说明
|
|
17
|
+
|
|
18
|
+
- 这个补丁版不引入新的运行时行为,也不改变适配层合同。它的目的只是消除发版状态歧义:在共享项目问题投影快照于发版后写回仓库后,再给出一个严格对齐 npm/tag/仓库状态的正式版本。如果你要求 npm、tag、GitHub 发布线完全一致,应以后续的 `v3.6.59` 作为标准版本。
|
package/package.json
CHANGED
package/template/.sce/README.md
CHANGED
|
@@ -243,6 +243,6 @@ A Spec is a complete feature definition with three parts:
|
|
|
243
243
|
---
|
|
244
244
|
|
|
245
245
|
**Project Type**: Spec-driven development
|
|
246
|
-
**sce Version**: 3.6.
|
|
246
|
+
**sce Version**: 3.6.59
|
|
247
247
|
**Last Updated**: 2026-03-19
|
|
248
248
|
**Purpose**: Guide AI tools to work effectively with this project
|