@triedotdev/mcp 1.0.121 → 1.0.122
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/chat-store-R46BCMBW.js +15 -0
- package/dist/{chunk-GPLRFTMB.js → chunk-3BVNB3GY.js} +4 -4
- package/dist/{chunk-PPZYVTUO.js → chunk-6LD7OPJL.js} +5 -5
- package/dist/{chunk-5TQ7J7UI.js → chunk-7A5RLKZY.js} +8 -8
- package/dist/{chunk-7BY2KVIN.js → chunk-ANQPXOT2.js} +440 -71
- package/dist/chunk-ANQPXOT2.js.map +1 -0
- package/dist/{chunk-IQBHPTV7.js → chunk-EOLHWFDG.js} +4 -4
- package/dist/{chunk-FNW7Z7ZS.js → chunk-F4ZIAHTZ.js} +3 -3
- package/dist/chunk-HWXZ3E7B.js +347 -0
- package/dist/chunk-HWXZ3E7B.js.map +1 -0
- package/dist/{chunk-Y52SNUW5.js → chunk-JG7XVS53.js} +11 -3
- package/dist/{chunk-Y52SNUW5.js.map → chunk-JG7XVS53.js.map} +1 -1
- package/dist/{chunk-PRFHN2X6.js → chunk-K5EXATBF.js} +2 -2
- package/dist/{chunk-4BGAVEO6.js → chunk-UHMMANC2.js} +77 -338
- package/dist/chunk-UHMMANC2.js.map +1 -0
- package/dist/chunk-WS6OA7H6.js +266 -0
- package/dist/chunk-WS6OA7H6.js.map +1 -0
- package/dist/cli/main.js +6 -5
- package/dist/cli/main.js.map +1 -1
- package/dist/cli/yolo-daemon.js +12 -10
- package/dist/cli/yolo-daemon.js.map +1 -1
- package/dist/{goal-manager-JKTNFJQE.js → goal-manager-O446DRJI.js} +6 -5
- package/dist/{goal-validator-RD6QBQJB.js → goal-validator-XYA364W3.js} +3 -2
- package/dist/{goal-validator-RD6QBQJB.js.map → goal-validator-XYA364W3.js.map} +1 -1
- package/dist/{guardian-agent-ITZIDNQD.js → guardian-agent-KVLNECZ5.js} +9 -8
- package/dist/{hypothesis-PEVD2IJR.js → hypothesis-QFGZ5ITT.js} +6 -5
- package/dist/hypothesis-QFGZ5ITT.js.map +1 -0
- package/dist/index.js +16 -14
- package/dist/index.js.map +1 -1
- package/dist/insight-store-DZ5C3RFM.js +22 -0
- package/dist/insight-store-DZ5C3RFM.js.map +1 -0
- package/package.json +1 -1
- package/dist/chunk-4BGAVEO6.js.map +0 -1
- package/dist/chunk-7BY2KVIN.js.map +0 -1
- /package/dist/{goal-manager-JKTNFJQE.js.map → chat-store-R46BCMBW.js.map} +0 -0
- /package/dist/{chunk-GPLRFTMB.js.map → chunk-3BVNB3GY.js.map} +0 -0
- /package/dist/{chunk-PPZYVTUO.js.map → chunk-6LD7OPJL.js.map} +0 -0
- /package/dist/{chunk-5TQ7J7UI.js.map → chunk-7A5RLKZY.js.map} +0 -0
- /package/dist/{chunk-IQBHPTV7.js.map → chunk-EOLHWFDG.js.map} +0 -0
- /package/dist/{chunk-FNW7Z7ZS.js.map → chunk-F4ZIAHTZ.js.map} +0 -0
- /package/dist/{chunk-PRFHN2X6.js.map → chunk-K5EXATBF.js.map} +0 -0
- /package/dist/{guardian-agent-ITZIDNQD.js.map → goal-manager-O446DRJI.js.map} +0 -0
- /package/dist/{hypothesis-PEVD2IJR.js.map → guardian-agent-KVLNECZ5.js.map} +0 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ChatStore,
|
|
3
|
+
clearChatStores,
|
|
4
|
+
getChatStore
|
|
5
|
+
} from "./chunk-HWXZ3E7B.js";
|
|
6
|
+
import "./chunk-43X6JBEM.js";
|
|
7
|
+
import "./chunk-45Y5TLQZ.js";
|
|
8
|
+
import "./chunk-APMV77PU.js";
|
|
9
|
+
import "./chunk-DGUM43GV.js";
|
|
10
|
+
export {
|
|
11
|
+
ChatStore,
|
|
12
|
+
clearChatStores,
|
|
13
|
+
getChatStore
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=chat-store-R46BCMBW.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getInsightStore
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JG7XVS53.js";
|
|
4
4
|
import {
|
|
5
5
|
searchIssues
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-K5EXATBF.js";
|
|
7
7
|
import {
|
|
8
8
|
getGuardianState
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-UHMMANC2.js";
|
|
10
10
|
|
|
11
11
|
// src/guardian/hypothesis.ts
|
|
12
12
|
import { dirname } from "path";
|
|
@@ -719,4 +719,4 @@ export {
|
|
|
719
719
|
clearHypothesisEngines,
|
|
720
720
|
gatherEvidenceForHypothesis
|
|
721
721
|
};
|
|
722
|
-
//# sourceMappingURL=chunk-
|
|
722
|
+
//# sourceMappingURL=chunk-3BVNB3GY.js.map
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
import {
|
|
2
|
+
TriePatternDiscovery
|
|
3
|
+
} from "./chunk-ZV2K6M7T.js";
|
|
1
4
|
import {
|
|
2
5
|
storeIssues
|
|
3
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-K5EXATBF.js";
|
|
4
7
|
import {
|
|
5
8
|
scanForVulnerabilities
|
|
6
9
|
} from "./chunk-F4NJ4CBP.js";
|
|
@@ -13,9 +16,6 @@ import {
|
|
|
13
16
|
import {
|
|
14
17
|
IncidentIndex
|
|
15
18
|
} from "./chunk-WHIQAGB7.js";
|
|
16
|
-
import {
|
|
17
|
-
TriePatternDiscovery
|
|
18
|
-
} from "./chunk-ZV2K6M7T.js";
|
|
19
19
|
import {
|
|
20
20
|
getTrieDirectory,
|
|
21
21
|
getWorkingDirectory
|
|
@@ -1756,4 +1756,4 @@ export {
|
|
|
1756
1756
|
handleCheckpointCommand,
|
|
1757
1757
|
isTrieInitialized
|
|
1758
1758
|
};
|
|
1759
|
-
//# sourceMappingURL=chunk-
|
|
1759
|
+
//# sourceMappingURL=chunk-6LD7OPJL.js.map
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getGoalManager
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-EOLHWFDG.js";
|
|
4
4
|
import {
|
|
5
5
|
getHypothesisEngine
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-3BVNB3GY.js";
|
|
7
7
|
import {
|
|
8
8
|
getInsightStore
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-JG7XVS53.js";
|
|
10
10
|
import {
|
|
11
11
|
GotchaPredictor,
|
|
12
12
|
findCrossProjectPatterns,
|
|
13
13
|
recordToGlobalMemory
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-F4ZIAHTZ.js";
|
|
15
15
|
import {
|
|
16
16
|
isAIAvailable,
|
|
17
17
|
runAIAnalysis
|
|
@@ -22,10 +22,10 @@ import {
|
|
|
22
22
|
getIssueHash,
|
|
23
23
|
searchIssues,
|
|
24
24
|
storeIssues
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-K5EXATBF.js";
|
|
26
26
|
import {
|
|
27
27
|
getGuardianState
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-UHMMANC2.js";
|
|
29
29
|
import {
|
|
30
30
|
ContextGraph
|
|
31
31
|
} from "./chunk-55CBWOEZ.js";
|
|
@@ -1910,7 +1910,7 @@ var GuardianAgent = class {
|
|
|
1910
1910
|
await this.guardianState.recordScan();
|
|
1911
1911
|
try {
|
|
1912
1912
|
const riskLevel = issues.filter((i) => i.severity === "critical").length > 0 ? "critical" : issues.filter((i) => i.severity === "serious").length >= 3 ? "high" : issues.length > 10 ? "medium" : "low";
|
|
1913
|
-
const { calculateAdaptiveScanFrequency } = await import("./goal-manager-
|
|
1913
|
+
const { calculateAdaptiveScanFrequency } = await import("./goal-manager-O446DRJI.js");
|
|
1914
1914
|
const result = await calculateAdaptiveScanFrequency(riskLevel);
|
|
1915
1915
|
await this.guardianState.setScanFrequency(result.frequencyMs);
|
|
1916
1916
|
} catch {
|
|
@@ -2143,4 +2143,4 @@ export {
|
|
|
2143
2143
|
GuardianAgent,
|
|
2144
2144
|
getGuardian
|
|
2145
2145
|
};
|
|
2146
|
-
//# sourceMappingURL=chunk-
|
|
2146
|
+
//# sourceMappingURL=chunk-7A5RLKZY.js.map
|