You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin/.mcp.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
"command": "bash",
5
5
"args": [
6
6
"-c",
7
-
"command -v bun >/dev/null 2>&1 || { echo 'Error: Bun is required but not installed. Install it with: curl -fsSL https://bun.sh/install | bash' >&2; exit 1; }; exec bun run --cwd \"${CLAUDE_PLUGIN_ROOT}/mcp-server\" src/server.ts"
Copy file name to clipboardExpand all lines: plugin/skills/autopilot/SKILL.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,7 @@ Autopilot is designed for straightforward features. It pauses and returns contro
39
39
1.**Pause on blockers or ambiguity** - Never guess. If elaboration or execution encounters something unclear, stop and ask.
40
40
2.**Pause if elaboration generates more than 5 units** - Confirm scope with the user before proceeding to execution. More than 5 units suggests the feature may be too large or complex for autopilot.
41
41
3.**Pause before creating PR** - Always confirm with the user before delivery. Show a summary of what was built across all units.
42
-
4.**Config-aware mode** - Uses `workflow_mode: autonomous` from project config (`.ai-dlc/settings.yml`) if available. Falls back to interactive mode for any decision that could go wrong.
43
-
5.**No silent failures** - If any phase fails, stop immediately and report what happened. Do not attempt to recover autonomously from phase-level failures.
42
+
4.**No silent failures** - If any phase fails, stop immediately and report what happened. Do not attempt to recover autonomously from phase-level failures.
0 commit comments