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: AGENTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,7 @@ Skills own workflows; root owns hard policy and routing.
163
163
- Issue/PR start: `git status -sb`; if clean, `git pull --ff-only`; if dirty, yell before pull/rebase.
164
164
- PR refs: `gh pr view/diff` or `gh api`, not web search. Prefer `gitcrawl` for maintainer discovery; missing/stale `gitcrawl` falls through to live `gh`, not contributor setup. Verify live with `gh` before mutation.
165
165
- zsh: quote `gh api` endpoints containing `?` or brackets; otherwise glob expansion corrupts the invocation.
166
+
- GitHub Actions: resolve workflow files from `.github/workflows` or API; never infer filenames from display names.
166
167
- zsh: quote command globs; unmatched patterns abort before the tool runs.
167
168
-`scripts/pr` artifacts: preserve template enum values; validate before prepare.
168
169
- Bare issue/PR URL/number: inspect live and take the efficient maintainer path; switch branches/refs when useful.
0 commit comments