intentional-cognition-os 1.2.5 → 1.4.0

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,62 +1,89 @@
1
1
  # Changelog
2
2
 
3
+ ## [v1.4.0] - 2026-05-25
4
+
5
+ - Merge pull request #100 from jeremylongshore/feat/zcc-followup-experiment-and-md036 (20ece87)
6
+ - fix(docs): land the 2 round-2 fixes that missed first commit (d2c0fde)
7
+ - fix(experiments): round-2 Gemini findings — fail-fast + compile warn + stale comments (ab9b192)
8
+ - fix(experiments): address Gemini review findings on run.py (PR #100) (4f71191)
9
+ - chore(docs): tighten markdownlint — enable MD036, fix 8 violations (zcc.2) (70d97f4)
10
+ - feat(experiments): compile-then-govern vs RAG v1 results (zcc.4) (426ed73)
11
+
12
+
13
+ ## [v1.3.0] - 2026-05-25
14
+
15
+ - Merge pull request #83 from jeremylongshore/feat/dogfood-v0.2-paraphrases (de66f09)
16
+ - ci(docs): round 5 — Vale.Repetition off (false positives on APA citations) (4d77dc8)
17
+ - ci(docs): round 4 — disable Vale.Spelling, accept 403 in lychee (ec0df89)
18
+ - ci(docs): round 3 — Vale.Terms off + lychee include is regex, not glob (63b5613)
19
+ - chore(beads): close zcc.3 — quickstart now branches on ANTHROPIC_API_KEY (baeba5d)
20
+ - refactor(kernel,ci): shared sha256Hex helper + drop fragile markdownlint action (zcc.5) (83ac967)
21
+ - ci(audit): wire ico audit verify into CI as a post-test gate (zcc.1) (728b78e)
22
+ - ci(docs): fix Vale + lychee — round 2 of doc-quality gate hardening (66dcb95)
23
+ - fix(audit): address code-reviewer findings from PR #83 (9e3629b)
24
+ - ci(docs): fix CI gate failures from initial doc-quality install (abd9b57)
25
+ - chore(beads): file follow-ups for out-of-scope items deferred from the spool epic (20af8dd)
26
+ - feat(audit): ico audit verify SHA-256 chain verifier (ziz.4) (e22f691)
27
+ - feat(spool): ICO → INTKB writer-side spool boundary (ziz.3 v1) (3776ba8)
28
+ - ci(docs): install 4-tool doc-quality gate (20ab200)
29
+ - docs(council): Phase 5+6 — post-thesis exec council Decision Record + 3 ICO build beads (b89c29c)
30
+ - docs(thesis): Phase 3+4 — land peer-reviewed ecosystem thesis paper as 034-AT-NTRP (c61fa36)
31
+ - docs(thesis): Phase 1+2 — research handoff bundle + cross-repo bead/Plane skeleton (91ab6dd)
32
+ - chore(beads): file bd update rapid-write bug + upstream-contrib epic (71b3868)
33
+ - chore(beads): repair bd-sync cross-refs lost to rapid-write race (18135aa)
34
+ - docs(beads): plain-English bead naming convention + hygiene reset (f0324d1)
35
+ - chore(beads): sync v0.2 bead state (er2/ytq/7xp/p6w closed, nwh/x5r filed) (bc99add)
36
+ - feat(dogfood): v0.2 render-summary, docs, and production v2 bank (040a6b3)
37
+ - feat(plugin/scripts): ask-loop.py extraction + --paraphrases flag (7742467)
38
+ - feat(plugin/scripts): paraphrase_robustness metric in verify.py (3439e07)
39
+ - feat(plugin/scripts): bank.py schema library + ADRs 029-032 (c9a9b92)
40
+
3
41
  ## [v1.2.5] - 2026-05-23
4
42
 
5
43
  - fix(plugin/verify): resolve wiki/ citations against workspace cache (closes h99) (#82) (2ecefc5)
6
44
 
7
-
8
45
  ## [v1.2.4] - 2026-05-22
9
46
 
10
47
  - fix(compiler): analyzeQuestion strict-then-broad + possessive normalization (closes fmo) (#81) (50a0053)
11
48
 
12
-
13
49
  ## [v1.2.3] - 2026-05-22
14
50
 
15
51
  - fix(cli,plugin): ask --json + run.sh orchestrator + first real dog-food run (P1 bug filed) (#80) (0fb8b00)
16
52
 
17
-
18
53
  ## [v1.2.2] - 2026-05-21
19
54
 
20
55
  - docs(dogfood): author intent-eval-core-v1 question bank + session-1 journal (#79) (1a0cb0d)
21
56
 
22
-
23
57
  ## [v1.2.1] - 2026-05-21
24
58
 
25
59
  - fix(release): poll for npm propagation up to 120s, not fixed sleep 5 (#78) (25596ca)
26
60
 
27
-
28
61
  ## [v1.2.0] - 2026-05-21
29
62
 
30
63
  - feat(dogfood,plugin): scaffold dog-food trail + /ico-your-internals skill (#77) (1b32149)
31
64
 
32
-
33
65
  ## [v1.1.2] - 2026-05-20
34
66
 
35
67
  - chore(blame): ignore prettier-formatting sweep commit in git blame (ba9e012)
36
68
 
37
-
38
69
  ## [v1.1.1] - 2026-05-20
39
70
 
40
71
  - fix(release): build before tests, sync all workspace versions, publish to npm (OC5) (#76) (e1b7bed)
41
72
 
42
-
43
73
  ## [v1.1.0] - 2026-05-20
44
74
 
45
75
  - docs(readme): rewrite for new readers — concrete intro + alternatives table (670405a)
46
76
  - feat(test-infra): install Intent Solutions Testing SOP layers L0-L7 (e0efdee)
47
77
  - chore(style): apply prettier formatting to existing files (26de1d7)
48
78
 
49
-
50
79
  ## [v1.0.7] - 2026-05-20
51
80
 
52
81
  - docs(gate): reconcile lint perf metrics with E10-B06 bead (PR #73 follow-up) (#75) (c181452)
53
82
 
54
-
55
83
  ## [v1.0.6] - 2026-05-20
56
84
 
57
85
  - chore(beads): file oc5 — auto-release workspace-lockstep fix (9635f52)
58
86
 
59
-
60
87
  All notable changes to this project will be documented in this file.
61
88
 
62
89
  The format is based on [Keep a Changelog 1.1.0](https://keepachangelog.com/en/1.1.0/),
@@ -77,6 +104,7 @@ Changelog conformance, ships it inside the npm tarball, and back-fills
77
104
  the auto-release patches that landed as single-line entries.
78
105
 
79
106
  ### Added
107
+
80
108
  - `CHANGELOG.md` now ships in the npm tarball. `packages/cli/package.json`
81
109
  `files:` list declares it; `tsup` `onSuccess` copies it from the repo
82
110
  root into the CLI package directory alongside README + LICENSE (same
@@ -84,6 +112,7 @@ the auto-release patches that landed as single-line entries.
84
112
  - Keep a Changelog preamble + `[Unreleased]` section per the spec.
85
113
 
86
114
  ### Changed
115
+
87
116
  - Reformatted v1.0.1, v1.0.2, v1.0.3, v1.0.4 entries into Keep a Changelog
88
117
  sectioned form (back-fill of what the auto-release / earlier manual
89
118
  cuts emitted).
@@ -91,6 +120,7 @@ the auto-release patches that landed as single-line entries.
91
120
  (instead of the prior summary list of "prior milestones").
92
121
 
93
122
  ### Fixed
123
+
94
124
  - npm-side discoverability of changelog: users `npm install`-ing the
95
125
  package now get `CHANGELOG.md` next to `README.md` and `LICENSE`
96
126
  inside the installed directory.
@@ -98,6 +128,7 @@ the auto-release patches that landed as single-line entries.
98
128
  ## [v1.0.4] - 2026-05-19
99
129
 
100
130
  ### Added
131
+
101
132
  - `000-docs/027-RL-REPT-v1.0.3-release-aar-2026-05-19.md` — release
102
133
  after-action report for the v1.0.3 ceremony cut. Documents the three
103
134
  v1.0.0 ceremony skips (Phase 1.6 `/validate-consistency`, Phase 7.5
@@ -114,11 +145,13 @@ handle (workspace package alignment, README install line update, formal
114
145
  consistency audit doc).
115
146
 
116
147
  ### Added
148
+
117
149
  - `000-docs/026-OD-CONS-validate-consistency-2026-05-19.md` — first
118
150
  formal cross-artifact consistency audit (1 Critical fixed here, 2
119
151
  Warning, 1 Info).
120
152
 
121
153
  ### Fixed
154
+
122
155
  - **Version drift.** All 6 workspace `package.json` files +
123
156
  `version.txt` + `packages/kernel/src/version.ts` now aligned at the
124
157
  same released version. The auto-release workflow had been bumping
@@ -130,6 +163,7 @@ consistency audit doc).
130
163
  live on npm.
131
164
 
132
165
  ### Changed
166
+
133
167
  - Regenerated public GitHub gist
134
168
  (`gist.github.com/jeremylongshore/ea3205b…`) from the stale v0.5.0
135
169
  state to current v1.0.x state via `/gist-auditor` — operator audit
@@ -138,6 +172,7 @@ consistency audit doc).
138
172
  ## [v1.0.2] - 2026-05-19
139
173
 
140
174
  ### Changed
175
+
141
176
  - `packages/cli/tsup.config.ts` `onSuccess` now copies `README.md` and
142
177
  `LICENSE` from the repo root into `packages/cli/` so they ship in the
143
178
  npm tarball. The CLI directory does not own those files (canonical
@@ -150,6 +185,7 @@ consistency audit doc).
150
185
  ## [v1.0.1] - 2026-05-19
151
186
 
152
187
  ### Added
188
+
153
189
  - `000-docs/025-RL-REPT-v1.0.0-release-aar-2026-05-19.md` — release
154
190
  after-action report for v1.0.0, documenting the ceremony, the two
155
191
  conditions raised by the gate, and lessons for future cuts.
@@ -165,6 +201,7 @@ durable artifacts — all with append-only audit traces and deterministic
165
201
  control-plane invariants.
166
202
 
167
203
  ### Added
204
+
168
205
  - Benchmark suite covering all 5 operator commands (ingest, lint, render,
169
206
  compile, ask) with deterministic synthetic corpus + per-scenario timing
170
207
  (E10-B06).
@@ -175,6 +212,7 @@ control-plane invariants.
175
212
  - v1.0 release-readiness gate document in `000-docs/024-OD-GATE-…`.
176
213
 
177
214
  ### Changed
215
+
178
216
  - `runLint` and helpers moved from `packages/cli/src/commands/lint.ts` into
179
217
  `packages/compiler/src/lint.ts` for cross-package reuse. CLI keeps the
180
218
  commander wiring + human-readable report.
@@ -183,6 +221,7 @@ control-plane invariants.
183
221
  eliminate module-level `/g` lastIndex bleed.
184
222
 
185
223
  ### Fixed
224
+
186
225
  - `ico --version` now reads the CLI's own `package.json` instead of the
187
226
  hardcoded kernel constant. Resolves release-gate Condition 1.
188
227
  - Wiki index built once per batch in `runEvals` (citation specs); previous
@@ -193,6 +232,7 @@ control-plane invariants.
193
232
  version.txt only.
194
233
 
195
234
  ### Verified at v1.0
235
+
196
236
  - 1,210 tests pass across 5 packages (types 14, kernel 312, compiler 461,
197
237
  cli 384, benchmarks 39).
198
238
  - Performance targets met with substantial headroom: ingest ~10 ms/file
@@ -204,37 +244,30 @@ control-plane invariants.
204
244
 
205
245
  - fix(cli): read version from CLI package.json (release-gate C1) (#74) (8f05f5f)
206
246
 
207
-
208
247
  ## [v0.22.1] - 2026-05-19
209
248
 
210
249
  - docs(gate): v1.0 release readiness gate — GO with two conditions (E10-B11) (#73) (14aff8c)
211
250
 
212
-
213
251
  ## [v0.22.0] - 2026-05-19
214
252
 
215
253
  - feat(benchmarks): 500-source large-corpus run + 3× degradation gate (E10-B06 PR 5) (#72) (f7bd287)
216
254
 
217
-
218
255
  ## [v0.21.0] - 2026-05-18
219
256
 
220
257
  - feat(benchmarks): compile + ask scenarios (E10-B06 PR 4) (#71) (625691e)
221
258
 
222
-
223
259
  ## [v0.20.0] - 2026-05-17
224
260
 
225
261
  - feat(benchmarks): render scenario + Claude-gating pattern (E10-B06 PR 3) (#70) (caae18b)
226
262
 
227
-
228
263
  ## [v0.19.0] - 2026-05-17
229
264
 
230
265
  - feat(compiler+benchmarks): lint scenario + extract lint to @ico/compiler (E10-B06 PR 2) (#69) (701e9d6)
231
266
 
232
-
233
267
  ## [v0.18.0] - 2026-05-17
234
268
 
235
269
  - feat(benchmarks): scaffold perf benchmark suite with ingest scenario (E10-B06 PR 1) (#68) (555ad0d)
236
270
 
237
-
238
271
  ## [v0.17.0] - 2026-05-17
239
272
 
240
273
  - fix(kernel): cache wiki index per batch + scope citation regexes (#67) (b84d915)
@@ -244,88 +277,71 @@ control-plane invariants.
244
277
  - docs(status): real-metrics status doc rewrite (E10-B08) (#62) (eb2c2d1)
245
278
  - feat(cli)+docs: npm package preparation (E10-B10) (#61) (146b50e)
246
279
 
247
-
248
280
  ## [v0.16.3] - 2026-05-16
249
281
 
250
282
  - docs(readme+claude-md): finalize v1 operations docs (E10-B07) (#60) (c241ae5)
251
283
 
252
-
253
284
  ## [v0.16.2] - 2026-05-16
254
285
 
255
286
  - feat(cli)+compiler: error handling hardening (E10-B05) (#59) (292face)
256
287
 
257
-
258
288
  ## [v0.16.1] - 2026-05-16
259
289
 
260
290
  - feat(cli)+docs: trace coverage audit (E10-B04) (#58) (3c6af76)
261
291
 
262
-
263
292
  ## [v0.16.0] - 2026-05-16
264
293
 
265
294
  - feat(kernel+cli): eval framework + YAML spec format (E10-B01) (#57) (1ebb918)
266
295
 
267
-
268
296
  ## [v0.15.1] - 2026-05-15
269
297
 
270
298
  - test(compiler): recall pipeline integration test (E9-B12) (#55) (5a07c59)
271
299
 
272
-
273
300
  ## [v0.15.0] - 2026-05-15
274
301
 
275
302
  - feat(compiler+cli): recall export to Anki TSV (E9-B11) (#54) (7d953c3)
276
303
 
277
-
278
304
  ## [v0.14.0] - 2026-05-15
279
305
 
280
306
  - feat(kernel+cli): retention scoring and weak-area tracking (E9-B10) (#56) (42d591a)
281
307
 
282
-
283
308
  ## [v0.13.0] - 2026-05-15
284
309
 
285
310
  - feat(kernel+compiler+cli): quiz runner (E9-B09) (#52) (b2c52ea)
286
311
 
287
-
288
312
  ## [v0.12.1] - 2026-05-14
289
313
 
290
314
  - chore(sweep): disable dependabot, gitignore .arch/ and beads export-state (#51) (dfadfdb)
291
315
 
292
-
293
316
  ## [v0.12.0] - 2026-05-14
294
317
 
295
318
  - feat(compiler+cli): recall card generator (E9-B08) (#49) (ecb472a)
296
319
 
297
-
298
320
  ## [v0.11.3] - 2026-05-14
299
321
 
300
322
  - docs(claude-md): sync state to v0.11.2, drop removed gemini-review workflow (d6b9618)
301
323
 
302
-
303
324
  ## [v0.11.2] - 2026-05-13
304
325
 
305
326
  - chore(ci): remove obsolete gemini-review workflow (switching to Gemini app) (#48) (e4cab5d)
306
327
 
307
-
308
328
  ## [v0.11.1] - 2026-05-02
309
329
 
310
330
  - chore(test): install audit-harness v0.1.0 (P6 batch) (#38) (fcd5db8)
311
331
 
312
-
313
332
  ## [v0.11.0] - 2026-04-17
314
333
 
315
334
  - feat(kernel+cli): research task archival (E9-B07) (#30) (a211e3a)
316
335
 
317
-
318
336
  ## [v0.10.0] - 2026-04-16
319
337
 
320
338
  - feat(compiler): research orchestrator (E9-B06) (#29) (20132e0)
321
339
 
322
-
323
340
  ## [v0.9.3] - 2026-04-15
324
341
 
325
342
  - build(deps-dev): Bump typescript-eslint from 8.58.0 to 8.58.1 (#23) (6b3a657)
326
343
  - build(deps-dev): Bump eslint-plugin-simple-import-sort (#21) (bfe3941)
327
344
 
328
-
329
345
  ## [v0.9.2] - 2026-04-15
330
346
 
331
347
  - build(deps-dev): Bump @types/node from 25.5.2 to 25.6.0 (#22) (7119fb4)
@@ -333,116 +349,94 @@ control-plane invariants.
333
349
  - build(deps): Bump actions/checkout from 4 to 6 (#14) (f1fa055)
334
350
  - build(deps): Bump actions/setup-node from 4 to 6 (#12) (3f4f0d5)
335
351
 
336
-
337
352
  ## [v0.9.1] - 2026-04-15
338
353
 
339
354
  - docs(claude): refresh project state and lock in agent conventions (921ec77)
340
355
 
341
-
342
356
  ## [v0.9.0] - 2026-04-15
343
357
 
344
358
  - feat(compiler): integrator agent for episodic research (E9-B05) (#28) (1e5811a)
345
359
 
346
-
347
360
  ## [v0.8.0] - 2026-04-15
348
361
 
349
362
  - feat(compiler): skeptic agent for episodic research (E9-B04) (#27) (b8ac4aa)
350
363
 
351
-
352
364
  ## [v0.7.0] - 2026-04-15
353
365
 
354
366
  - feat(compiler): summarizer agent for episodic research (E9-B03) (#26) (a3d020d)
355
367
 
356
-
357
368
  ## [v0.6.0] - 2026-04-15
358
369
 
359
370
  - feat(compiler): collector agent for episodic research (E9-B02) (#24) (d63e6ad)
360
371
 
361
-
362
372
  ## [v0.5.1] - 2026-04-15
363
373
 
364
374
  - chore(ci): replace retired npm audit endpoint with OSV scanner (#25) (5de3267)
365
375
 
366
-
367
376
  ## [v0.5.0] - 2026-04-09
368
377
 
369
378
  - feat(kernel): cognitive procfs + CWP adversarial review (#11) (8e1e080)
370
379
 
371
-
372
380
  ## [v0.4.0] - 2026-04-09
373
381
 
374
382
  - feat(cli): implement ico research command (E9-B01) (#10) (0813732)
375
383
 
376
-
377
384
  ## [v0.3.1] - 2026-04-08
378
385
 
379
386
  - docs: fix CLAUDE.md accuracy — test count, CLI count, dep status (338ea73)
380
387
 
381
-
382
388
  ## [v0.3.0] - 2026-04-08
383
389
 
384
390
  - feat: Epic 8 — Render, Promote, and Durable Artifact Operations (#9) (87dfcce)
385
391
 
386
-
387
392
  ## [v0.2.0] - 2026-04-07
388
393
 
389
394
  - feat: Epic 7 — Retrieval, Ask Flow, and Citation-Aware Answers (a80e70a)
390
395
 
391
-
392
396
  ## [v0.1.9] - 2026-04-06
393
397
 
394
398
  - Epic 6: Knowledge Compiler Core (#7) (bfeae46)
395
399
 
396
-
397
400
  ## [v0.1.8] - 2026-04-06
398
401
 
399
402
  - Epic 5: Ingest Adapters and Source Identity (#6) (1a46491)
400
403
 
401
-
402
404
  ## [v0.1.7] - 2026-04-06
403
405
 
404
406
  - Epic 2: Repo Foundation — 4 packages, real tooling, 36 tests (#4) (a5c5b76)
405
407
 
406
-
407
408
  ## [v0.1.6] - 2026-04-06
408
409
 
409
410
  - build(deps): Bump actions/checkout from 4 to 6 (#5) (3cb176a)
410
411
 
411
-
412
412
  ## [v0.1.5] - 2026-04-06
413
413
 
414
414
  - Epic 1: Canonical Design Pack — 14 Standards Documents + Standards Freeze (#3) (e11585e)
415
415
 
416
-
417
416
  ## [v0.1.4] - 2026-04-06
418
417
 
419
418
  - docs: 10-epic execution plan with 117 beads, 6-auditor review, and audit remediation (c731f14)
420
419
  - bd init: initialize beads issue tracking (9b92472)
421
420
 
422
-
423
421
  ## [v0.1.3] - 2026-04-03
424
422
 
425
423
  - docs: master blueprint V2 rewrite + idea changelog (b8734dc)
426
424
 
427
-
428
425
  ## [v0.1.2] - 2026-04-03
429
426
 
430
427
  - docs: replace stubs with full enterprise docs and master blueprint (8108ef6)
431
428
 
432
-
433
429
  ## [v0.1.1] - 2026-04-03
434
430
 
435
431
  - build(deps): Bump actions/setup-node from 4 to 6 (#2) (b7ca6d7)
436
432
  - build(deps): Bump actions/checkout from 4 to 6 (#1) (b604b0d)
437
433
 
438
-
439
434
  ## [v0.1.0] - 2026-04-03
440
435
 
441
436
  - chore: add pnpm-lock.yaml for CI cache (d9bed60)
442
437
  - chore: add package.json with packageManager for CI (0214316)
443
438
  - feat: initial project setup with full governance (015be55)
444
439
 
445
-
446
440
  All notable changes to this project will be documented in this file.
447
441
 
448
442
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
@@ -453,6 +447,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
453
447
  ## [0.1.0] - 2026-04-02
454
448
 
455
449
  ### Added
450
+
456
451
  - Initial project setup with full governance
457
452
  - README, LICENSE, CODE_OF_CONDUCT, CONTRIBUTING, SECURITY, SUPPORT
458
453
  - CI/CD workflows (lint, test, release automation)
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.2.5 tests passing across 5 packages. Used daily by the author. Public release on npm.
155
+ **v1.0.5 — stable.** 1.4.0 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.