intentional-cognition-os 1.0.0 → 1.1.2

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