Problem
check-commands.yml only triggers on pull_request events. Direct pushes to staging bypass the native-conflict CI check. The publish.yml workflow has its own guard on push to main, but the standalone check has a gap.
Source: PR #1081 — fix(commands): native conflict resolution and CI guard
Confidence: CONFIRMED
Severity: LOW
Affected Files
.github/workflows/check-commands.yml:3 — Add push trigger for staging/main
Source Branch Context
Code branch: staging
Worktree base: origin/staging
Acceptance Criteria
Problem
check-commands.yml only triggers on pull_request events. Direct pushes to staging bypass the native-conflict CI check. The publish.yml workflow has its own guard on push to main, but the standalone check has a gap.
Source: PR #1081 — fix(commands): native conflict resolution and CI guard
Confidence: CONFIRMED
Severity: LOW
Affected Files
.github/workflows/check-commands.yml:3— Add push trigger for staging/mainSource Branch Context
Code branch:
stagingWorktree base:
origin/stagingAcceptance Criteria
staging