intentional-cognition-os 1.4.1 → 1.4.3
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 +13 -2
- package/README.md +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [v1.4.3] - 2026-05-25
|
|
4
|
+
|
|
5
|
+
- Merge pull request #103 from jeremylongshore/feat/bd-sync-rapid-write-race-55q.4 (bf57454)
|
|
6
|
+
- fix(bd-sync): flush JSONL after every bead-side write (55q.4) (dbb3f87)
|
|
7
|
+
- Merge pull request #102 from jeremylongshore/feat/release-filter-nul-records (880ccbe)
|
|
8
|
+
- ci(release): fix commit-type filter — NUL records + line-anchored regex (19e0d22)
|
|
9
|
+
|
|
10
|
+
## [v1.4.2] - 2026-05-25
|
|
11
|
+
|
|
12
|
+
- Merge pull request #101 from jeremylongshore/feat/release-skip-chore-only (f242602)
|
|
13
|
+
- ci(release): emit single trailing newline + clean existing CHANGELOG (6d868d8)
|
|
14
|
+
- ci(release): skip release when commits since last tag are chore-only (0934483)
|
|
15
|
+
|
|
3
16
|
## [v1.4.1] - 2026-05-25
|
|
4
17
|
|
|
5
18
|
- chore(beads): close zcc epic — all 5 children done (af57b3c)
|
|
6
19
|
|
|
7
|
-
|
|
8
20
|
## [v1.4.0] - 2026-05-25
|
|
9
21
|
|
|
10
22
|
- Merge pull request #100 from jeremylongshore/feat/zcc-followup-experiment-and-md036 (20ece87)
|
|
@@ -14,7 +26,6 @@
|
|
|
14
26
|
- chore(docs): tighten markdownlint — enable MD036, fix 8 violations (zcc.2) (70d97f4)
|
|
15
27
|
- feat(experiments): compile-then-govern vs RAG v1 results (zcc.4) (426ed73)
|
|
16
28
|
|
|
17
|
-
|
|
18
29
|
## [v1.3.0] - 2026-05-25
|
|
19
30
|
|
|
20
31
|
- Merge pull request #83 from jeremylongshore/feat/dogfood-v0.2-paraphrases (de66f09)
|
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.4.
|
|
155
|
+
**v1.0.5 — stable.** 1.4.3 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.
|