@jaggerxtrm/specialists 2.1.17 → 2.1.18

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 (2) hide show
  1. package/bin/install.js +0 -17
  2. package/package.json +1 -1
package/bin/install.js CHANGED
@@ -82,23 +82,6 @@ function registerMCP() {
82
82
 
83
83
  // ── Hook installation ─────────────────────────────────────────────────────────
84
84
 
85
- const WRITE_TOOLS = new Set(['Edit', 'Write', 'MultiEdit', 'NotebookEdit']);
86
-
87
- if (WRITE_TOOLS.has(tool)) {
88
- process.stderr.write(blockMsg + '\\n');
89
- process.exit(2);
90
- }
91
-
92
- if (tool === 'Bash') {
93
- const cmd = input.tool_input?.command ?? '';
94
- if (/^git (commit|push)/.test(cmd)) {
95
- process.stderr.write(blockMsg + '\\n');
96
- process.exit(2);
97
- }
98
- }
99
-
100
- process.exit(0);
101
- `;
102
85
 
103
86
  const HOOK_ENTRY = {
104
87
  matcher: 'Edit|Write|MultiEdit|NotebookEdit|Bash',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaggerxtrm/specialists",
3
- "version": "2.1.17",
3
+ "version": "2.1.18",
4
4
  "description": "OmniSpecialist — 7-tool MCP orchestration layer powered by the Specialist System. Discover and execute .specialist.yaml files across project/user/system scopes via pi.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",