@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/main.js
CHANGED
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
shouldAutoFix,
|
|
18
18
|
shouldBlockPush,
|
|
19
19
|
trackIssueOccurrence
|
|
20
|
-
} from "../chunk-
|
|
20
|
+
} from "../chunk-TBL3FWWG.js";
|
|
21
21
|
import {
|
|
22
22
|
SKILL_CATEGORIES,
|
|
23
23
|
createSavedPattern,
|
|
@@ -32,15 +32,15 @@ import {
|
|
|
32
32
|
saveConfig,
|
|
33
33
|
savePatternToProject,
|
|
34
34
|
savePatternsToProject
|
|
35
|
-
} from "../chunk-
|
|
35
|
+
} from "../chunk-3HTPH3P2.js";
|
|
36
36
|
import {
|
|
37
37
|
ContextGraph,
|
|
38
38
|
GotchaPredictor
|
|
39
|
-
} from "../chunk-
|
|
39
|
+
} from "../chunk-OXZKSR6J.js";
|
|
40
40
|
import "../chunk-FCMAQSV7.js";
|
|
41
41
|
import {
|
|
42
42
|
getGuardianState
|
|
43
|
-
} from "../chunk-
|
|
43
|
+
} from "../chunk-CFE7FZU7.js";
|
|
44
44
|
import {
|
|
45
45
|
formatAuditLog,
|
|
46
46
|
getAuditStatistics,
|
|
@@ -54,18 +54,18 @@ import {
|
|
|
54
54
|
projectInfoExists,
|
|
55
55
|
recordSkillInstalled,
|
|
56
56
|
removeSkill
|
|
57
|
-
} from "../chunk-
|
|
57
|
+
} from "../chunk-BBEFK56U.js";
|
|
58
58
|
import {
|
|
59
59
|
findCrossProjectPatterns,
|
|
60
60
|
getGlobalMemoryStats,
|
|
61
61
|
listTrackedProjects,
|
|
62
62
|
searchGlobalPatterns,
|
|
63
63
|
updateGlobalMemoryMd
|
|
64
|
-
} from "../chunk-
|
|
64
|
+
} from "../chunk-D35TI7NY.js";
|
|
65
65
|
import "../chunk-SH2JIQLB.js";
|
|
66
66
|
import "../chunk-6NLHFIYA.js";
|
|
67
|
-
import "../chunk-
|
|
68
|
-
import "../chunk-
|
|
67
|
+
import "../chunk-F3WW4FY2.js";
|
|
68
|
+
import "../chunk-GMKPXL4Q.js";
|
|
69
69
|
import {
|
|
70
70
|
getDailyLogs,
|
|
71
71
|
getMemoryStats,
|
|
@@ -73,10 +73,11 @@ import {
|
|
|
73
73
|
markIssueResolved,
|
|
74
74
|
purgeIssues,
|
|
75
75
|
searchIssues
|
|
76
|
-
} from "../chunk-
|
|
76
|
+
} from "../chunk-JG2TAVAO.js";
|
|
77
77
|
import {
|
|
78
|
+
getTrieDirectory,
|
|
78
79
|
getWorkingDirectory
|
|
79
|
-
} from "../chunk-
|
|
80
|
+
} from "../chunk-D5VEUZLP.js";
|
|
80
81
|
import "../chunk-MIL54SAF.js";
|
|
81
82
|
import {
|
|
82
83
|
__require
|
|
@@ -1819,7 +1820,7 @@ async function removeOrphanEdges(graph) {
|
|
|
1819
1820
|
async function handleReconcileCommand(args) {
|
|
1820
1821
|
try {
|
|
1821
1822
|
const projectPath = getWorkingDirectory(void 0, true);
|
|
1822
|
-
const source = args.find((a) => a.startsWith("--from="))?.replace("--from=", "") ?? path4.join(projectPath, "
|
|
1823
|
+
const source = args.find((a) => a.startsWith("--from="))?.replace("--from=", "") ?? path4.join(getTrieDirectory(projectPath), "context.json");
|
|
1823
1824
|
const graph = new ContextGraph(projectPath);
|
|
1824
1825
|
await importFromJson(graph, "", source);
|
|
1825
1826
|
const removed = await removeOrphanEdges(graph);
|
|
@@ -1835,7 +1836,7 @@ import fs3 from "fs";
|
|
|
1835
1836
|
import path5 from "path";
|
|
1836
1837
|
async function handleQuietCommand() {
|
|
1837
1838
|
const projectPath = getWorkingDirectory(void 0, true);
|
|
1838
|
-
const quietPath = path5.join(projectPath, "
|
|
1839
|
+
const quietPath = path5.join(getTrieDirectory(projectPath), "quiet.json");
|
|
1839
1840
|
const until = new Date(Date.now() + 60 * 60 * 1e3).toISOString();
|
|
1840
1841
|
const payload = { until };
|
|
1841
1842
|
try {
|
|
@@ -2651,7 +2652,7 @@ BUILT-IN SCOUTS:
|
|
|
2651
2652
|
|
|
2652
2653
|
Custom Skills:
|
|
2653
2654
|
\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500`);
|
|
2654
|
-
const skillsDir = join2(getWorkingDirectory(void 0, true), "
|
|
2655
|
+
const skillsDir = join2(getTrieDirectory(getWorkingDirectory(void 0, true)), "agents");
|
|
2655
2656
|
if (existsSync4(skillsDir)) {
|
|
2656
2657
|
try {
|
|
2657
2658
|
const { readdirSync } = __require("fs");
|
|
@@ -2773,7 +2774,7 @@ Next steps:
|
|
|
2773
2774
|
}
|
|
2774
2775
|
if (subcommand === "edit") {
|
|
2775
2776
|
const editor = process.env.EDITOR || process.env.VISUAL || "nano";
|
|
2776
|
-
const projectPath = join2(workDir, "
|
|
2777
|
+
const projectPath = join2(getTrieDirectory(workDir), "PROJECT.md");
|
|
2777
2778
|
if (!projectInfoExists(workDir)) {
|
|
2778
2779
|
console.log("No PROJECT.md found. Creating one first...");
|
|
2779
2780
|
await initProjectInfo(workDir);
|
|
@@ -2819,7 +2820,7 @@ This info is available via trie://project MCP resource.
|
|
|
2819
2820
|
\u2551 \u{1F4CB} Project Information \u2551
|
|
2820
2821
|
\u255A\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255D
|
|
2821
2822
|
|
|
2822
|
-
Path: ${join2(workDir, "
|
|
2823
|
+
Path: ${join2(getTrieDirectory(workDir), "PROJECT.md")}
|
|
2823
2824
|
|
|
2824
2825
|
${"-".repeat(68)}
|
|
2825
2826
|
`);
|