@triedotdev/mcp 1.0.102 → 1.0.103
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 +0 -1
- package/dist/{chunk-OVRG5RP3.js → chunk-33WL3D7A.js} +3 -5
- package/dist/{chunk-OVRG5RP3.js.map → chunk-33WL3D7A.js.map} +1 -1
- package/dist/{chunk-JDHR5BDR.js → chunk-6JPPYG7F.js} +928 -258
- package/dist/chunk-6JPPYG7F.js.map +1 -0
- package/dist/{chunk-M4JCQO5G.js → chunk-CKYU5JOD.js} +579 -114
- package/dist/chunk-CKYU5JOD.js.map +1 -0
- package/dist/{chunk-B3MNN3XB.js → chunk-HFKOGW7H.js} +6 -8
- package/dist/{chunk-B3MNN3XB.js.map → chunk-HFKOGW7H.js.map} +1 -1
- package/dist/chunk-HIKONDDO.js +26 -0
- package/dist/chunk-HIKONDDO.js.map +1 -0
- package/dist/chunk-M4YMTHGG.js +2822 -0
- package/dist/chunk-M4YMTHGG.js.map +1 -0
- package/dist/{chunk-NIASHOAB.js → chunk-SPQJC7RA.js} +5 -5
- package/dist/cli/main.js +16 -18
- package/dist/cli/main.js.map +1 -1
- package/dist/cli/yolo-daemon.js +17 -64
- package/dist/cli/yolo-daemon.js.map +1 -1
- package/dist/{goal-manager-LAOT4QQX.js → goal-manager-AP4LTE6U.js} +3 -4
- package/dist/{guardian-agent-M352CBE5.js → guardian-agent-WB6LWRLM.js} +7 -8
- package/dist/index.js +41 -119
- package/dist/index.js.map +1 -1
- package/package.json +4 -1
- package/dist/chunk-AE2XLMZC.js +0 -6152
- package/dist/chunk-AE2XLMZC.js.map +0 -1
- package/dist/chunk-CCI6LKXZ.js +0 -526
- package/dist/chunk-CCI6LKXZ.js.map +0 -1
- package/dist/chunk-JDHR5BDR.js.map +0 -1
- package/dist/chunk-M4JCQO5G.js.map +0 -1
- package/dist/chunk-R3I2GCZC.js +0 -682
- package/dist/chunk-R3I2GCZC.js.map +0 -1
- package/dist/issue-store-W2X33X2X.js +0 -28
- package/dist/issue-store-W2X33X2X.js.map +0 -1
- /package/dist/{chunk-NIASHOAB.js.map → chunk-SPQJC7RA.js.map} +0 -0
- /package/dist/{goal-manager-LAOT4QQX.js.map → goal-manager-AP4LTE6U.js.map} +0 -0
- /package/dist/{guardian-agent-M352CBE5.js.map → guardian-agent-WB6LWRLM.js.map} +0 -0
package/dist/cli/main.js
CHANGED
|
@@ -5,35 +5,35 @@ import {
|
|
|
5
5
|
LinearIngester,
|
|
6
6
|
completeBootstrap,
|
|
7
7
|
exportToJson,
|
|
8
|
+
formatAuditLog,
|
|
8
9
|
formatFriendlyError,
|
|
10
|
+
getAuditStatistics,
|
|
9
11
|
getAutonomyConfig,
|
|
12
|
+
getRecentAuditLogs,
|
|
13
|
+
getSkillAuditLogs,
|
|
10
14
|
getSkillCategories,
|
|
11
15
|
getStagedChanges,
|
|
12
16
|
getUncommittedChanges,
|
|
13
17
|
handleCheckpointCommand,
|
|
14
18
|
importFromJson,
|
|
19
|
+
initProjectInfo,
|
|
15
20
|
initializeBootstrapFiles,
|
|
16
21
|
loadConfig,
|
|
22
|
+
loadContextState,
|
|
23
|
+
loadProjectInfo,
|
|
17
24
|
needsBootstrap,
|
|
18
25
|
perceiveCurrentChanges,
|
|
26
|
+
projectInfoExists,
|
|
19
27
|
reasonAboutChangesHumanReadable,
|
|
20
28
|
recordBypass,
|
|
21
29
|
saveConfig,
|
|
22
30
|
shouldAutoFix,
|
|
23
31
|
shouldBlockPush,
|
|
24
32
|
trackIssueOccurrence
|
|
25
|
-
} from "../chunk-
|
|
33
|
+
} from "../chunk-CKYU5JOD.js";
|
|
26
34
|
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
getRecentAuditLogs,
|
|
30
|
-
getSkillAuditLogs,
|
|
31
|
-
initProjectInfo,
|
|
32
|
-
isTrieInitialized,
|
|
33
|
-
loadContextState,
|
|
34
|
-
loadProjectInfo,
|
|
35
|
-
projectInfoExists
|
|
36
|
-
} from "../chunk-CCI6LKXZ.js";
|
|
35
|
+
isTrieInitialized
|
|
36
|
+
} from "../chunk-HIKONDDO.js";
|
|
37
37
|
import {
|
|
38
38
|
ContextGraph,
|
|
39
39
|
GotchaPredictor,
|
|
@@ -42,25 +42,23 @@ import {
|
|
|
42
42
|
listTrackedProjects,
|
|
43
43
|
searchGlobalPatterns,
|
|
44
44
|
updateGlobalMemoryMd
|
|
45
|
-
} from "../chunk-
|
|
46
|
-
import "../chunk-F4NJ4CBP.js";
|
|
45
|
+
} from "../chunk-SPQJC7RA.js";
|
|
47
46
|
import "../chunk-IXO4G4D3.js";
|
|
48
|
-
import "../chunk-6NLHFIYA.js";
|
|
49
|
-
import {
|
|
50
|
-
getGuardianState
|
|
51
|
-
} from "../chunk-R3I2GCZC.js";
|
|
52
47
|
import {
|
|
53
48
|
getDailyLogs,
|
|
49
|
+
getGuardianState,
|
|
54
50
|
getMemoryStats,
|
|
55
51
|
getRecentIssues,
|
|
56
52
|
markIssueResolved,
|
|
57
53
|
purgeIssues,
|
|
58
54
|
searchIssues
|
|
59
|
-
} from "../chunk-
|
|
55
|
+
} from "../chunk-6JPPYG7F.js";
|
|
60
56
|
import {
|
|
61
57
|
getTrieDirectory,
|
|
62
58
|
getWorkingDirectory
|
|
63
59
|
} from "../chunk-R4AAPFXC.js";
|
|
60
|
+
import "../chunk-F4NJ4CBP.js";
|
|
61
|
+
import "../chunk-6NLHFIYA.js";
|
|
64
62
|
import "../chunk-APMV77PU.js";
|
|
65
63
|
import {
|
|
66
64
|
__require
|