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
fix: namespace intent branches as ai-dlc/{slug}/main
Git refs cannot be both a leaf node and a directory, so
ai-dlc/{slug} as a branch prevents creating unit branches
at ai-dlc/{slug}/{unit-slug}. This renames intent branches
to ai-dlc/{slug}/main, keeping unit branches at
ai-dlc/{slug}/{unit-slug}.
Updated branch patterns in all skills, hooks, and dag.sh.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: plugin/skills/elaborate/SKILL.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -672,7 +672,7 @@ Create the intent branch and worktree, then write files in `.ai-dlc/{intent-slug
672
672
**CRITICAL: The intent MUST run in an isolated worktree, not the main working directory. Create this BEFORE writing any artifacts so all files are committed to the intent branch.**
@@ -828,7 +828,7 @@ If the orchestrator is in a temporary workspace (`/tmp/ai-dlc-workspace-*`):
828
828
git push -u origin "$INTENT_BRANCH"
829
829
```
830
830
831
-
This ensures builders can pull the intent branch when working remotely. Note in the handoff: "Artifacts pushed to `ai-dlc/{intent-slug}` branch on remote."
831
+
This ensures builders can pull the intent branch when working remotely. Note in the handoff: "Artifacts pushed to `ai-dlc/{intent-slug}/main` branch on remote."
832
832
833
833
---
834
834
@@ -873,7 +873,7 @@ Tell the user:
873
873
Elaboration complete!
874
874
875
875
Intent Worktree: /tmp/ai-dlc-{intent-slug}/
876
-
Branch: ai-dlc/{intent-slug}
876
+
Branch: ai-dlc/{intent-slug}/main
877
877
878
878
Created: .ai-dlc/{intent-slug}/
879
879
- intent.md (intent, config, and testing requirements)
0 commit comments