@cortexkit/aft 0.39.2 → 0.39.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.
- package/dist/index.js +4 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1020,6 +1020,9 @@ var init_bridge = __esm(() => {
|
|
|
1020
1020
|
}
|
|
1021
1021
|
};
|
|
1022
1022
|
});
|
|
1023
|
+
|
|
1024
|
+
// ../aft-bridge/dist/callgraph-format.js
|
|
1025
|
+
var init_callgraph_format = () => {};
|
|
1023
1026
|
// ../aft-bridge/dist/platform.js
|
|
1024
1027
|
var init_platform = () => {};
|
|
1025
1028
|
|
|
@@ -1483,6 +1486,7 @@ var init_dist = __esm(() => {
|
|
|
1483
1486
|
init_active_logger();
|
|
1484
1487
|
init_bash_hints();
|
|
1485
1488
|
init_bridge();
|
|
1489
|
+
init_callgraph_format();
|
|
1486
1490
|
init_command_timeouts();
|
|
1487
1491
|
init_downloader();
|
|
1488
1492
|
init_migration();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cortexkit/aft",
|
|
3
|
-
"version": "0.39.
|
|
3
|
+
"version": "0.39.3",
|
|
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.2.0",
|
|
27
|
-
"@cortexkit/aft-bridge": "0.39.
|
|
27
|
+
"@cortexkit/aft-bridge": "0.39.3",
|
|
28
28
|
"comment-json": "^4.6.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|