@triedotdev/mcp 1.0.38 → 1.0.39
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/README.md +171 -15
- package/dist/{chunk-HRNBSXN2.js → chunk-B3MBKB2U.js} +915 -64
- package/dist/chunk-B3MBKB2U.js.map +1 -0
- package/dist/{chunk-TGEI55FP.js → chunk-HG5AWUH7.js} +2 -2
- package/dist/cli/yolo-daemon.js +2 -2
- package/dist/index.js +2 -2
- package/dist/workers/agent-worker.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-HRNBSXN2.js.map +0 -1
- /package/dist/{chunk-TGEI55FP.js.map → chunk-HG5AWUH7.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CustomAgent,
|
|
3
3
|
getAgentRegistry
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-B3MBKB2U.js";
|
|
5
5
|
import {
|
|
6
6
|
ProgressReporter
|
|
7
7
|
} from "./chunk-OB45V2QC.js";
|
|
@@ -6912,4 +6912,4 @@ export {
|
|
|
6912
6912
|
getContextForAI,
|
|
6913
6913
|
TrieScanTool
|
|
6914
6914
|
};
|
|
6915
|
-
//# sourceMappingURL=chunk-
|
|
6915
|
+
//# sourceMappingURL=chunk-HG5AWUH7.js.map
|
package/dist/cli/yolo-daemon.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -9,12 +9,12 @@ import {
|
|
|
9
9
|
getContextForAI,
|
|
10
10
|
loadConfig,
|
|
11
11
|
loadContextState
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-HG5AWUH7.js";
|
|
13
13
|
import {
|
|
14
14
|
CRITICAL_REVIEW_CHECKLIST,
|
|
15
15
|
SuperReviewerAgent,
|
|
16
16
|
getAgentRegistry
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-B3MBKB2U.js";
|
|
18
18
|
import "./chunk-3CS6Z2SL.js";
|
|
19
19
|
import "./chunk-OB45V2QC.js";
|
|
20
20
|
import {
|