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