@cortexkit/aft 0.49.3 → 0.50.0
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/dist/index.js +6425 -5072
- package/dist/lib/paths.d.ts +2 -16
- package/dist/lib/paths.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/lib/paths.d.ts
CHANGED
|
@@ -1,19 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
1
|
+
import { getAftBinaryCacheDir, getAftLspBinariesDir, getAftLspPackagesDir } from "@cortexkit/aft-bridge";
|
|
2
|
+
export { getAftBinaryCacheDir, getAftLspBinariesDir, getAftLspPackagesDir };
|
|
3
3
|
export declare function getAftBinaryName(): string;
|
|
4
|
-
/**
|
|
5
|
-
* Root of the LSP package cache populated by the OpenCode/Pi plugin.
|
|
6
|
-
*
|
|
7
|
-
* `~/.cache/aft/lsp-packages/<urlencoded-pkg>/node_modules/.bin/<binary>` for
|
|
8
|
-
* npm-distributed servers (typescript-language-server, pyright, etc.).
|
|
9
|
-
*/
|
|
10
|
-
export declare function getAftLspPackagesDir(): string;
|
|
11
|
-
/**
|
|
12
|
-
* Root of the LSP binary cache populated by the OpenCode/Pi plugin.
|
|
13
|
-
*
|
|
14
|
-
* `~/.cache/aft/lsp-binaries/<id>/bin/<binary>` for GitHub-distributed
|
|
15
|
-
* servers (clangd, lua-ls, zls, tinymist, texlab).
|
|
16
|
-
*/
|
|
17
|
-
export declare function getAftLspBinariesDir(): string;
|
|
18
4
|
export declare function getCortexKitStorageRoot(): string;
|
|
19
5
|
//# sourceMappingURL=paths.d.ts.map
|
package/dist/lib/paths.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"paths.d.ts","sourceRoot":"","sources":["../../src/lib/paths.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"paths.d.ts","sourceRoot":"","sources":["../../src/lib/paths.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,EACrB,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,CAAC;AAE5E,wBAAgB,gBAAgB,IAAI,MAAM,CAEzC;AAeD,wBAAgB,uBAAuB,IAAI,MAAM,CAGhD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cortexkit/aft",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.50.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Unified CLI for Agent File Tools (AFT) — setup, doctor, and diagnostics across supported agent harnesses (OpenCode, Pi)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@clack/prompts": "^1.6.0",
|
|
27
|
-
"@cortexkit/aft-bridge": "0.
|
|
27
|
+
"@cortexkit/aft-bridge": "0.50.0",
|
|
28
28
|
"comment-json": "^4.6.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|