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