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