@triedotdev/mcp 1.0.51 → 1.0.53

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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  AgentSmithSkill,
3
3
  SUB_AGENT_PATTERNS
4
- } from "./chunk-A43476GB.js";
4
+ } from "./chunk-JMW3JVYT.js";
5
5
  import "./chunk-ASGSTVVF.js";
6
6
  import "./chunk-DGUM43GV.js";
7
7
  export {
@@ -9,4 +9,4 @@ export {
9
9
  AgentSmithSkill,
10
10
  SUB_AGENT_PATTERNS
11
11
  };
12
- //# sourceMappingURL=agent-smith-BECRZH73.js.map
12
+ //# sourceMappingURL=agent-smith-MCTLZS2P.js.map
@@ -3,7 +3,7 @@ import {
3
3
  getAIStatusMessage,
4
4
  isAIAvailable,
5
5
  runAIAnalysis
6
- } from "./chunk-A43476GB.js";
6
+ } from "./chunk-JMW3JVYT.js";
7
7
  import {
8
8
  getWorkingDirectory
9
9
  } from "./chunk-ASGSTVVF.js";
@@ -553,4 +553,4 @@ ${getAIStatusMessage()}`);
553
553
  export {
554
554
  runAgentSmith
555
555
  };
556
- //# sourceMappingURL=agent-smith-runner-LZRXM2Q2.js.map
556
+ //# sourceMappingURL=agent-smith-runner-IPEGL4HM.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  Executor,
3
3
  Triager
4
- } from "./chunk-C3AS5OXW.js";
4
+ } from "./chunk-NCRZZNPC.js";
5
5
  import {
6
6
  getWorkingDirectory
7
7
  } from "./chunk-ASGSTVVF.js";
@@ -1664,16 +1664,6 @@ var TrieError = class extends Error {
1664
1664
  this.userMessage = userMessage;
1665
1665
  }
1666
1666
  };
1667
- var MissingAPIKeyError = class extends TrieError {
1668
- constructor(message = "Missing ANTHROPIC_API_KEY") {
1669
- super(
1670
- message,
1671
- "MISSING_API_KEY",
1672
- "No API key detected. Set ANTHROPIC_API_KEY for best results; continuing with offline templates.",
1673
- true
1674
- );
1675
- }
1676
- };
1677
1667
  function formatFriendlyError(error) {
1678
1668
  if (error instanceof TrieError) {
1679
1669
  return { userMessage: error.userMessage, code: error.code };
@@ -2036,6 +2026,7 @@ var TrieFeedbackTool = class {
2036
2026
 
2037
2027
  export {
2038
2028
  SKILL_CATEGORIES,
2029
+ detectStack,
2039
2030
  getSkillsByCategory,
2040
2031
  getSkillCategories,
2041
2032
  loadBootstrapContext,
@@ -2051,11 +2042,10 @@ export {
2051
2042
  ContextGraph,
2052
2043
  perceiveCurrentChanges,
2053
2044
  reasonAboutChangesHumanReadable,
2054
- MissingAPIKeyError,
2055
2045
  formatFriendlyError,
2056
2046
  exportToJson,
2057
2047
  importFromJson,
2058
2048
  IncidentIndex,
2059
2049
  TrieFeedbackTool
2060
2050
  };
2061
- //# sourceMappingURL=chunk-IEFAQFDQ.js.map
2051
+ //# sourceMappingURL=chunk-HPNTWPZU.js.map