@triedotdev/mcp 1.0.60 → 1.0.62
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/{agent-smith-4IJZHSNQ.js → agent-smith-57MKX5QC.js} +2 -2
- package/dist/{agent-smith-runner-4PE3GOUX.js → agent-smith-runner-ZU4R3I2Z.js} +2 -2
- package/dist/{chunk-C7LXN754.js → chunk-32WLOG6E.js} +1 -1
- package/dist/{chunk-C7LXN754.js.map → chunk-32WLOG6E.js.map} +1 -1
- package/dist/{chunk-DV3JQTLQ.js → chunk-NUT4G5AY.js} +2 -2
- package/dist/{chunk-3XWSM2DU.js → chunk-S4VGGLXF.js} +2 -2
- package/dist/{chunk-3XWSM2DU.js.map → chunk-S4VGGLXF.js.map} +1 -1
- package/dist/{chunk-4EHBRED6.js → chunk-XSPS463E.js} +2 -2
- package/dist/{chunk-NM7ZVUHO.js → chunk-XXNE6HBE.js} +35 -7
- package/dist/chunk-XXNE6HBE.js.map +1 -0
- package/dist/cli/main.js +4 -4
- package/dist/cli/yolo-daemon.js +4 -4
- package/dist/index.js +7 -7
- package/dist/workers/agent-worker.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-NM7ZVUHO.js.map +0 -1
- /package/dist/{agent-smith-4IJZHSNQ.js.map → agent-smith-57MKX5QC.js.map} +0 -0
- /package/dist/{agent-smith-runner-4PE3GOUX.js.map → agent-smith-runner-ZU4R3I2Z.js.map} +0 -0
- /package/dist/{chunk-DV3JQTLQ.js.map → chunk-NUT4G5AY.js.map} +0 -0
- /package/dist/{chunk-4EHBRED6.js.map → chunk-XSPS463E.js.map} +0 -0
package/dist/cli/main.js
CHANGED
|
@@ -16,8 +16,8 @@ import {
|
|
|
16
16
|
needsBootstrap,
|
|
17
17
|
perceiveCurrentChanges,
|
|
18
18
|
reasonAboutChangesHumanReadable
|
|
19
|
-
} from "../chunk-
|
|
20
|
-
import "../chunk-
|
|
19
|
+
} from "../chunk-NUT4G5AY.js";
|
|
20
|
+
import "../chunk-XSPS463E.js";
|
|
21
21
|
import {
|
|
22
22
|
findCrossProjectPatterns,
|
|
23
23
|
getDailyLogs,
|
|
@@ -37,9 +37,9 @@ import {
|
|
|
37
37
|
searchGlobalPatterns,
|
|
38
38
|
searchIssues,
|
|
39
39
|
updateGlobalMemoryMd
|
|
40
|
-
} from "../chunk-
|
|
40
|
+
} from "../chunk-S4VGGLXF.js";
|
|
41
41
|
import "../chunk-MVUCBUBR.js";
|
|
42
|
-
import "../chunk-
|
|
42
|
+
import "../chunk-32WLOG6E.js";
|
|
43
43
|
import {
|
|
44
44
|
getWorkingDirectory
|
|
45
45
|
} from "../chunk-ASGSTVVF.js";
|
package/dist/cli/yolo-daemon.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
TrieScanTool
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-XXNE6HBE.js";
|
|
5
|
+
import "../chunk-XSPS463E.js";
|
|
6
|
+
import "../chunk-S4VGGLXF.js";
|
|
7
7
|
import "../chunk-MVUCBUBR.js";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-32WLOG6E.js";
|
|
9
9
|
import {
|
|
10
10
|
getWorkingDirectory
|
|
11
11
|
} from "../chunk-ASGSTVVF.js";
|
package/dist/index.js
CHANGED
|
@@ -22,14 +22,14 @@ import {
|
|
|
22
22
|
perceiveCurrentChanges,
|
|
23
23
|
reasonAboutChangesHumanReadable,
|
|
24
24
|
saveCheckpoint
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-NUT4G5AY.js";
|
|
26
26
|
import {
|
|
27
27
|
InteractiveDashboard,
|
|
28
28
|
StreamingManager,
|
|
29
29
|
TrieScanTool,
|
|
30
30
|
loadConfig
|
|
31
|
-
} from "./chunk-
|
|
32
|
-
import "./chunk-
|
|
31
|
+
} from "./chunk-XXNE6HBE.js";
|
|
32
|
+
import "./chunk-XSPS463E.js";
|
|
33
33
|
import {
|
|
34
34
|
CRITICAL_REVIEW_CHECKLIST,
|
|
35
35
|
SuperReviewerSkill,
|
|
@@ -54,11 +54,11 @@ import {
|
|
|
54
54
|
searchGlobalPatterns,
|
|
55
55
|
searchIssues,
|
|
56
56
|
updateProjectSection
|
|
57
|
-
} from "./chunk-
|
|
57
|
+
} from "./chunk-S4VGGLXF.js";
|
|
58
58
|
import "./chunk-MVUCBUBR.js";
|
|
59
59
|
import {
|
|
60
60
|
getOutputManager
|
|
61
|
-
} from "./chunk-
|
|
61
|
+
} from "./chunk-32WLOG6E.js";
|
|
62
62
|
import {
|
|
63
63
|
getWorkingDirectory
|
|
64
64
|
} from "./chunk-ASGSTVVF.js";
|
|
@@ -6934,7 +6934,7 @@ var RequestHandlers = class {
|
|
|
6934
6934
|
};
|
|
6935
6935
|
}
|
|
6936
6936
|
async handleAgentSmith(smithArgs) {
|
|
6937
|
-
const { AgentSmithSkill } = await import("./agent-smith-
|
|
6937
|
+
const { AgentSmithSkill } = await import("./agent-smith-57MKX5QC.js");
|
|
6938
6938
|
if (smithArgs.clear_memory) {
|
|
6939
6939
|
const smith = new AgentSmithSkill();
|
|
6940
6940
|
const result = await smith.clearMemory();
|
|
@@ -6962,7 +6962,7 @@ var RequestHandlers = class {
|
|
|
6962
6962
|
}]
|
|
6963
6963
|
};
|
|
6964
6964
|
}
|
|
6965
|
-
const agentSmithRunner = await import("./agent-smith-runner-
|
|
6965
|
+
const agentSmithRunner = await import("./agent-smith-runner-ZU4R3I2Z.js");
|
|
6966
6966
|
return await agentSmithRunner.runAgentSmith(smithArgs);
|
|
6967
6967
|
}
|
|
6968
6968
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getSkillRegistry
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-S4VGGLXF.js";
|
|
4
4
|
import "../chunk-MVUCBUBR.js";
|
|
5
|
-
import "../chunk-
|
|
5
|
+
import "../chunk-32WLOG6E.js";
|
|
6
6
|
import "../chunk-ASGSTVVF.js";
|
|
7
7
|
import "../chunk-6NLHFIYA.js";
|
|
8
8
|
import "../chunk-RAZUNSBI.js";
|