scene-capability-engine 3.3.12 → 3.3.13
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
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [3.3.13] - 2026-02-25
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Strengthened steering defect-repair governance with post-fix cleanup hard rule:
|
|
14
|
+
- After bug fixes are validated, temporary debug logs, ad-hoc probes, one-off scripts, and temporary debug switches must be removed.
|
|
15
|
+
- Any retained diagnostic logging must be converted to configurable observability controls and default to disabled.
|
|
16
|
+
- Synced the same steering hard rule to both runtime and template steering baselines:
|
|
17
|
+
- `.sce/steering/CORE_PRINCIPLES.md`
|
|
18
|
+
- `template/.sce/steering/CORE_PRINCIPLES.md`
|
|
19
|
+
|
|
10
20
|
## [3.3.12] - 2026-02-25
|
|
11
21
|
|
|
12
22
|
### Changed
|
package/package.json
CHANGED
|
@@ -136,6 +136,8 @@
|
|
|
136
136
|
|
|
137
137
|
**复杂问题定位方法**: 优先使用 debug 日志与可观测信号定位(输入、输出、关键分支、异常栈、上下文参数),先还原执行路径再下结论
|
|
138
138
|
|
|
139
|
+
**修复后清理要求**: 问题修复并验证通过后,必须清理临时 debug 日志、临时埋点、一次性脚本和调试开关;需要长期保留的日志必须转为可配置观测项且默认关闭
|
|
140
|
+
|
|
139
141
|
**允许的临时措施**: 仅在生产止血场景可临时绕行,但必须同时给出根因修复任务、回滚条件和截止时间
|
|
140
142
|
|
|
141
143
|
**验收标准**: 必须有可复现用例、修复后回归通过、明确根因记录(不是仅现象描述)
|
|
@@ -155,4 +157,4 @@
|
|
|
155
157
|
|
|
156
158
|
---
|
|
157
159
|
|
|
158
|
-
|
|
160
|
+
v16.0 | 2026-02-25 | 新增调试日志清理硬规则
|