intentional-cognition-os 1.4.3 → 1.5.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 +25 -0
- package/README.md +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [v1.5.1] - 2026-05-26
|
|
4
|
+
|
|
5
|
+
- chore(beads): file P4 sweep bead for doc 037 prose polish (GFM table-cell escape semantics) (d870d64)
|
|
6
|
+
- Merge pull request #108 from jeremylongshore/fix/codeql-triage-corrections (2974682)
|
|
7
|
+
- fix(docs/security): correct CodeQL triage — hash-chain race is real, alert #13 reopened (fb11fb1)
|
|
8
|
+
- chore(beads): close 0wy.3 (CodeQL triage), file lhm (reliability follow-up) (d98b0d6)
|
|
9
|
+
- Merge pull request #107 from jeremylongshore/feat/codeql-triage-0wy.3 (96f69e0)
|
|
10
|
+
- docs(security): CodeQL alert triage — 31 dismissed, 1 follow-up bead (1613593)
|
|
11
|
+
- chore(beads): nhj.1 + 0wy.1 closed, 2v4 filed (compiler mutation deferral) (8e14ed8)
|
|
12
|
+
|
|
13
|
+
## [v1.5.0] - 2026-05-26
|
|
14
|
+
|
|
15
|
+
- Merge pull request #106 from jeremylongshore/feat/stryker-baseline-lock-0wy.1 (01490d8)
|
|
16
|
+
- feat(mutation): lock Stryker kernel baseline at 55% floor + wire to PR gate (e083c51)
|
|
17
|
+
- chore(beads): nhj.1 — upstream comment posted on gastownhall/beads#4135 (b03a2f0)
|
|
18
|
+
- chore(beads): close nhj.1 — dossier + candidate staged for upstream beads (4f6f6f0)
|
|
19
|
+
- Merge pull request #105 from jeremylongshore/chore/steveyegge-to-gastownhall-and-nhj.1-dossier (eda7f63)
|
|
20
|
+
- chore(beads): update upstream repo references steveyegge → gastownhall (b590258)
|
|
21
|
+
- chore(beads): sync state — close 55q.4 + cross-layer mirror evidence (916b005)
|
|
22
|
+
|
|
23
|
+
## [v1.4.4] - 2026-05-25
|
|
24
|
+
|
|
25
|
+
- Merge pull request #104 from jeremylongshore/feat/bd-sync-race-gemini-followups (43699e6)
|
|
26
|
+
- fix(bd-sync-repro): address PR #103 Gemini review findings (0e60ba5)
|
|
27
|
+
|
|
3
28
|
## [v1.4.3] - 2026-05-25
|
|
4
29
|
|
|
5
30
|
- Merge pull request #103 from jeremylongshore/feat/bd-sync-rapid-write-race-55q.4 (bf57454)
|
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.
|
|
155
|
+
**v1.0.5 — stable.** 1.5.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.
|