fix(skills): allow direct commit on main as non-default option

This commit is contained in:
Trevin Chow
2026-03-13 15:26:51 -07:00
parent 6969014532
commit 0c333b08c9

View File

@@ -497,10 +497,9 @@ First, run `git branch --show-current` to determine the current branch. Then pre
**If the current branch is main, master, or the repo's default branch:**
Do NOT offer to commit directly to main. Always offer a branch first:
1. Create a branch, commit, and open a PR (recommended)
2. Don't commit — I'll handle it
2. Commit directly to this branch
3. Don't commit — I'll handle it
**If the current branch is a feature branch, clean working tree:**