@triedotdev/mcp 1.0.133 → 1.0.135

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.
@@ -3,7 +3,7 @@ import {
3
3
  InteractiveDashboard,
4
4
  StreamingManager,
5
5
  TrieScanTool
6
- } from "../chunk-LMFREFAP.js";
6
+ } from "../chunk-TFGNTSMH.js";
7
7
  import "../chunk-T62V4H5O.js";
8
8
  import "../chunk-DFPVUMVE.js";
9
9
  import "../chunk-T4THB2OR.js";
package/dist/index.js CHANGED
@@ -2,6 +2,9 @@
2
2
  import {
3
3
  CodebaseIndex
4
4
  } from "./chunk-6VIMBFUZ.js";
5
+ import {
6
+ getSkillRegistry
7
+ } from "./chunk-G76DYVGX.js";
5
8
  import {
6
9
  LinearIngester,
7
10
  appendToSection,
@@ -41,7 +44,7 @@ import {
41
44
  getPrompt,
42
45
  getSystemPrompt,
43
46
  handleCheckpointTool
44
- } from "./chunk-LMFREFAP.js";
47
+ } from "./chunk-TFGNTSMH.js";
45
48
  import "./chunk-T62V4H5O.js";
46
49
  import "./chunk-DFPVUMVE.js";
47
50
  import "./chunk-T4THB2OR.js";
@@ -87,9 +90,6 @@ import {
87
90
  import {
88
91
  ContextGraph
89
92
  } 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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triedotdev/mcp",
3
- "version": "1.0.133",
3
+ "version": "1.0.135",
4
4
  "description": "Trainable AI Agent for Maintaining AI-Generated Codebases",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -70,6 +70,7 @@
70
70
  "@typescript-eslint/eslint-plugin": "^6.13.0",
71
71
  "@typescript-eslint/parser": "^6.13.0",
72
72
  "eslint": "^8.55.0",
73
+ "ink-testing-library": "^4.0.0",
73
74
  "tsup": "^8.0.0",
74
75
  "tsx": "^4.6.0",
75
76
  "vitest": "^1.0.0"