intentional-cognition-os 1.5.2 → 1.6.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 +17 -0
- package/README.md +5 -3
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [v1.6.1] - 2026-05-27
|
|
4
|
+
|
|
5
|
+
- Merge pull request #113 from jeremylongshore/docs/readme-tagline-version-align (78082c5)
|
|
6
|
+
- docs(readme): add v1.6.0 version suffix + align tagline with gist (8470685)
|
|
7
|
+
- chore(beads): final state — nwh closed, three epics closed, 11 deferred (e7e8c62)
|
|
8
|
+
- Merge pull request #112 from jeremylongshore/feat/plugin-scripts-lint-nwh (246b801)
|
|
9
|
+
- chore(beads): defer 11 P3 beads to 2026-07-01 + close 3 epics (39ee882)
|
|
10
|
+
- ci(plugin-lint): add shellcheck + ruff CI job for plugin scripts (nwh) (7ecebc7)
|
|
11
|
+
- Merge pull request #111 from jeremylongshore/feat/docs-sweep-dsn-55q.3 (1965501)
|
|
12
|
+
- docs(037): tighten GFM table-cell + YAML escape rationale (closes dsn) (19577e1)
|
|
13
|
+
|
|
14
|
+
## [v1.6.0] - 2026-05-27
|
|
15
|
+
|
|
16
|
+
- Merge pull request #110 from jeremylongshore/feat/test-hygiene-quickwins-0wy.2-wie (b910839)
|
|
17
|
+
- feat(test-hygiene): rename stryker config to ESM + extract scenario helper (491292d)
|
|
18
|
+
- chore(beads): close 7xp — paraphrase_robustness metric verified end-to-end (9e7af64)
|
|
19
|
+
|
|
3
20
|
## [v1.5.2] - 2026-05-26
|
|
4
21
|
|
|
5
22
|
- Merge pull request #109 from jeremylongshore/feat/audit-chain-race-fix-lhm (312c2e0)
|
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
# intentional-cognition-os
|
|
1
|
+
# intentional-cognition-os v1.6.1
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Compile knowledge for the machine. Distill understanding for the human.
|
|
4
|
+
|
|
5
|
+
A local-first knowledge OS. Point `ico` at a folder of PDFs, markdown notes, and web clips. It compiles them into a queryable wiki you can read, runs grounded Q&A with inline citations, spins up multi-agent research tasks for hard questions, generates spaced-repetition flashcards from what landed, and writes every step to an append-only audit trail. Single CLI. Your data never leaves disk except for the Claude API calls you opt into.
|
|
4
6
|
|
|
5
7
|
[](LICENSE)
|
|
6
8
|
[](https://www.npmjs.com/package/intentional-cognition-os)
|
|
@@ -152,7 +154,7 @@ Global flags on every command: `--workspace <path>`, `--json`, `--verbose`, `--q
|
|
|
152
154
|
|
|
153
155
|
## Status
|
|
154
156
|
|
|
155
|
-
**v1.0.5 — stable.** 1.
|
|
157
|
+
**v1.0.5 — stable.** 1.6.1 tests passing across 5 packages. Used daily by the author. Public release on npm.
|
|
156
158
|
|
|
157
159
|
- **Stable**: all 14 commands, the compilation passes, ask + research + recall + render + promote, the audit chain.
|
|
158
160
|
- **In progress**: post-v1 coverage uplift on compiler + cli packages; mutation-testing baseline.
|