@triedotdev/mcp 1.0.88 → 1.0.89
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 +11 -3
- package/dist/{agent-smith-MCKGNWPL.js → agent-smith-KIFP2XG3.js} +4 -4
- package/dist/{agent-smith-runner-GP5HLL7E.js → agent-smith-runner-Z73W5DR5.js} +4 -4
- package/dist/{chunk-YSES743V.js → chunk-3HTPH3P2.js} +14 -13
- package/dist/chunk-3HTPH3P2.js.map +1 -0
- package/dist/{chunk-HNDHVFA3.js → chunk-A44W6SZJ.js} +17 -16
- package/dist/chunk-A44W6SZJ.js.map +1 -0
- package/dist/{chunk-Z6JP2QQU.js → chunk-BBEFK56U.js} +27 -26
- package/dist/chunk-BBEFK56U.js.map +1 -0
- package/dist/{chunk-X3E6ISEG.js → chunk-CFE7FZU7.js} +7 -4
- package/dist/chunk-CFE7FZU7.js.map +1 -0
- package/dist/{chunk-KGVKUMFO.js → chunk-D35TI7NY.js} +2 -2
- package/dist/{chunk-CM7EHNQK.js → chunk-D5VEUZLP.js} +33 -2
- package/dist/chunk-D5VEUZLP.js.map +1 -0
- package/dist/{chunk-TBRU735C.js → chunk-F3WW4FY2.js} +6 -3
- package/dist/chunk-F3WW4FY2.js.map +1 -0
- package/dist/{chunk-DXBYHIA7.js → chunk-G4DUCCMT.js} +8 -8
- package/dist/{chunk-DCJKNE2L.js → chunk-GMKPXL4Q.js} +4 -3
- package/dist/chunk-GMKPXL4Q.js.map +1 -0
- package/dist/{chunk-7UPNCM66.js → chunk-JG2TAVAO.js} +14 -13
- package/dist/chunk-JG2TAVAO.js.map +1 -0
- package/dist/{chunk-THJKXIMJ.js → chunk-OXZKSR6J.js} +7 -4
- package/dist/chunk-OXZKSR6J.js.map +1 -0
- package/dist/{chunk-TDWPEV3N.js → chunk-PFWGEHIA.js} +8 -5
- package/dist/chunk-PFWGEHIA.js.map +1 -0
- package/dist/{chunk-PH4HZEAM.js → chunk-QH5XB4K6.js} +6 -5
- package/dist/chunk-QH5XB4K6.js.map +1 -0
- package/dist/{chunk-4CYQGEWE.js → chunk-TBL3FWWG.js} +22 -21
- package/dist/chunk-TBL3FWWG.js.map +1 -0
- package/dist/cli/create-agent.js +2 -2
- package/dist/cli/main.js +16 -15
- package/dist/cli/main.js.map +1 -1
- package/dist/cli/yolo-daemon.js +12 -12
- package/dist/{goal-manager-JTM6MOZG.js → goal-manager-7D3GUJVV.js} +5 -5
- package/dist/guardian-agent-QBYV2JLR.js +21 -0
- package/dist/index.js +23 -22
- package/dist/index.js.map +1 -1
- package/dist/{issue-store-AZ3D4LOG.js → issue-store-WTXCQZEA.js} +3 -3
- package/dist/workers/agent-worker.js +6 -6
- package/package.json +1 -1
- package/dist/chunk-4CYQGEWE.js.map +0 -1
- package/dist/chunk-7UPNCM66.js.map +0 -1
- package/dist/chunk-CM7EHNQK.js.map +0 -1
- package/dist/chunk-DCJKNE2L.js.map +0 -1
- package/dist/chunk-HNDHVFA3.js.map +0 -1
- package/dist/chunk-PH4HZEAM.js.map +0 -1
- package/dist/chunk-TBRU735C.js.map +0 -1
- package/dist/chunk-TDWPEV3N.js.map +0 -1
- package/dist/chunk-THJKXIMJ.js.map +0 -1
- package/dist/chunk-X3E6ISEG.js.map +0 -1
- package/dist/chunk-YSES743V.js.map +0 -1
- package/dist/chunk-Z6JP2QQU.js.map +0 -1
- package/dist/guardian-agent-RIF7XBFL.js +0 -21
- /package/dist/{agent-smith-MCKGNWPL.js.map → agent-smith-KIFP2XG3.js.map} +0 -0
- /package/dist/{agent-smith-runner-GP5HLL7E.js.map → agent-smith-runner-Z73W5DR5.js.map} +0 -0
- /package/dist/{chunk-KGVKUMFO.js.map → chunk-D35TI7NY.js.map} +0 -0
- /package/dist/{chunk-DXBYHIA7.js.map → chunk-G4DUCCMT.js.map} +0 -0
- /package/dist/{goal-manager-JTM6MOZG.js.map → goal-manager-7D3GUJVV.js.map} +0 -0
- /package/dist/{guardian-agent-RIF7XBFL.js.map → guardian-agent-QBYV2JLR.js.map} +0 -0
- /package/dist/{issue-store-AZ3D4LOG.js.map → issue-store-WTXCQZEA.js.map} +0 -0
package/dist/cli/yolo-daemon.js
CHANGED
|
@@ -3,25 +3,25 @@ import {
|
|
|
3
3
|
InteractiveDashboard,
|
|
4
4
|
StreamingManager,
|
|
5
5
|
TrieScanTool
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
6
|
+
} from "../chunk-A44W6SZJ.js";
|
|
7
|
+
import "../chunk-G4DUCCMT.js";
|
|
8
|
+
import "../chunk-PFWGEHIA.js";
|
|
9
9
|
import {
|
|
10
10
|
isTrieInitialized
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../chunk-
|
|
11
|
+
} from "../chunk-3HTPH3P2.js";
|
|
12
|
+
import "../chunk-OXZKSR6J.js";
|
|
13
13
|
import "../chunk-FCMAQSV7.js";
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
14
|
+
import "../chunk-CFE7FZU7.js";
|
|
15
|
+
import "../chunk-BBEFK56U.js";
|
|
16
|
+
import "../chunk-D35TI7NY.js";
|
|
17
17
|
import "../chunk-SH2JIQLB.js";
|
|
18
18
|
import "../chunk-6NLHFIYA.js";
|
|
19
|
-
import "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
19
|
+
import "../chunk-F3WW4FY2.js";
|
|
20
|
+
import "../chunk-GMKPXL4Q.js";
|
|
21
|
+
import "../chunk-JG2TAVAO.js";
|
|
22
22
|
import {
|
|
23
23
|
getWorkingDirectory
|
|
24
|
-
} from "../chunk-
|
|
24
|
+
} from "../chunk-D5VEUZLP.js";
|
|
25
25
|
import {
|
|
26
26
|
isInteractiveMode,
|
|
27
27
|
setInteractiveMode
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
calculateAdaptiveScanFrequency,
|
|
5
5
|
clearGoalManagers,
|
|
6
6
|
getGoalManager
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-PFWGEHIA.js";
|
|
8
|
+
import "./chunk-CFE7FZU7.js";
|
|
9
|
+
import "./chunk-JG2TAVAO.js";
|
|
10
|
+
import "./chunk-D5VEUZLP.js";
|
|
11
11
|
import "./chunk-MIL54SAF.js";
|
|
12
12
|
import "./chunk-DGUM43GV.js";
|
|
13
13
|
export {
|
|
@@ -17,4 +17,4 @@ export {
|
|
|
17
17
|
clearGoalManagers,
|
|
18
18
|
getGoalManager
|
|
19
19
|
};
|
|
20
|
-
//# sourceMappingURL=goal-manager-
|
|
20
|
+
//# sourceMappingURL=goal-manager-7D3GUJVV.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import {
|
|
2
|
+
GuardianAgent,
|
|
3
|
+
getGuardian
|
|
4
|
+
} from "./chunk-G4DUCCMT.js";
|
|
5
|
+
import "./chunk-PFWGEHIA.js";
|
|
6
|
+
import "./chunk-OXZKSR6J.js";
|
|
7
|
+
import "./chunk-FCMAQSV7.js";
|
|
8
|
+
import "./chunk-CFE7FZU7.js";
|
|
9
|
+
import "./chunk-D35TI7NY.js";
|
|
10
|
+
import "./chunk-SH2JIQLB.js";
|
|
11
|
+
import "./chunk-6NLHFIYA.js";
|
|
12
|
+
import "./chunk-GMKPXL4Q.js";
|
|
13
|
+
import "./chunk-JG2TAVAO.js";
|
|
14
|
+
import "./chunk-D5VEUZLP.js";
|
|
15
|
+
import "./chunk-MIL54SAF.js";
|
|
16
|
+
import "./chunk-DGUM43GV.js";
|
|
17
|
+
export {
|
|
18
|
+
GuardianAgent,
|
|
19
|
+
getGuardian
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=guardian-agent-QBYV2JLR.js.map
|
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
listCustomAgents,
|
|
4
4
|
loadAgentConfig,
|
|
5
5
|
parseDocument
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-QH5XB4K6.js";
|
|
7
7
|
import {
|
|
8
8
|
IncidentIndex,
|
|
9
9
|
LearningEngine,
|
|
@@ -24,23 +24,23 @@ import {
|
|
|
24
24
|
reasonAboutChangesHumanReadable,
|
|
25
25
|
saveCheckpoint,
|
|
26
26
|
trackIssueOccurrence
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-TBL3FWWG.js";
|
|
28
28
|
import {
|
|
29
29
|
InteractiveDashboard,
|
|
30
30
|
StreamingManager,
|
|
31
31
|
TrieScanTool
|
|
32
|
-
} from "./chunk-
|
|
33
|
-
import "./chunk-
|
|
34
|
-
import "./chunk-
|
|
32
|
+
} from "./chunk-A44W6SZJ.js";
|
|
33
|
+
import "./chunk-G4DUCCMT.js";
|
|
34
|
+
import "./chunk-PFWGEHIA.js";
|
|
35
35
|
import {
|
|
36
36
|
isTrieInitialized,
|
|
37
37
|
loadConfig
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-3HTPH3P2.js";
|
|
39
39
|
import {
|
|
40
40
|
ContextGraph
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-OXZKSR6J.js";
|
|
42
42
|
import "./chunk-FCMAQSV7.js";
|
|
43
|
-
import "./chunk-
|
|
43
|
+
import "./chunk-CFE7FZU7.js";
|
|
44
44
|
import {
|
|
45
45
|
CRITICAL_REVIEW_CHECKLIST,
|
|
46
46
|
SuperReviewerSkill,
|
|
@@ -57,19 +57,19 @@ import {
|
|
|
57
57
|
projectInfoExists,
|
|
58
58
|
runShellCommandSync,
|
|
59
59
|
updateProjectSection
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-BBEFK56U.js";
|
|
61
61
|
import {
|
|
62
62
|
findCrossProjectPatterns,
|
|
63
63
|
getGlobalMemoryStats,
|
|
64
64
|
listTrackedProjects,
|
|
65
65
|
searchGlobalPatterns
|
|
66
|
-
} from "./chunk-
|
|
66
|
+
} from "./chunk-D35TI7NY.js";
|
|
67
67
|
import "./chunk-SH2JIQLB.js";
|
|
68
68
|
import "./chunk-6NLHFIYA.js";
|
|
69
69
|
import {
|
|
70
70
|
getOutputManager
|
|
71
|
-
} from "./chunk-
|
|
72
|
-
import "./chunk-
|
|
71
|
+
} from "./chunk-F3WW4FY2.js";
|
|
72
|
+
import "./chunk-GMKPXL4Q.js";
|
|
73
73
|
import {
|
|
74
74
|
findSimilarIssues,
|
|
75
75
|
getMemoryStats,
|
|
@@ -77,10 +77,11 @@ import {
|
|
|
77
77
|
markIssueResolved,
|
|
78
78
|
purgeIssues,
|
|
79
79
|
searchIssues
|
|
80
|
-
} from "./chunk-
|
|
80
|
+
} from "./chunk-JG2TAVAO.js";
|
|
81
81
|
import {
|
|
82
|
+
getTrieDirectory,
|
|
82
83
|
getWorkingDirectory
|
|
83
|
-
} from "./chunk-
|
|
84
|
+
} from "./chunk-D5VEUZLP.js";
|
|
84
85
|
import {
|
|
85
86
|
isInteractiveMode
|
|
86
87
|
} from "./chunk-MIL54SAF.js";
|
|
@@ -2792,7 +2793,7 @@ Found ${newIssues} issues in changed files!`);
|
|
|
2792
2793
|
}
|
|
2793
2794
|
isQuiet() {
|
|
2794
2795
|
const projectPath = getWorkingDirectory(void 0, true);
|
|
2795
|
-
const quietPath = join2(projectPath, "
|
|
2796
|
+
const quietPath = join2(getTrieDirectory(projectPath), "quiet.json");
|
|
2796
2797
|
try {
|
|
2797
2798
|
const raw = readFileSync(quietPath, "utf-8");
|
|
2798
2799
|
const data = JSON.parse(raw);
|
|
@@ -2967,7 +2968,7 @@ Use \`trie_watch start\` to begin autonomous scanning.`
|
|
|
2967
2968
|
).join("\n");
|
|
2968
2969
|
let agencyStatus = "";
|
|
2969
2970
|
try {
|
|
2970
|
-
const { getGuardian } = await import("./guardian-agent-
|
|
2971
|
+
const { getGuardian } = await import("./guardian-agent-QBYV2JLR.js");
|
|
2971
2972
|
const guardian = getGuardian(getWorkingDirectory(void 0, true));
|
|
2972
2973
|
await guardian.initialize();
|
|
2973
2974
|
const status = await guardian.getAgencyStatus();
|
|
@@ -4066,7 +4067,7 @@ var TrieSaveAgentTool = class {
|
|
|
4066
4067
|
};
|
|
4067
4068
|
}
|
|
4068
4069
|
async saveAgentConfig(config) {
|
|
4069
|
-
const trieDir = join4(getWorkingDirectory(void 0, true), "
|
|
4070
|
+
const trieDir = join4(getTrieDirectory(getWorkingDirectory(void 0, true)), "agents");
|
|
4070
4071
|
await mkdir(trieDir, { recursive: true });
|
|
4071
4072
|
const configPath = join4(trieDir, `${config.name}.json`);
|
|
4072
4073
|
await writeFile(configPath, JSON.stringify(config, null, 2));
|
|
@@ -5436,7 +5437,7 @@ var TrieReconcileTool = class {
|
|
|
5436
5437
|
async execute(input = {}) {
|
|
5437
5438
|
try {
|
|
5438
5439
|
const projectPath = input.directory || getWorkingDirectory(void 0, true);
|
|
5439
|
-
const sourcePath = input.source ?? path2.join(projectPath, "
|
|
5440
|
+
const sourcePath = input.source ?? path2.join(getTrieDirectory(projectPath), "context.json");
|
|
5440
5441
|
const graph = new ContextGraph(projectPath);
|
|
5441
5442
|
await importFromJson(graph, "", sourcePath);
|
|
5442
5443
|
const removed = await removeOrphanEdges(graph);
|
|
@@ -6644,7 +6645,7 @@ var ResourceManager = class {
|
|
|
6644
6645
|
} catch {
|
|
6645
6646
|
}
|
|
6646
6647
|
summary.push("---", "", "# Detailed Context", "");
|
|
6647
|
-
const agentsMdPath = join6(workDir, "
|
|
6648
|
+
const agentsMdPath = join6(getTrieDirectory(workDir), "AGENTS.md");
|
|
6648
6649
|
try {
|
|
6649
6650
|
if (existsSync8(agentsMdPath)) {
|
|
6650
6651
|
const agentsContent = await readFile6(agentsMdPath, "utf-8");
|
|
@@ -6772,7 +6773,7 @@ This information is automatically available to Claude Code, Cursor, and other AI
|
|
|
6772
6773
|
}
|
|
6773
6774
|
async getCacheStatsResource(uri) {
|
|
6774
6775
|
try {
|
|
6775
|
-
const cachePath = join6(getWorkingDirectory(void 0, true), ".trie
|
|
6776
|
+
const cachePath = join6(getTrieDirectory(getWorkingDirectory(void 0, true)), ".trie-cache.json");
|
|
6776
6777
|
const cacheContent = await readFile6(cachePath, "utf-8");
|
|
6777
6778
|
const cache = JSON.parse(cacheContent);
|
|
6778
6779
|
const fileCount = Object.keys(cache.files || {}).length;
|
|
@@ -7541,7 +7542,7 @@ npx playwright install chromium
|
|
|
7541
7542
|
};
|
|
7542
7543
|
}
|
|
7543
7544
|
async handleAgentSmith(smithArgs) {
|
|
7544
|
-
const { AgentSmithSkill } = await import("./agent-smith-
|
|
7545
|
+
const { AgentSmithSkill } = await import("./agent-smith-KIFP2XG3.js");
|
|
7545
7546
|
if (smithArgs.clear_memory) {
|
|
7546
7547
|
const smith = new AgentSmithSkill();
|
|
7547
7548
|
const result = await smith.clearMemory();
|
|
@@ -7569,7 +7570,7 @@ npx playwright install chromium
|
|
|
7569
7570
|
}]
|
|
7570
7571
|
};
|
|
7571
7572
|
}
|
|
7572
|
-
const agentSmithRunner = await import("./agent-smith-runner-
|
|
7573
|
+
const agentSmithRunner = await import("./agent-smith-runner-Z73W5DR5.js");
|
|
7573
7574
|
return await agentSmithRunner.runAgentSmith(smithArgs);
|
|
7574
7575
|
}
|
|
7575
7576
|
};
|