@sulhadin/orchestrator 1.5.0 → 1.6.1

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/index.js +1 -12
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -12,18 +12,7 @@ const ORCHESTRA_SECTION_END = "<!-- /orchestra -->";
12
12
  const USER_DIRS = ["milestones"];
13
13
 
14
14
  const ALLOW_PERMISSIONS = [
15
- "Bash(npm *)",
16
- "Bash(npx *)",
17
- "Bash(node *)",
18
- "Bash(git *)",
19
- "Bash(yarn *)",
20
- "Bash(pnpm *)",
21
- "Bash(tsc *)",
22
- "Bash(npx tsc *)",
23
- "Bash(npx vitest *)",
24
- "Bash(mkdir *)",
25
- "Bash(cat *)",
26
- "Bash(ls *)",
15
+ "Bash(*)",
27
16
  "Read(*)",
28
17
  "Write(*)",
29
18
  "Edit(*)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sulhadin/orchestrator",
3
- "version": "1.5.0",
3
+ "version": "1.6.1",
4
4
  "description": "AI Team Orchestration System — multi-role coordination for Claude Code",
5
5
  "bin": {
6
6
  "orchestrator": "bin/index.js"