@muthuishere/ctx-optimize 0.10.0 → 0.10.3

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 +1 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -415,6 +415,7 @@ tarball, no git):
415
415
  ```sh
416
416
  ctx-optimize languages add kotlin # known names resolve to the right repo/branch/exts
417
417
  ctx-optimize languages add clojure # Lisps too — head-symbol decls, see docs/languages-packs.md
418
+ ctx-optimize languages add cljgo # a dialect entry: clojure.core + cljgo's own definers
418
419
  ctx-optimize languages add https://github.com/tree-sitter-grammars/tree-sitter-lua
419
420
  # → ~/ctxoptimize/grammars/<name>.wasm + <name>.json (mapping auto-suggested
420
421
  # from the grammar's node-types.json — review it, then `add` just works)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muthuishere/ctx-optimize",
3
- "version": "0.10.0",
3
+ "version": "0.10.3",
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.10.0",
20
- "@muthuishere/ctx-optimize-darwin-x64": "0.10.0",
21
- "@muthuishere/ctx-optimize-linux-arm64": "0.10.0",
22
- "@muthuishere/ctx-optimize-linux-x64": "0.10.0",
23
- "@muthuishere/ctx-optimize-windows-x64": "0.10.0"
19
+ "@muthuishere/ctx-optimize-darwin-arm64": "0.10.3",
20
+ "@muthuishere/ctx-optimize-darwin-x64": "0.10.3",
21
+ "@muthuishere/ctx-optimize-linux-arm64": "0.10.3",
22
+ "@muthuishere/ctx-optimize-linux-x64": "0.10.3",
23
+ "@muthuishere/ctx-optimize-windows-x64": "0.10.3"
24
24
  }
25
25
  }