nativesoul 1.1.1 → 1.1.2

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
@@ -15,6 +15,19 @@ product after ADR-045; there is no Free/Pro split.
15
15
  ### Product
16
16
  - _Nothing yet._
17
17
 
18
+ ## [1.1.2] — 2026-07-08
19
+
20
+ Patch (ADR-043 §1 — reporting-honesty fix, no API change).
21
+
22
+ ### Fixed
23
+ - **`nativesoul install` no longer says "degraded" for a host that just hasn't
24
+ enabled native scheduling.** Hosts that *support* native scheduling (Claude,
25
+ Codex, Antigravity) but haven't had it turned on now report **ready** with an
26
+ informational note — "native scheduling is available but not enabled; turn it
27
+ on with `nativesoul schedule reconcile --host <host> --mode leader --apply`" —
28
+ instead of the misleading "degraded". Real install problems still degrade;
29
+ hosts with no native scheduler (Grok, Gemini) are unaffected.
30
+
18
31
  ## [1.1.1] — 2026-07-07
19
32
 
20
33
  Patch release (ADR-043 §1 — bugfix, no API change; free update within your
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nativesoul",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Local-first continuity layer for coding agents.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",