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
docs(claude-md): 2 lessons from v7.3.1 release sequence (#559)
- Advisory CI workflows can post a PR comment with error text
while exiting 0 — judge blocking-ness by `gh pr checks` bucket,
NOT comment body text. Hit on PR #556 where the
security-scan.yml advisory job posted a "Could not extract
JSON from CLI output" comment despite both the required
`security` check and `Run Security Scanner` being green.
- Admin-merge dance: run as separate commands or `;`-separated,
never `&&`-chained. From a sub-worktree the merge step
reliably exits 1 (per the existing sub-worktree lesson) so an
`&&` chain stops the protection-restore from running.
Hit on both #556 and #558.
Both pair with existing lessons (Copilot Autofix family for the
first, sub-worktree merge-error family for the second).
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments