@muthuishere/ctx-optimize 0.6.0 → 0.6.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -60,6 +60,8 @@ already run.
60
60
  > packs (`routes add` / `manifests add`, name or GitHub URL) exactly like
61
61
  > grammar packs. Exact call edges (x/tools + LSP) are next — see `openspec/`.
62
62
 
63
+ **Docs:** [`docs/`](docs/) — [CLI reference](docs/cli.md) (every verb: when & why) · [monorepos](docs/monorepos.md) · [share the store over GitHub](docs/remote-github.md) · [native sources](docs/sources.md) · [custom adapters](docs/adapters.md) · [agent integration](docs/agents.md)
64
+
63
65
  **Demos, benchmarks, proof:** [`benchmarks/`](benchmarks/) · [`proof/`](proof/) — everything reproducible from this repo.
64
66
  — landing page, unedited demos, and the full proof write-up. Everything below
65
67
  is reproducible; see [Proof](#proof--reproducible-not-our-word).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muthuishere/ctx-optimize",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "description": "Gather a codebase (and its world) into one local knowledge store an AI agent answers from — deterministic, no LLM API, no DB.",
5
5
  "bin": {
6
6
  "ctx-optimize": "bin/ctx-optimize.js",
@@ -16,10 +16,10 @@
16
16
  "url": "git+https://github.com/muthuishere/ctx-optimize.git"
17
17
  },
18
18
  "optionalDependencies": {
19
- "@muthuishere/ctx-optimize-darwin-arm64": "0.6.0",
20
- "@muthuishere/ctx-optimize-darwin-x64": "0.6.0",
21
- "@muthuishere/ctx-optimize-linux-arm64": "0.6.0",
22
- "@muthuishere/ctx-optimize-linux-x64": "0.6.0",
23
- "@muthuishere/ctx-optimize-windows-x64": "0.6.0"
19
+ "@muthuishere/ctx-optimize-darwin-arm64": "0.6.2",
20
+ "@muthuishere/ctx-optimize-darwin-x64": "0.6.2",
21
+ "@muthuishere/ctx-optimize-linux-arm64": "0.6.2",
22
+ "@muthuishere/ctx-optimize-linux-x64": "0.6.2",
23
+ "@muthuishere/ctx-optimize-windows-x64": "0.6.2"
24
24
  }
25
25
  }