@triedotdev/mcp 1.0.135 → 1.0.136
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/{chunk-LRQV7SGQ.js → chunk-AJ34GCMD.js} +2 -2
- package/dist/{chunk-T62V4H5O.js → chunk-G5PRBQIQ.js} +4 -4
- package/dist/{chunk-JCU6REX7.js → chunk-O6OTJI3W.js} +16 -5
- package/dist/{chunk-JCU6REX7.js.map → chunk-O6OTJI3W.js.map} +1 -1
- package/dist/{chunk-TFGNTSMH.js → chunk-POHBQUG7.js} +54 -28
- package/dist/chunk-POHBQUG7.js.map +1 -0
- package/dist/{chunk-3DPVJQNM.js → chunk-UHX4462X.js} +2 -2
- package/dist/cli/main.js +2 -2
- package/dist/cli/yolo-daemon.js +5 -5
- package/dist/{client-OVI6TBX7.js → client-BZHI675W.js} +2 -2
- package/dist/{goal-validator-KLAK5TZN.js → goal-validator-PDKYZSNP.js} +2 -2
- package/dist/{guardian-agent-3EUJUAJ2.js → guardian-agent-4RHGIXUD.js} +5 -5
- package/dist/{hypothesis-I276JIDW.js → hypothesis-L5446W36.js} +2 -2
- package/dist/index.js +13 -13
- package/package.json +1 -1
- package/dist/chunk-TFGNTSMH.js.map +0 -1
- /package/dist/{chunk-LRQV7SGQ.js.map → chunk-AJ34GCMD.js.map} +0 -0
- /package/dist/{chunk-T62V4H5O.js.map → chunk-G5PRBQIQ.js.map} +0 -0
- /package/dist/{chunk-3DPVJQNM.js.map → chunk-UHX4462X.js.map} +0 -0
- /package/dist/{client-OVI6TBX7.js.map → client-BZHI675W.js.map} +0 -0
- /package/dist/{goal-validator-KLAK5TZN.js.map → goal-validator-PDKYZSNP.js.map} +0 -0
- /package/dist/{guardian-agent-3EUJUAJ2.js.map → guardian-agent-4RHGIXUD.js.map} +0 -0
- /package/dist/{hypothesis-I276JIDW.js.map → hypothesis-L5446W36.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
tryGetClient
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-O6OTJI3W.js";
|
|
4
4
|
import {
|
|
5
5
|
searchIssues
|
|
6
6
|
} from "./chunk-JAKMZI5S.js";
|
|
@@ -467,4 +467,4 @@ export {
|
|
|
467
467
|
searchGlobalPatterns,
|
|
468
468
|
GotchaPredictor
|
|
469
469
|
};
|
|
470
|
-
//# sourceMappingURL=chunk-
|
|
470
|
+
//# sourceMappingURL=chunk-UHX4462X.js.map
|
package/dist/cli/main.js
CHANGED
|
@@ -46,8 +46,8 @@ import {
|
|
|
46
46
|
listTrackedProjects,
|
|
47
47
|
searchGlobalPatterns,
|
|
48
48
|
updateGlobalMemoryMd
|
|
49
|
-
} from "../chunk-
|
|
50
|
-
import "../chunk-
|
|
49
|
+
} from "../chunk-UHX4462X.js";
|
|
50
|
+
import "../chunk-O6OTJI3W.js";
|
|
51
51
|
import {
|
|
52
52
|
getDailyLogs,
|
|
53
53
|
getMemoryStats,
|
package/dist/cli/yolo-daemon.js
CHANGED
|
@@ -3,19 +3,19 @@ import {
|
|
|
3
3
|
InteractiveDashboard,
|
|
4
4
|
StreamingManager,
|
|
5
5
|
TrieScanTool
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
} from "../chunk-POHBQUG7.js";
|
|
7
|
+
import "../chunk-G5PRBQIQ.js";
|
|
8
8
|
import "../chunk-DFPVUMVE.js";
|
|
9
9
|
import "../chunk-T4THB2OR.js";
|
|
10
|
-
import "../chunk-
|
|
10
|
+
import "../chunk-AJ34GCMD.js";
|
|
11
11
|
import "../chunk-4YJ6KLGI.js";
|
|
12
12
|
import {
|
|
13
13
|
isTrieInitialized
|
|
14
14
|
} from "../chunk-6OUWNVLX.js";
|
|
15
15
|
import "../chunk-WHIQAGB7.js";
|
|
16
16
|
import "../chunk-ZV2K6M7T.js";
|
|
17
|
-
import "../chunk-
|
|
18
|
-
import "../chunk-
|
|
17
|
+
import "../chunk-UHX4462X.js";
|
|
18
|
+
import "../chunk-O6OTJI3W.js";
|
|
19
19
|
import "../chunk-JAKMZI5S.js";
|
|
20
20
|
import "../chunk-UHMMANC2.js";
|
|
21
21
|
import "../chunk-WS6OA7H6.js";
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
saveKeyToKeychain,
|
|
10
10
|
setAPIKey,
|
|
11
11
|
tryGetClient
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-O6OTJI3W.js";
|
|
13
13
|
import "./chunk-45Y5TLQZ.js";
|
|
14
14
|
import "./chunk-APMV77PU.js";
|
|
15
15
|
import "./chunk-DGUM43GV.js";
|
|
@@ -25,4 +25,4 @@ export {
|
|
|
25
25
|
setAPIKey,
|
|
26
26
|
tryGetClient
|
|
27
27
|
};
|
|
28
|
-
//# sourceMappingURL=client-
|
|
28
|
+
//# sourceMappingURL=client-BZHI675W.js.map
|
|
@@ -56,7 +56,7 @@ async function recordGoalViolationFixed(goal, file, projectPath) {
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
async function checkFilesForGoalViolations(goals, projectPath, filesToCheck, onProgress) {
|
|
59
|
-
const { isAIAvailable, runAIAnalysis } = await import("./client-
|
|
59
|
+
const { isAIAvailable, runAIAnalysis } = await import("./client-BZHI675W.js");
|
|
60
60
|
const { CodebaseIndex } = await import("./codebase-index-CR6Q2HEI.js");
|
|
61
61
|
if (!isAIAvailable()) {
|
|
62
62
|
throw new Error("AI not available - ANTHROPIC_API_KEY not set");
|
|
@@ -294,4 +294,4 @@ export {
|
|
|
294
294
|
recordGoalViolationCaught,
|
|
295
295
|
recordGoalViolationFixed
|
|
296
296
|
};
|
|
297
|
-
//# sourceMappingURL=goal-validator-
|
|
297
|
+
//# sourceMappingURL=goal-validator-PDKYZSNP.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
GuardianAgent,
|
|
3
3
|
getGuardian
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-G5PRBQIQ.js";
|
|
5
5
|
import "./chunk-T4THB2OR.js";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-AJ34GCMD.js";
|
|
7
7
|
import "./chunk-4YJ6KLGI.js";
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-UHX4462X.js";
|
|
9
|
+
import "./chunk-O6OTJI3W.js";
|
|
10
10
|
import "./chunk-JAKMZI5S.js";
|
|
11
11
|
import "./chunk-UHMMANC2.js";
|
|
12
12
|
import "./chunk-WS6OA7H6.js";
|
|
@@ -24,4 +24,4 @@ export {
|
|
|
24
24
|
GuardianAgent,
|
|
25
25
|
getGuardian
|
|
26
26
|
};
|
|
27
|
-
//# sourceMappingURL=guardian-agent-
|
|
27
|
+
//# sourceMappingURL=guardian-agent-4RHGIXUD.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
clearHypothesisEngines,
|
|
4
4
|
gatherEvidenceForHypothesis,
|
|
5
5
|
getHypothesisEngine
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-AJ34GCMD.js";
|
|
7
7
|
import "./chunk-4YJ6KLGI.js";
|
|
8
8
|
import "./chunk-JAKMZI5S.js";
|
|
9
9
|
import "./chunk-UHMMANC2.js";
|
|
@@ -19,4 +19,4 @@ export {
|
|
|
19
19
|
gatherEvidenceForHypothesis,
|
|
20
20
|
getHypothesisEngine
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=hypothesis-
|
|
22
|
+
//# sourceMappingURL=hypothesis-L5446W36.js.map
|
package/dist/index.js
CHANGED
|
@@ -2,9 +2,6 @@
|
|
|
2
2
|
import {
|
|
3
3
|
CodebaseIndex
|
|
4
4
|
} from "./chunk-6VIMBFUZ.js";
|
|
5
|
-
import {
|
|
6
|
-
getSkillRegistry
|
|
7
|
-
} from "./chunk-G76DYVGX.js";
|
|
8
5
|
import {
|
|
9
6
|
LinearIngester,
|
|
10
7
|
appendToSection,
|
|
@@ -44,11 +41,11 @@ import {
|
|
|
44
41
|
getPrompt,
|
|
45
42
|
getSystemPrompt,
|
|
46
43
|
handleCheckpointTool
|
|
47
|
-
} from "./chunk-
|
|
48
|
-
import "./chunk-
|
|
44
|
+
} from "./chunk-POHBQUG7.js";
|
|
45
|
+
import "./chunk-G5PRBQIQ.js";
|
|
49
46
|
import "./chunk-DFPVUMVE.js";
|
|
50
47
|
import "./chunk-T4THB2OR.js";
|
|
51
|
-
import "./chunk-
|
|
48
|
+
import "./chunk-AJ34GCMD.js";
|
|
52
49
|
import "./chunk-4YJ6KLGI.js";
|
|
53
50
|
import {
|
|
54
51
|
exportToJson,
|
|
@@ -66,11 +63,11 @@ import {
|
|
|
66
63
|
getGlobalMemoryStats,
|
|
67
64
|
listTrackedProjects,
|
|
68
65
|
searchGlobalPatterns
|
|
69
|
-
} from "./chunk-
|
|
66
|
+
} from "./chunk-UHX4462X.js";
|
|
70
67
|
import {
|
|
71
68
|
isAIAvailable,
|
|
72
69
|
runAIAnalysis
|
|
73
|
-
} from "./chunk-
|
|
70
|
+
} from "./chunk-O6OTJI3W.js";
|
|
74
71
|
import {
|
|
75
72
|
findSimilarIssues,
|
|
76
73
|
getMemoryStats,
|
|
@@ -90,6 +87,9 @@ import {
|
|
|
90
87
|
import {
|
|
91
88
|
ContextGraph
|
|
92
89
|
} from "./chunk-55CBWOEZ.js";
|
|
90
|
+
import {
|
|
91
|
+
getSkillRegistry
|
|
92
|
+
} from "./chunk-G76DYVGX.js";
|
|
93
93
|
import {
|
|
94
94
|
getOutputManager
|
|
95
95
|
} from "./chunk-VRLMTOB6.js";
|
|
@@ -1465,7 +1465,7 @@ ${f.content.slice(0, 1e3)}`
|
|
|
1465
1465
|
async checkAndGenerateHypotheses(projectPath) {
|
|
1466
1466
|
if (!isAIAvailable()) return;
|
|
1467
1467
|
try {
|
|
1468
|
-
const { getHypothesisEngine } = await import("./hypothesis-
|
|
1468
|
+
const { getHypothesisEngine } = await import("./hypothesis-L5446W36.js");
|
|
1469
1469
|
const { getOutputManager: getOutputManager2 } = await import("./output-manager-BOTMXSND.js");
|
|
1470
1470
|
const hypothesisEngine = getHypothesisEngine(projectPath);
|
|
1471
1471
|
const recentIssues = Array.from(this.state.issueCache.values()).flat();
|
|
@@ -1674,7 +1674,7 @@ ${f.content.slice(0, 1e3)}`
|
|
|
1674
1674
|
this.state.lastAutoScan = now;
|
|
1675
1675
|
try {
|
|
1676
1676
|
const graph = new ContextGraph(projectPath);
|
|
1677
|
-
const { getActiveGoals, recordGoalViolationCaught } = await import("./goal-validator-
|
|
1677
|
+
const { getActiveGoals, recordGoalViolationCaught } = await import("./goal-validator-PDKYZSNP.js");
|
|
1678
1678
|
const { appendIssuesToLedger } = await import("./ledger-WKVJWHBX.js");
|
|
1679
1679
|
console.debug("[AI Watcher] Loading active goals...");
|
|
1680
1680
|
const activeGoals = await getActiveGoals(projectPath);
|
|
@@ -1929,7 +1929,7 @@ ${filesBlock}`,
|
|
|
1929
1929
|
const projectPath = this.watchedDirectory || getWorkingDirectory(void 0, true);
|
|
1930
1930
|
console.debug("[Initial Hypothesis] Starting initial hypothesis generation", { projectPath });
|
|
1931
1931
|
try {
|
|
1932
|
-
const { getHypothesisEngine } = await import("./hypothesis-
|
|
1932
|
+
const { getHypothesisEngine } = await import("./hypothesis-L5446W36.js");
|
|
1933
1933
|
const hypothesisEngine = getHypothesisEngine(projectPath);
|
|
1934
1934
|
console.debug("[Initial Hypothesis] Running AI-powered hypothesis generation...");
|
|
1935
1935
|
const generated = await hypothesisEngine.generateHypothesesWithAI({
|
|
@@ -1987,7 +1987,7 @@ ${filesBlock}`,
|
|
|
1987
1987
|
const projectPath = this.watchedDirectory || getWorkingDirectory(void 0, true);
|
|
1988
1988
|
console.debug("[Initial Scan] Starting initial goal compliance scan", { projectPath });
|
|
1989
1989
|
try {
|
|
1990
|
-
const { getActiveGoals, recordGoalViolationCaught } = await import("./goal-validator-
|
|
1990
|
+
const { getActiveGoals, recordGoalViolationCaught } = await import("./goal-validator-PDKYZSNP.js");
|
|
1991
1991
|
const activeGoals = await getActiveGoals(projectPath);
|
|
1992
1992
|
console.debug("[Initial Scan] Loaded goals for initial scan:", {
|
|
1993
1993
|
goalCount: activeGoals.length,
|
|
@@ -2212,7 +2212,7 @@ Use \`trie_watch start\` to begin autonomous scanning.`
|
|
|
2212
2212
|
).join("\n");
|
|
2213
2213
|
let agencyStatus = "";
|
|
2214
2214
|
try {
|
|
2215
|
-
const { getGuardian } = await import("./guardian-agent-
|
|
2215
|
+
const { getGuardian } = await import("./guardian-agent-4RHGIXUD.js");
|
|
2216
2216
|
const trieAgent = getGuardian(this.watchedDirectory || getWorkingDirectory(void 0, true));
|
|
2217
2217
|
await trieAgent.initialize();
|
|
2218
2218
|
const status = await trieAgent.getAgencyStatus();
|