empirical-sdd 0.26.1 → 0.28.0

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
@@ -8,6 +8,49 @@ under the alpha rules in [docs/versioning.md](docs/versioning.md).
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ ## [0.28.0] - 2026-08-24
12
+
13
+ ### Added
14
+
15
+ - Added a deterministic specialist-consult protocol with bounded security and
16
+ UI/UX packets, structured advisory evidence, and domain-scoped blocking
17
+ without standing roles or persisted model reasoning.
18
+ - Added structured repository-activation inspection and Doctor findings for
19
+ missing, stale, malformed, unsafe, non-canonical, nested-shadowing, and
20
+ same-name global skill states, with exact per-runtime verification and reload
21
+ guidance.
22
+ - Added the native Windsurf workspace skill, nested-directory resolution, root
23
+ Codex override reconciliation, and linked-worktree isolation coverage.
24
+
25
+ ### Fixed
26
+
27
+ - Front-loaded mutation trigger metadata and marker-owned instructions so
28
+ bounded host context cannot omit Empirical behind large user content, while
29
+ preserving user-owned bytes and keeping read-only work outside the workflow.
30
+ - Stopped treating current integration files as proof that an already-running
31
+ agent loaded them; reports now keep runtime loading explicitly unverified.
32
+
33
+ ### Migration
34
+
35
+ - Existing Schema 5 and Tracker Policy v1/v2 repositories require no state
36
+ migration. Run Empirical Init once in existing repositories to reconcile the
37
+ expanded activation artifacts, then follow Doctor's runtime reload guidance.
38
+
39
+ ## [0.27.0] - 2026-08-21
40
+
41
+ ### Changed
42
+
43
+ - Made Tracker Policy v2 lifecycle comments human-first across GitHub, Linear,
44
+ and Jira, with plain-language status, focused action requests, friendly
45
+ evidence links, native Jira formatting, and provider-safe exact recovery
46
+ markers that remain compatible with existing comments.
47
+
48
+ ### Migration
49
+
50
+ - Existing Schema 5 and Tracker Policy v1/v2 repositories require no state
51
+ migration. Visibility cadence, ticket bindings, issue descriptions, and
52
+ historical comments remain compatible.
53
+
11
54
  ## [0.26.1] - 2026-08-21
12
55
 
13
56
  ### Fixed
@@ -193,7 +236,9 @@ Published through GitHub Actions trusted publishing with npm provenance.
193
236
 
194
237
  - Prepared and released package version `0.20.2`.
195
238
 
196
- [Unreleased]: https://github.com/goempirical/empirical-sdd/compare/v0.26.1...HEAD
239
+ [Unreleased]: https://github.com/goempirical/empirical-sdd/compare/v0.28.0...HEAD
240
+ [0.28.0]: https://github.com/goempirical/empirical-sdd/compare/v0.27.0...v0.28.0
241
+ [0.27.0]: https://github.com/goempirical/empirical-sdd/compare/v0.26.1...v0.27.0
197
242
  [0.26.1]: https://github.com/goempirical/empirical-sdd/compare/v0.26.0...v0.26.1
198
243
  [0.26.0]: https://github.com/goempirical/empirical-sdd/compare/v0.25.0...v0.26.0
199
244
  [0.25.0]: https://github.com/goempirical/empirical-sdd/compare/v0.24.1...v0.25.0
package/README.md CHANGED
@@ -4,7 +4,7 @@ Agent-neutral, resumable spec-driven development for coding agents. Empirical
4
4
  turns an ordinary change request into a deterministic workflow with durable
5
5
  state, reviewable evidence, and safe Git integration.
6
6
 
7
- > Empirical 0.26 is alpha software. It requires Node.js 22 or newer.
7
+ > Empirical 0.28 is alpha software. It requires Node.js 22 or newer.
8
8
 
9
9
  ## Install
10
10
 
@@ -23,9 +23,13 @@ uses `@empirical-init`. Existing 0.22 repositories should invoke it once after
23
23
  upgrading; configuration, history, and evidence are preserved.
24
24
 
25
25
  Doctor verifies that completed repositories still have every required local
26
- instruction, skill, and MCP bridge. If it reports missing or drifted project
27
- integrations, invoke `empirical-init` explicitly to reconcile Empirical-owned
28
- artifacts; unmanaged or unsafe conflicts are preserved and remain visible.
26
+ instruction, native skill, and MCP bridge, including nested-directory and
27
+ linked-worktree discovery. It distinguishes missing, stale, malformed, unsafe,
28
+ non-canonical, shadowing, and global-collision states. Invoke `empirical-init`
29
+ explicitly to reconcile Empirical-owned artifacts; unmanaged or unsafe
30
+ conflicts are preserved. Correct files do not prove that an existing host
31
+ session loaded them, so Doctor reports runtime loading as unverified and gives
32
+ the applicable reload or fresh-session step.
29
33
 
30
34
  ## What it provides
31
35