@muthuishere/ctx-optimize 0.3.3 → 0.3.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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@muthuishere/ctx-optimize",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
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"
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"url": "git+https://github.com/muthuishere/ctx-optimize.git"
|
|
16
16
|
},
|
|
17
17
|
"optionalDependencies": {
|
|
18
|
-
"@muthuishere/ctx-optimize-darwin-arm64": "0.3.
|
|
19
|
-
"@muthuishere/ctx-optimize-darwin-x64": "0.3.
|
|
20
|
-
"@muthuishere/ctx-optimize-linux-arm64": "0.3.
|
|
21
|
-
"@muthuishere/ctx-optimize-linux-x64": "0.3.
|
|
22
|
-
"@muthuishere/ctx-optimize-windows-x64": "0.3.
|
|
18
|
+
"@muthuishere/ctx-optimize-darwin-arm64": "0.3.5",
|
|
19
|
+
"@muthuishere/ctx-optimize-darwin-x64": "0.3.5",
|
|
20
|
+
"@muthuishere/ctx-optimize-linux-arm64": "0.3.5",
|
|
21
|
+
"@muthuishere/ctx-optimize-linux-x64": "0.3.5",
|
|
22
|
+
"@muthuishere/ctx-optimize-windows-x64": "0.3.5"
|
|
23
23
|
}
|
|
24
24
|
}
|