monomind 1.11.12 → 1.11.13

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.
Files changed (222) hide show
  1. package/.claude/commands/mastermind/idea.md +1 -1
  2. package/.claude/commands/mastermind/master.md +1 -1
  3. package/.claude/skills/mastermind/_protocol.md +4 -4
  4. package/.claude/skills/mastermind/build.md +3 -3
  5. package/.claude/skills/mastermind/content.md +3 -3
  6. package/.claude/skills/mastermind/createorg.md +2 -2
  7. package/.claude/skills/mastermind/finance.md +3 -3
  8. package/.claude/skills/mastermind/marketing.md +3 -3
  9. package/.claude/skills/mastermind/ops.md +3 -3
  10. package/.claude/skills/mastermind/release.md +3 -3
  11. package/.claude/skills/mastermind/research.md +3 -3
  12. package/.claude/skills/mastermind/review.md +3 -3
  13. package/.claude/skills/mastermind/sales.md +3 -3
  14. package/package.json +1 -1
  15. package/packages/@monomind/cli/dist/src/init/statusline-generator.js +3 -3
  16. package/packages/@monomind/cli/dist/src/observability/replay-reader.d.ts +1 -1
  17. package/packages/@monomind/cli/dist/src/update/checker.js +24 -7
  18. package/packages/@monomind/cli/dist/src/update/index.js +3 -6
  19. package/packages/@monomind/cli/package.json +1 -1
  20. package/packages/@monomind/cli/dist/src/agents/halt-signal.d.ts +0 -25
  21. package/packages/@monomind/cli/dist/src/agents/halt-signal.js +0 -76
  22. package/packages/@monomind/cli/dist/src/agents/index.d.ts +0 -18
  23. package/packages/@monomind/cli/dist/src/agents/index.js +0 -13
  24. package/packages/@monomind/cli/dist/src/agents/managed-agent.d.ts +0 -41
  25. package/packages/@monomind/cli/dist/src/agents/managed-agent.js +0 -69
  26. package/packages/@monomind/cli/dist/src/agents/prompt-experiment.d.ts +0 -23
  27. package/packages/@monomind/cli/dist/src/agents/prompt-experiment.js +0 -49
  28. package/packages/@monomind/cli/dist/src/agents/prompt-version-manager.d.ts +0 -22
  29. package/packages/@monomind/cli/dist/src/agents/prompt-version-manager.js +0 -80
  30. package/packages/@monomind/cli/dist/src/agents/registry-query.d.ts +0 -71
  31. package/packages/@monomind/cli/dist/src/agents/registry-query.js +0 -125
  32. package/packages/@monomind/cli/dist/src/agents/score-decay.d.ts +0 -19
  33. package/packages/@monomind/cli/dist/src/agents/score-decay.js +0 -22
  34. package/packages/@monomind/cli/dist/src/agents/shared-instructions-loader.d.ts +0 -13
  35. package/packages/@monomind/cli/dist/src/agents/shared-instructions-loader.js +0 -40
  36. package/packages/@monomind/cli/dist/src/agents/specialization-scorer.d.ts +0 -54
  37. package/packages/@monomind/cli/dist/src/agents/specialization-scorer.js +0 -212
  38. package/packages/@monomind/cli/dist/src/agents/termination-watcher.d.ts +0 -30
  39. package/packages/@monomind/cli/dist/src/agents/termination-watcher.js +0 -84
  40. package/packages/@monomind/cli/dist/src/agents/trigger-index.d.ts +0 -20
  41. package/packages/@monomind/cli/dist/src/agents/trigger-index.js +0 -38
  42. package/packages/@monomind/cli/dist/src/agents/trigger-scanner.d.ts +0 -64
  43. package/packages/@monomind/cli/dist/src/agents/trigger-scanner.js +0 -308
  44. package/packages/@monomind/cli/dist/src/agents/version-diff.d.ts +0 -18
  45. package/packages/@monomind/cli/dist/src/agents/version-diff.js +0 -64
  46. package/packages/@monomind/cli/dist/src/agents/version-store.d.ts +0 -60
  47. package/packages/@monomind/cli/dist/src/agents/version-store.js +0 -235
  48. package/packages/@monomind/cli/dist/src/benchmarks/pretrain/index.d.ts +0 -45
  49. package/packages/@monomind/cli/dist/src/benchmarks/pretrain/index.js +0 -404
  50. package/packages/@monomind/cli/dist/src/commands/agent-wasm.d.ts +0 -14
  51. package/packages/@monomind/cli/dist/src/commands/agent-wasm.js +0 -333
  52. package/packages/@monomind/cli/dist/src/commands/ui.js +0 -68
  53. package/packages/@monomind/cli/dist/src/consensus/index.d.ts +0 -7
  54. package/packages/@monomind/cli/dist/src/consensus/index.js +0 -6
  55. package/packages/@monomind/cli/dist/src/context/context-provider.d.ts +0 -44
  56. package/packages/@monomind/cli/dist/src/context/context-provider.js +0 -25
  57. package/packages/@monomind/cli/dist/src/context/git-state-provider.d.ts +0 -12
  58. package/packages/@monomind/cli/dist/src/context/git-state-provider.js +0 -34
  59. package/packages/@monomind/cli/dist/src/context/index.d.ts +0 -12
  60. package/packages/@monomind/cli/dist/src/context/index.js +0 -12
  61. package/packages/@monomind/cli/dist/src/context/project-conventions-provider.d.ts +0 -15
  62. package/packages/@monomind/cli/dist/src/context/project-conventions-provider.js +0 -19
  63. package/packages/@monomind/cli/dist/src/context/prompt-assembler.d.ts +0 -26
  64. package/packages/@monomind/cli/dist/src/context/prompt-assembler.js +0 -93
  65. package/packages/@monomind/cli/dist/src/context/task-history-provider.d.ts +0 -24
  66. package/packages/@monomind/cli/dist/src/context/task-history-provider.js +0 -32
  67. package/packages/@monomind/cli/dist/src/context/user-preferences-provider.d.ts +0 -14
  68. package/packages/@monomind/cli/dist/src/context/user-preferences-provider.js +0 -27
  69. package/packages/@monomind/cli/dist/src/dlq/dlq-reader.d.ts +0 -31
  70. package/packages/@monomind/cli/dist/src/dlq/dlq-reader.js +0 -81
  71. package/packages/@monomind/cli/dist/src/dlq/dlq-writer.d.ts +0 -24
  72. package/packages/@monomind/cli/dist/src/dlq/dlq-writer.js +0 -65
  73. package/packages/@monomind/cli/dist/src/dlq/index.d.ts +0 -10
  74. package/packages/@monomind/cli/dist/src/dlq/index.js +0 -7
  75. package/packages/@monomind/cli/dist/src/eval/dataset-manager.d.ts +0 -33
  76. package/packages/@monomind/cli/dist/src/eval/dataset-manager.js +0 -107
  77. package/packages/@monomind/cli/dist/src/eval/dataset-runner.d.ts +0 -23
  78. package/packages/@monomind/cli/dist/src/eval/dataset-runner.js +0 -59
  79. package/packages/@monomind/cli/dist/src/eval/index.d.ts +0 -10
  80. package/packages/@monomind/cli/dist/src/eval/index.js +0 -7
  81. package/packages/@monomind/cli/dist/src/eval/trace-collector.d.ts +0 -40
  82. package/packages/@monomind/cli/dist/src/eval/trace-collector.js +0 -102
  83. package/packages/@monomind/cli/dist/src/infrastructure/in-memory-repositories.d.ts +0 -68
  84. package/packages/@monomind/cli/dist/src/infrastructure/in-memory-repositories.js +0 -264
  85. package/packages/@monomind/cli/dist/src/interactive/interrupt.d.ts +0 -22
  86. package/packages/@monomind/cli/dist/src/interactive/interrupt.js +0 -71
  87. package/packages/@monomind/cli/dist/src/mcp/deprecation-injector.d.ts +0 -25
  88. package/packages/@monomind/cli/dist/src/mcp/deprecation-injector.js +0 -48
  89. package/packages/@monomind/cli/dist/src/mcp/tool-registry.d.ts +0 -61
  90. package/packages/@monomind/cli/dist/src/mcp/tool-registry.js +0 -246
  91. package/packages/@monomind/cli/dist/src/mcp-tools/wasm-agent-tools.d.ts +0 -9
  92. package/packages/@monomind/cli/dist/src/mcp-tools/wasm-agent-tools.js +0 -230
  93. package/packages/@monomind/cli/dist/src/model/complexity-scorer.d.ts +0 -21
  94. package/packages/@monomind/cli/dist/src/model/complexity-scorer.js +0 -106
  95. package/packages/@monomind/cli/dist/src/model/index.d.ts +0 -4
  96. package/packages/@monomind/cli/dist/src/model/index.js +0 -4
  97. package/packages/@monomind/cli/dist/src/model/model-settings.d.ts +0 -22
  98. package/packages/@monomind/cli/dist/src/model/model-settings.js +0 -33
  99. package/packages/@monomind/cli/dist/src/model/model-tier-resolver.d.ts +0 -24
  100. package/packages/@monomind/cli/dist/src/model/model-tier-resolver.js +0 -65
  101. package/packages/@monomind/cli/dist/src/monovector/capabilities.d.ts +0 -34
  102. package/packages/@monomind/cli/dist/src/monovector/capabilities.js +0 -37
  103. package/packages/@monomind/cli/dist/src/orchestration/index.d.ts +0 -7
  104. package/packages/@monomind/cli/dist/src/orchestration/index.js +0 -6
  105. package/packages/@monomind/cli/dist/src/orchestration/mode-dispatcher.d.ts +0 -11
  106. package/packages/@monomind/cli/dist/src/orchestration/mode-dispatcher.js +0 -31
  107. package/packages/@monomind/cli/dist/src/orchestration/routing-modes.d.ts +0 -68
  108. package/packages/@monomind/cli/dist/src/orchestration/routing-modes.js +0 -180
  109. package/packages/@monomind/cli/dist/src/plugins/tests/demo-plugin-store.d.ts +0 -7
  110. package/packages/@monomind/cli/dist/src/plugins/tests/demo-plugin-store.js +0 -126
  111. package/packages/@monomind/cli/dist/src/plugins/tests/standalone-test.d.ts +0 -12
  112. package/packages/@monomind/cli/dist/src/plugins/tests/standalone-test.js +0 -188
  113. package/packages/@monomind/cli/dist/src/plugins/tests/test-plugin-store.d.ts +0 -7
  114. package/packages/@monomind/cli/dist/src/plugins/tests/test-plugin-store.js +0 -206
  115. package/packages/@monomind/cli/dist/src/runtime/headless.d.ts +0 -60
  116. package/packages/@monomind/cli/dist/src/runtime/headless.js +0 -284
  117. package/packages/@monomind/cli/dist/src/services/agentic-flow-bridge.d.ts +0 -50
  118. package/packages/@monomind/cli/dist/src/services/agentic-flow-bridge.js +0 -95
  119. package/packages/@monomind/cli/dist/src/services/container-worker-pool.d.ts +0 -197
  120. package/packages/@monomind/cli/dist/src/services/container-worker-pool.js +0 -623
  121. package/packages/@monomind/cli/dist/src/services/index.d.ts +0 -13
  122. package/packages/@monomind/cli/dist/src/services/index.js +0 -11
  123. package/packages/@monomind/cli/dist/src/services/worker-queue.d.ts +0 -201
  124. package/packages/@monomind/cli/dist/src/services/worker-queue.js +0 -594
  125. package/packages/@monomind/cli/dist/src/swarm/communication-graph.d.ts +0 -25
  126. package/packages/@monomind/cli/dist/src/swarm/communication-graph.js +0 -77
  127. package/packages/@monomind/cli/dist/src/swarm/flow-enforcer.d.ts +0 -31
  128. package/packages/@monomind/cli/dist/src/swarm/flow-enforcer.js +0 -61
  129. package/packages/@monomind/cli/dist/src/swarm/flow-visualizer.d.ts +0 -19
  130. package/packages/@monomind/cli/dist/src/swarm/flow-visualizer.js +0 -68
  131. package/packages/@monomind/cli/dist/src/transfer/deploy-seraphine.d.ts +0 -13
  132. package/packages/@monomind/cli/dist/src/transfer/deploy-seraphine.js +0 -205
  133. package/packages/@monomind/cli/dist/src/transfer/store/tests/standalone-test.d.ts +0 -12
  134. package/packages/@monomind/cli/dist/src/transfer/store/tests/standalone-test.js +0 -190
  135. package/packages/@monomind/cli/dist/src/transfer/test-seraphine.d.ts +0 -6
  136. package/packages/@monomind/cli/dist/src/transfer/test-seraphine.js +0 -105
  137. package/packages/@monomind/cli/dist/src/transfer/tests/test-store.d.ts +0 -7
  138. package/packages/@monomind/cli/dist/src/transfer/tests/test-store.js +0 -214
  139. package/packages/@monomind/cli/dist/src/workflow/condition-evaluator.d.ts +0 -10
  140. package/packages/@monomind/cli/dist/src/workflow/condition-evaluator.js +0 -82
  141. package/packages/@monomind/cli/dist/src/workflow/context-resolver.d.ts +0 -12
  142. package/packages/@monomind/cli/dist/src/workflow/context-resolver.js +0 -23
  143. package/packages/@monomind/cli/dist/src/workflow/dag-builder.d.ts +0 -17
  144. package/packages/@monomind/cli/dist/src/workflow/dag-builder.js +0 -129
  145. package/packages/@monomind/cli/dist/src/workflow/dag-executor.d.ts +0 -9
  146. package/packages/@monomind/cli/dist/src/workflow/dag-executor.js +0 -116
  147. package/packages/@monomind/cli/dist/src/workflow/dag-types.d.ts +0 -41
  148. package/packages/@monomind/cli/dist/src/workflow/dag-types.js +0 -8
  149. package/packages/@monomind/cli/dist/src/workflow/dsl-parser.d.ts +0 -12
  150. package/packages/@monomind/cli/dist/src/workflow/dsl-parser.js +0 -20
  151. package/packages/@monomind/cli/dist/src/workflow/dsl-schema.d.ts +0 -165
  152. package/packages/@monomind/cli/dist/src/workflow/dsl-schema.js +0 -82
  153. package/packages/@monomind/cli/dist/src/workflow/index.d.ts +0 -13
  154. package/packages/@monomind/cli/dist/src/workflow/index.js +0 -11
  155. package/packages/@monomind/cli/dist/src/workflow/template-engine.d.ts +0 -11
  156. package/packages/@monomind/cli/dist/src/workflow/template-engine.js +0 -40
  157. package/packages/@monomind/cli/dist/src/workflow/workflow-executor.d.ts +0 -29
  158. package/packages/@monomind/cli/dist/src/workflow/workflow-executor.js +0 -227
  159. package/packages/@monomind/guidance/dist/adversarial.d.ts +0 -284
  160. package/packages/@monomind/guidance/dist/adversarial.js +0 -572
  161. package/packages/@monomind/guidance/dist/analyzer.d.ts +0 -530
  162. package/packages/@monomind/guidance/dist/analyzer.js +0 -2518
  163. package/packages/@monomind/guidance/dist/artifacts.d.ts +0 -283
  164. package/packages/@monomind/guidance/dist/artifacts.js +0 -356
  165. package/packages/@monomind/guidance/dist/authority.d.ts +0 -290
  166. package/packages/@monomind/guidance/dist/authority.js +0 -558
  167. package/packages/@monomind/guidance/dist/capabilities.d.ts +0 -209
  168. package/packages/@monomind/guidance/dist/capabilities.js +0 -485
  169. package/packages/@monomind/guidance/dist/coherence.d.ts +0 -233
  170. package/packages/@monomind/guidance/dist/coherence.js +0 -372
  171. package/packages/@monomind/guidance/dist/compiler.d.ts +0 -87
  172. package/packages/@monomind/guidance/dist/compiler.js +0 -419
  173. package/packages/@monomind/guidance/dist/conformance-kit.d.ts +0 -225
  174. package/packages/@monomind/guidance/dist/conformance-kit.js +0 -629
  175. package/packages/@monomind/guidance/dist/continue-gate.d.ts +0 -214
  176. package/packages/@monomind/guidance/dist/continue-gate.js +0 -353
  177. package/packages/@monomind/guidance/dist/crypto-utils.d.ts +0 -17
  178. package/packages/@monomind/guidance/dist/crypto-utils.js +0 -24
  179. package/packages/@monomind/guidance/dist/evolution.d.ts +0 -282
  180. package/packages/@monomind/guidance/dist/evolution.js +0 -500
  181. package/packages/@monomind/guidance/dist/gates.d.ts +0 -79
  182. package/packages/@monomind/guidance/dist/gates.js +0 -302
  183. package/packages/@monomind/guidance/dist/gateway.d.ts +0 -206
  184. package/packages/@monomind/guidance/dist/gateway.js +0 -452
  185. package/packages/@monomind/guidance/dist/generators.d.ts +0 -153
  186. package/packages/@monomind/guidance/dist/generators.js +0 -682
  187. package/packages/@monomind/guidance/dist/headless.d.ts +0 -177
  188. package/packages/@monomind/guidance/dist/headless.js +0 -342
  189. package/packages/@monomind/guidance/dist/hooks.d.ts +0 -109
  190. package/packages/@monomind/guidance/dist/hooks.js +0 -347
  191. package/packages/@monomind/guidance/dist/index.d.ts +0 -205
  192. package/packages/@monomind/guidance/dist/index.js +0 -321
  193. package/packages/@monomind/guidance/dist/ledger.d.ts +0 -162
  194. package/packages/@monomind/guidance/dist/ledger.js +0 -375
  195. package/packages/@monomind/guidance/dist/manifest-validator.d.ts +0 -289
  196. package/packages/@monomind/guidance/dist/manifest-validator.js +0 -838
  197. package/packages/@monomind/guidance/dist/memory-gate.d.ts +0 -222
  198. package/packages/@monomind/guidance/dist/memory-gate.js +0 -382
  199. package/packages/@monomind/guidance/dist/meta-governance.d.ts +0 -265
  200. package/packages/@monomind/guidance/dist/meta-governance.js +0 -348
  201. package/packages/@monomind/guidance/dist/optimizer.d.ts +0 -104
  202. package/packages/@monomind/guidance/dist/optimizer.js +0 -329
  203. package/packages/@monomind/guidance/dist/persistence.d.ts +0 -189
  204. package/packages/@monomind/guidance/dist/persistence.js +0 -464
  205. package/packages/@monomind/guidance/dist/proof.d.ts +0 -185
  206. package/packages/@monomind/guidance/dist/proof.js +0 -238
  207. package/packages/@monomind/guidance/dist/retriever.d.ts +0 -116
  208. package/packages/@monomind/guidance/dist/retriever.js +0 -394
  209. package/packages/@monomind/guidance/dist/ruvbot-integration.d.ts +0 -370
  210. package/packages/@monomind/guidance/dist/ruvbot-integration.js +0 -738
  211. package/packages/@monomind/guidance/dist/temporal.d.ts +0 -426
  212. package/packages/@monomind/guidance/dist/temporal.js +0 -658
  213. package/packages/@monomind/guidance/dist/trust.d.ts +0 -283
  214. package/packages/@monomind/guidance/dist/trust.js +0 -473
  215. package/packages/@monomind/guidance/dist/truth-anchors.d.ts +0 -276
  216. package/packages/@monomind/guidance/dist/truth-anchors.js +0 -488
  217. package/packages/@monomind/guidance/dist/types.d.ts +0 -378
  218. package/packages/@monomind/guidance/dist/types.js +0 -10
  219. package/packages/@monomind/guidance/dist/uncertainty.d.ts +0 -372
  220. package/packages/@monomind/guidance/dist/uncertainty.js +0 -619
  221. package/packages/@monomind/guidance/dist/wasm-kernel.d.ts +0 -48
  222. package/packages/@monomind/guidance/dist/wasm-kernel.js +0 -158
@@ -1,302 +0,0 @@
1
- /**
2
- * Hook-based Enforcement Gates
3
- *
4
- * Uses Monomind hooks to enforce non-negotiable rules.
5
- * The model can forget. The hook does not.
6
- *
7
- * Gates:
8
- * 1. Destructive ops gate - requires confirmation + rollback plan
9
- * 2. Tool allowlist gate - blocks non-allowlisted tools
10
- * 3. Diff size gate - requires plan + staged commits for large diffs
11
- * 4. Secrets gate - redacts and warns on secret patterns
12
- *
13
- * @module @monomind/guidance/gates
14
- */
15
- // ============================================================================
16
- // Default Configuration
17
- // ============================================================================
18
- const DEFAULT_GATE_CONFIG = {
19
- destructiveOps: true,
20
- toolAllowlist: false,
21
- diffSize: true,
22
- secrets: true,
23
- diffSizeThreshold: 300,
24
- allowedTools: [],
25
- secretPatterns: [
26
- /(?:api[_-]?key|apikey)\s*[:=]\s*['"][^'"]{8,}['"]/gi,
27
- /(?:secret|password|passwd|pwd)\s*[:=]\s*['"][^'"]{4,}['"]/gi,
28
- /(?:token|bearer)\s*[:=]\s*['"][^'"]{10,}['"]/gi,
29
- /-----BEGIN (?:RSA |EC |DSA )?PRIVATE KEY-----/g,
30
- /sk-[a-zA-Z0-9]{20,}/g,
31
- /ghp_[a-zA-Z0-9]{36}/g,
32
- /npm_[a-zA-Z0-9]{36}/g,
33
- /AKIA[0-9A-Z]{16}/g,
34
- ],
35
- destructivePatterns: [
36
- /\brm\s+-rf?\b/i,
37
- /\bdrop\s+(database|table|schema|index)\b/i,
38
- /\btruncate\s+table\b/i,
39
- /\bgit\s+push\s+.*--force\b/i,
40
- /\bgit\s+reset\s+--hard\b/i,
41
- /\bgit\s+clean\s+-fd?\b/i,
42
- /\bformat\s+[a-z]:/i,
43
- /\bdel\s+\/[sf]\b/i,
44
- /\b(?:kubectl|helm)\s+delete\s+(?:--all|namespace)\b/i,
45
- /\bDROP\s+(?:DATABASE|TABLE|SCHEMA)\b/i,
46
- /\bDELETE\s+FROM\s+\w+\s*$/i,
47
- /\bALTER\s+TABLE\s+\w+\s+DROP\b/i,
48
- ],
49
- };
50
- /** Severity ranking for gate decisions (module-level constant to avoid per-call allocation). */
51
- const GATE_DECISION_SEVERITY = {
52
- 'block': 3,
53
- 'require-confirmation': 2,
54
- 'warn': 1,
55
- 'allow': 0,
56
- };
57
- // ============================================================================
58
- // Enforcement Gates
59
- // ============================================================================
60
- export class EnforcementGates {
61
- config;
62
- activeRules = [];
63
- constructor(config = {}) {
64
- this.config = { ...DEFAULT_GATE_CONFIG, ...config };
65
- }
66
- /**
67
- * Update active rules from retrieval
68
- */
69
- setActiveRules(rules) {
70
- this.activeRules = rules;
71
- }
72
- /**
73
- * Update configuration
74
- */
75
- updateConfig(config) {
76
- this.config = { ...this.config, ...config };
77
- }
78
- /**
79
- * Evaluate all gates for a command
80
- */
81
- evaluateCommand(command) {
82
- const results = [];
83
- if (this.config.destructiveOps) {
84
- const result = this.evaluateDestructiveOps(command);
85
- if (result)
86
- results.push(result);
87
- }
88
- if (this.config.secrets) {
89
- const result = this.evaluateSecrets(command);
90
- if (result)
91
- results.push(result);
92
- }
93
- return results;
94
- }
95
- /**
96
- * Evaluate all gates for a tool use
97
- */
98
- evaluateToolUse(toolName, params) {
99
- const results = [];
100
- if (this.config.toolAllowlist && this.config.allowedTools.length > 0) {
101
- const result = this.evaluateToolAllowlist(toolName);
102
- if (result)
103
- results.push(result);
104
- }
105
- // Check tool params for secrets
106
- if (this.config.secrets) {
107
- const serialized = JSON.stringify(params);
108
- const result = this.evaluateSecrets(serialized);
109
- if (result)
110
- results.push(result);
111
- }
112
- return results;
113
- }
114
- /**
115
- * Evaluate all gates for a file edit
116
- */
117
- evaluateEdit(filePath, content, diffLines) {
118
- const results = [];
119
- if (this.config.diffSize) {
120
- const result = this.evaluateDiffSize(filePath, diffLines);
121
- if (result)
122
- results.push(result);
123
- }
124
- if (this.config.secrets) {
125
- const result = this.evaluateSecrets(content);
126
- if (result)
127
- results.push(result);
128
- }
129
- return results;
130
- }
131
- // ===== Individual Gate Implementations =====
132
- /**
133
- * Gate 1: Destructive Operations
134
- *
135
- * If command includes delete, drop, rm, force, migration,
136
- * require explicit confirmation and a rollback plan.
137
- */
138
- evaluateDestructiveOps(command) {
139
- for (const pattern of this.config.destructivePatterns) {
140
- // Reset lastIndex for global regex
141
- pattern.lastIndex = 0;
142
- const match = pattern.exec(command);
143
- if (match) {
144
- const triggeredRules = this.findTriggeredRules('security', 'critical');
145
- return {
146
- decision: 'require-confirmation',
147
- gateName: 'destructive-ops',
148
- reason: `Destructive operation detected: "${match[0]}". Requires explicit confirmation and a rollback plan before proceeding.`,
149
- triggeredRules: triggeredRules.map(r => r.id),
150
- remediation: [
151
- '1. Confirm this operation is intentional',
152
- '2. Document the rollback plan (e.g., git ref, backup, undo command)',
153
- '3. If this is a migration, ensure it has a down/rollback step',
154
- ].join('\n'),
155
- metadata: {
156
- matchedPattern: match[0],
157
- fullCommand: command,
158
- },
159
- };
160
- }
161
- }
162
- return null;
163
- }
164
- /**
165
- * Gate 2: Tool Allowlist
166
- *
167
- * If tool not in allowlist, block and ask for permission.
168
- */
169
- evaluateToolAllowlist(toolName) {
170
- if (this.config.allowedTools.length === 0)
171
- return null;
172
- const allowed = this.config.allowedTools.some(t => t === toolName || t === '*' || (t.endsWith('*') && toolName.startsWith(t.slice(0, -1))));
173
- if (!allowed) {
174
- return {
175
- decision: 'block',
176
- gateName: 'tool-allowlist',
177
- reason: `Tool "${toolName}" is not in the allowlist. Request permission before using this tool.`,
178
- triggeredRules: this.findTriggeredRules('security').map(r => r.id),
179
- remediation: `Add "${toolName}" to the tool allowlist in gate configuration, or get explicit user approval.`,
180
- metadata: {
181
- blockedTool: toolName,
182
- allowedTools: this.config.allowedTools,
183
- },
184
- };
185
- }
186
- return null;
187
- }
188
- /**
189
- * Gate 3: Diff Size
190
- *
191
- * If patch exceeds threshold, require a plan and staged commits.
192
- */
193
- evaluateDiffSize(filePath, diffLines) {
194
- if (diffLines <= this.config.diffSizeThreshold)
195
- return null;
196
- return {
197
- decision: 'warn',
198
- gateName: 'diff-size',
199
- reason: `Diff for "${filePath}" is ${diffLines} lines (threshold: ${this.config.diffSizeThreshold}). Large changes should be planned and staged.`,
200
- triggeredRules: this.findTriggeredRules('architecture').map(r => r.id),
201
- remediation: [
202
- '1. Create a plan breaking this change into logical commits',
203
- '2. Stage changes incrementally (one concern per commit)',
204
- '3. Run tests after each staged commit',
205
- '4. Consider if this change should be split into multiple PRs',
206
- ].join('\n'),
207
- metadata: {
208
- filePath,
209
- diffLines,
210
- threshold: this.config.diffSizeThreshold,
211
- },
212
- };
213
- }
214
- /**
215
- * Gate 4: Secrets Detection
216
- *
217
- * If output matches secret patterns, redact and warn.
218
- */
219
- evaluateSecrets(content) {
220
- const detectedSecrets = [];
221
- for (const pattern of this.config.secretPatterns) {
222
- // Reset lastIndex for global regex
223
- pattern.lastIndex = 0;
224
- const matches = content.match(pattern);
225
- if (matches) {
226
- for (const match of matches) {
227
- // Redact the secret (show first 4 and last 4 chars)
228
- const redacted = match.length > 12
229
- ? `${match.slice(0, 4)}${'*'.repeat(match.length - 8)}${match.slice(-4)}`
230
- : '*'.repeat(match.length);
231
- detectedSecrets.push(redacted);
232
- }
233
- }
234
- }
235
- if (detectedSecrets.length === 0)
236
- return null;
237
- return {
238
- decision: 'block',
239
- gateName: 'secrets',
240
- reason: `Detected ${detectedSecrets.length} potential secret(s) in content. Secrets must not be committed or exposed.`,
241
- triggeredRules: this.findTriggeredRules('security', 'critical').map(r => r.id),
242
- remediation: [
243
- '1. Move secrets to environment variables',
244
- '2. Use .env files (ensure they are in .gitignore)',
245
- '3. Use a secret management service for production',
246
- `Detected patterns: ${detectedSecrets.join(', ')}`,
247
- ].join('\n'),
248
- metadata: {
249
- secretCount: detectedSecrets.length,
250
- redactedSecrets: detectedSecrets,
251
- },
252
- };
253
- }
254
- // ===== Aggregate Evaluation =====
255
- /**
256
- * Get the most restrictive decision from multiple gate results
257
- */
258
- aggregateDecision(results) {
259
- if (results.length === 0)
260
- return 'allow';
261
- let maxSeverity = 0;
262
- let worstDecision = 'allow';
263
- for (const result of results) {
264
- const s = GATE_DECISION_SEVERITY[result.decision];
265
- if (s > maxSeverity) {
266
- maxSeverity = s;
267
- worstDecision = result.decision;
268
- }
269
- }
270
- return worstDecision;
271
- }
272
- /**
273
- * Get gate statistics
274
- */
275
- getActiveGateCount() {
276
- let count = 0;
277
- if (this.config.destructiveOps)
278
- count++;
279
- if (this.config.toolAllowlist && this.config.allowedTools.length > 0)
280
- count++;
281
- if (this.config.diffSize)
282
- count++;
283
- if (this.config.secrets)
284
- count++;
285
- return count;
286
- }
287
- // ===== Helpers =====
288
- findTriggeredRules(domain, riskClass) {
289
- return this.activeRules.filter(r => {
290
- const domainMatch = r.domains.includes(domain);
291
- const riskMatch = !riskClass || r.riskClass === riskClass;
292
- return domainMatch && riskMatch;
293
- });
294
- }
295
- }
296
- /**
297
- * Create enforcement gates
298
- */
299
- export function createGates(config) {
300
- return new EnforcementGates(config);
301
- }
302
- //# sourceMappingURL=gates.js.map
@@ -1,206 +0,0 @@
1
- /**
2
- * Deterministic Tool Gateway
3
- *
4
- * Extends EnforcementGates with idempotency, schema validation,
5
- * and budget metering. Every tool call passes through a deterministic
6
- * pipeline: idempotency check -> schema validation -> budget check ->
7
- * enforcement gates -> allow/deny.
8
- *
9
- * @module @monomind/guidance/gateway
10
- */
11
- import { EnforcementGates } from './gates.js';
12
- import type { GateConfig } from './types.js';
13
- /**
14
- * Schema definition for a tool's parameters
15
- */
16
- export interface ToolSchema {
17
- /** Tool name this schema applies to */
18
- toolName: string;
19
- /** Parameters that must be present */
20
- requiredParams: string[];
21
- /** Parameters that may be present */
22
- optionalParams: string[];
23
- /** Expected type for each parameter */
24
- paramTypes: Record<string, 'string' | 'number' | 'boolean' | 'object' | 'array'>;
25
- /** Maximum total serialized size of all parameters in bytes */
26
- maxParamSize: number;
27
- /** Optional whitelist of allowed values per parameter */
28
- allowedValues?: Record<string, unknown[]>;
29
- }
30
- /**
31
- * Multi-dimensional budget tracking
32
- */
33
- export interface Budget {
34
- tokenBudget: {
35
- used: number;
36
- limit: number;
37
- };
38
- toolCallBudget: {
39
- used: number;
40
- limit: number;
41
- };
42
- storageBudget: {
43
- usedBytes: number;
44
- limitBytes: number;
45
- };
46
- timeBudget: {
47
- usedMs: number;
48
- limitMs: number;
49
- };
50
- costBudget: {
51
- usedUsd: number;
52
- limitUsd: number;
53
- };
54
- }
55
- /**
56
- * Record of a previous tool call for idempotency
57
- */
58
- export interface IdempotencyRecord {
59
- /** SHA-256 of tool name + sorted params */
60
- key: string;
61
- /** Tool that was called */
62
- toolName: string;
63
- /** Hash of the parameters */
64
- paramsHash: string;
65
- /** Cached result from the call */
66
- result: unknown;
67
- /** When the call was recorded */
68
- timestamp: number;
69
- /** Time-to-live in milliseconds */
70
- ttlMs: number;
71
- }
72
- /**
73
- * Decision returned by the gateway for each tool call evaluation
74
- */
75
- export interface GatewayDecision {
76
- /** Whether the call is allowed */
77
- allowed: boolean;
78
- /** Human-readable reason for the decision */
79
- reason: string;
80
- /** Which gate produced the decision (or 'none' if allowed) */
81
- gate: string;
82
- /** Evidence of what was checked */
83
- evidence: Record<string, unknown>;
84
- /** Whether an idempotency cache hit occurred */
85
- idempotencyHit: boolean;
86
- /** Cached result if idempotency hit */
87
- cachedResult?: unknown;
88
- /** Remaining budget after this decision */
89
- budgetRemaining?: Budget;
90
- }
91
- export interface ToolGatewayConfig {
92
- /** Tool schemas for validation */
93
- schemas?: ToolSchema[];
94
- /** Budget limits (partial; defaults to Infinity for unset dimensions) */
95
- budget?: Partial<Budget>;
96
- /** Default TTL for idempotency records in milliseconds */
97
- idempotencyTtlMs?: number;
98
- /** Maximum idempotency cache entries (default 10000) */
99
- maxCacheSize?: number;
100
- /** If true, evidence must be non-empty for allow decisions */
101
- requireEvidence?: boolean;
102
- /** Gate configuration passed through to EnforcementGates */
103
- gateConfig?: Partial<GateConfig>;
104
- }
105
- export declare class DeterministicToolGateway {
106
- private readonly gates;
107
- private readonly schemas;
108
- private budget;
109
- private readonly idempotencyTtlMs;
110
- private readonly maxCacheSize;
111
- private readonly requireEvidence;
112
- private readonly idempotencyCache;
113
- private lastCleanupTime;
114
- private static readonly CLEANUP_INTERVAL_MS;
115
- constructor(config?: ToolGatewayConfig);
116
- /**
117
- * Evaluate whether a tool call should be allowed.
118
- *
119
- * Pipeline:
120
- * 1. Check idempotency cache
121
- * 2. Validate params against schema
122
- * 3. Check budget
123
- * 4. Run EnforcementGates checks
124
- * 5. Return decision with remaining budget
125
- */
126
- evaluate(toolName: string, params: Record<string, unknown>, context?: Record<string, unknown>): GatewayDecision;
127
- /**
128
- * Record a completed tool call.
129
- * Updates budgets and stores the result in the idempotency cache.
130
- */
131
- recordCall(toolName: string, params: Record<string, unknown>, result: unknown, durationMs: number, tokenCount?: number): void;
132
- /**
133
- * Validate tool parameters against the registered schema.
134
- * Returns valid:true if no schema is registered for the tool.
135
- */
136
- validateSchema(toolName: string, params: Record<string, unknown>): {
137
- valid: boolean;
138
- errors: string[];
139
- };
140
- /**
141
- * Check whether all budget dimensions are within limits.
142
- */
143
- checkBudget(): {
144
- withinBudget: boolean;
145
- budgetStatus: Budget;
146
- };
147
- /**
148
- * Compute a deterministic idempotency key from tool name and params.
149
- * Uses SHA-256 of `toolName:sortedParamsJSON`.
150
- */
151
- getIdempotencyKey(toolName: string, params: Record<string, unknown>): string;
152
- /**
153
- * Reset all budget counters to zero.
154
- */
155
- resetBudget(): void;
156
- /**
157
- * Get a snapshot of the current budget.
158
- */
159
- getBudget(): Budget;
160
- /**
161
- * Get all idempotency records (including expired ones not yet cleaned).
162
- */
163
- getCallHistory(): IdempotencyRecord[];
164
- /**
165
- * Access the underlying EnforcementGates instance.
166
- */
167
- getGates(): EnforcementGates;
168
- /**
169
- * Remove expired idempotency records (batched on interval to avoid per-call overhead).
170
- */
171
- private maybeCleanExpiredIdempotency;
172
- /**
173
- * Compute a deterministic SHA-256 key from tool name and sorted params.
174
- */
175
- private computeIdempotencyKey;
176
- /**
177
- * Compute a SHA-256 hash of params only (for the IdempotencyRecord).
178
- */
179
- private computeParamsHash;
180
- /**
181
- * Recursively sort object keys for deterministic serialization.
182
- */
183
- private sortObject;
184
- /**
185
- * Determine the type string for a parameter value.
186
- */
187
- private getParamType;
188
- /**
189
- * Create a deep clone of the current budget.
190
- */
191
- private cloneBudget;
192
- /**
193
- * Merge a partial budget config with defaults.
194
- */
195
- private mergeBudget;
196
- private cloneDefaultBudget;
197
- /**
198
- * Find which budget dimensions have been exceeded.
199
- */
200
- private findExceededBudgets;
201
- }
202
- /**
203
- * Create a DeterministicToolGateway instance
204
- */
205
- export declare function createToolGateway(config?: ToolGatewayConfig): DeterministicToolGateway;
206
- //# sourceMappingURL=gateway.d.ts.map