intentional-cognition-os 1.3.0 → 1.4.1

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
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [v1.4.1] - 2026-05-25
4
+
5
+ - chore(beads): close zcc epic — all 5 children done (af57b3c)
6
+
7
+
8
+ ## [v1.4.0] - 2026-05-25
9
+
10
+ - Merge pull request #100 from jeremylongshore/feat/zcc-followup-experiment-and-md036 (20ece87)
11
+ - fix(docs): land the 2 round-2 fixes that missed first commit (d2c0fde)
12
+ - fix(experiments): round-2 Gemini findings — fail-fast + compile warn + stale comments (ab9b192)
13
+ - fix(experiments): address Gemini review findings on run.py (PR #100) (4f71191)
14
+ - chore(docs): tighten markdownlint — enable MD036, fix 8 violations (zcc.2) (70d97f4)
15
+ - feat(experiments): compile-then-govern vs RAG v1 results (zcc.4) (426ed73)
16
+
17
+
3
18
  ## [v1.3.0] - 2026-05-25
4
19
 
5
20
  - Merge pull request #83 from jeremylongshore/feat/dogfood-v0.2-paraphrases (de66f09)
@@ -28,7 +43,6 @@
28
43
  - feat(plugin/scripts): paraphrase_robustness metric in verify.py (3439e07)
29
44
  - feat(plugin/scripts): bank.py schema library + ADRs 029-032 (c9a9b92)
30
45
 
31
-
32
46
  ## [v1.2.5] - 2026-05-23
33
47
 
34
48
  - fix(plugin/verify): resolve wiki/ citations against workspace cache (closes h99) (#82) (2ecefc5)
package/README.md CHANGED
@@ -152,7 +152,7 @@ Global flags on every command: `--workspace <path>`, `--json`, `--verbose`, `--q
152
152
 
153
153
  ## Status
154
154
 
155
- **v1.0.5 — stable.** 1.3.0 tests passing across 5 packages. Used daily by the author. Public release on npm.
155
+ **v1.0.5 — stable.** 1.4.1 tests passing across 5 packages. Used daily by the author. Public release on npm.
156
156
 
157
157
  - **Stable**: all 14 commands, the compilation passes, ask + research + recall + render + promote, the audit chain.
158
158
  - **In progress**: post-v1 coverage uplift on compiler + cli packages; mutation-testing baseline.