scene-capability-engine 3.3.26 → 3.4.5

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,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.4.5] - 2026-03-02
11
+
12
+ ### Fixed
13
+ - `git-managed-gate` now treats worktree checks as advisory in default relaxed CI context (`CI/GITHUB_ACTIONS` + non-strict), preventing false release blocking from CI-side generated deltas.
14
+ - Strict behavior is unchanged and still enforceable via `SCE_GIT_MANAGEMENT_STRICT_CI=1` (`--strict-ci`).
15
+
16
+ ## [3.4.4] - 2026-03-02
17
+
18
+ ### Fixed
19
+ - CI release prepublish gate compatibility:
20
+ - `git-managed-gate` now supports `SCE_GIT_MANAGEMENT_ALLOW_UNTRACKED=1` (`--allow-untracked`) to allow untracked artifact files while still blocking tracked worktree changes.
21
+ - release workflow npm publish step now sets this flag to avoid false blocking when `.sce/reports/release-evidence/*` is generated before publish.
22
+
23
+ ## [3.4.3] - 2026-03-02
24
+
10
25
  ### Added
11
26
  - Errorbook registry health command for centralized registry governance:
12
27
  - `sce errorbook health-registry`
@@ -19,6 +34,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
34
  - supports manual save/list/show/restore/config and `timeline push` (pre-push checkpoint + git push)
20
35
  - snapshots are retained under `.sce/timeline/snapshots/` with configurable retention policy
21
36
  - key-stage checkpoint integration for `studio` and `session` command flows
37
+ - Scene-closed-loop domain research reinforcement:
38
+ - `problem-domain-map.md` now includes mandatory `Closed-Loop Research Coverage Matrix`
39
+ - `scene-spec.md` now includes mandatory `Closed-Loop Research Contract`
40
+ - `problem-domain-chain.json` now includes `research_coverage` contract
41
+ - new command: `sce spec domain coverage --spec <id> [--fail-on-gap]`
42
+ - `sce spec domain validate` now reports coverage summary and supports `--fail-on-gap`
43
+ - Mandatory problem evaluation policy baseline:
44
+ - new policy file: `.sce/config/problem-eval-policy.json`
45
+ - template baseline now ships the same policy at `template/.sce/config/problem-eval-policy.json`
46
+ - new evaluator module: `lib/problem/problem-evaluator.js`
47
+ - evaluation reports are persisted to `.sce/reports/problem-eval/<job-id>-<stage>.json`
22
48
 
23
49
  ### Changed
24
50
  - `prepublishOnly` now runs `gate:errorbook-registry-health` in advisory mode before `errorbook-release` gate.
@@ -52,6 +78,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
52
78
  - supports query/scene/spec-seeded lookup and relevance ranking
53
79
  - `sce studio plan` now auto-loads related historical specs into job metadata (`source.related_specs`)
54
80
  - SCE now captures timeline checkpoints by default on `studio`/`session` key operations, and performs interval auto-check in the same checkpoint pipeline to reduce local history-loss risk.
81
+ - `studio` stage flow now enforces problem evaluation on every stage (`plan/generate/apply/verify/release`) and writes `problem_evaluation` summaries into stage metadata/events.
82
+ - `apply` and `release` now support policy-based hard block by default when evaluation blockers are present; advisory/disabled behavior is controlled by `SCE_PROBLEM_EVAL_MODE` / `SCE_PROBLEM_EVAL_DISABLED`.
83
+ - Takeover/adoption defaults and file classification now include `config/problem-eval-policy.json` as managed config.
84
+
85
+ ## [3.4.2] - 2026-03-02
86
+
87
+ ### Added
88
+ - Errorbook incident closed-loop staging for all issues:
89
+ - every `sce errorbook record` now writes a staging incident attempt under `.sce/errorbook/staging/incidents/`
90
+ - new incident inspection commands:
91
+ - `sce errorbook incident list [--state open|resolved] [--json]`
92
+ - `sce errorbook incident show <id> [--json]`
93
+ - resolved incident snapshots are archived under `.sce/errorbook/staging/resolved/`
94
+
95
+ ### Changed
96
+ - Error handling policy now defaults to full-loop management for all issues (not only hard cases): try/fail rounds are retained in staging until final resolution, then consolidated into curated errorbook flow.
97
+
98
+ ## [3.4.1] - 2026-03-02
99
+
100
+ ### Added
101
+ - Project takeover baseline automation:
102
+ - new workspace commands:
103
+ - `sce workspace takeover-audit [--json] [--strict]`
104
+ - `sce workspace takeover-apply [--json]`
105
+ - new baseline reconciler: `lib/workspace/takeover-baseline.js`
106
+ - startup now auto-detects adopted projects and best-effort aligns baseline defaults
107
+ - baseline report output: `.sce/reports/takeover-baseline-latest.json`
108
+ - baseline managed config files:
109
+ - `.sce/adoption-config.json`
110
+ - `.sce/auto/config.json`
111
+ - `.sce/config/takeover-baseline.json`
112
+ - `.sce/config/session-governance.json`
113
+ - `.sce/config/spec-domain-policy.json`
114
+
115
+ ### Changed
116
+ - `sce adopt` and `sce upgrade` now enforce takeover baseline alignment automatically on success.
55
117
 
56
118
  ## [3.3.23] - 2026-02-27
57
119