@clipboard-health/groundcrew 3.2.1 → 3.3.0

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.
package/README.md CHANGED
@@ -522,9 +522,9 @@ Cross-team projects work — the orchestrator caches the in-progress state ID pe
522
522
  </details>
523
523
 
524
524
  <details>
525
- <summary>Claude launches in bypass-permissions mode by default</summary>
525
+ <summary>Claude launches in auto mode by default</summary>
526
526
 
527
- Groundcrew creates isolated per-ticket worktrees for unattended runs, so the shipped `claude` command is `claude --permission-mode bypassPermissions` to avoid workspace-trust and tool-permission prompts blocking automation. Override `models.definitions.claude.cmd` for a stricter mode.
527
+ Groundcrew creates isolated per-ticket worktrees for unattended runs, so the shipped `claude` command is `claude --permission-mode auto` to let Claude proceed without stopping for clarifying questions while keeping its built-in safety prompts intact. Override `models.definitions.claude.cmd` for `bypassPermissions` if you need to suppress tool-permission prompts entirely, or for a stricter mode.
528
528
 
529
529
  </details>
530
530
 
@@ -100,7 +100,7 @@ export interface ModelDefinition {
100
100
  * for execution. The rendered prompt is appended as a single quoted
101
101
  * positional argument. `{{worktree}}` is replaced before launch.
102
102
  *
103
- * Keep this agent-native (e.g., `claude --permission-mode bypassPermissions`).
103
+ * Keep this agent-native (e.g., `claude --permission-mode auto`).
104
104
  * Groundcrew adds the Safehouse wrapper.
105
105
  */
106
106
  cmd: string;
@@ -42,7 +42,7 @@ const DEFAULT_ORCHESTRATOR = {
42
42
  };
43
43
  const DEFAULT_MODEL_DEFINITIONS = {
44
44
  claude: {
45
- cmd: "claude --permission-mode bypassPermissions",
45
+ cmd: "claude --permission-mode auto",
46
46
  color: "#C15F3C",
47
47
  usage: { codexbar: { provider: "claude" } },
48
48
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clipboard-health/groundcrew",
3
- "version": "3.2.1",
3
+ "version": "3.3.0",
4
4
  "description": "Linear-driven orchestrator that launches AI coding agents in git worktrees, with workspace lifecycle and usage tracking.",
5
5
  "keywords": [
6
6
  "agent",