Fast IronAI start-of-session GitHub runway check and main-branch sync. Use when asked to do a daily/session startup sanity check, keep local main synced with origin/main, classify open PR merge health (automerge labels, failing checks, merge conflicts), and decide whether to proceed or stop and run the full ironai-flow cleanup.
43:Ta39,
Run a strict 5-10 minute startup workflow. Keep changes minimal and safe.
main; use PR workflow..DS_Store or anything in backups/.git status --porcelain
Run:
git switch main
git fetch origin
git pull --rebase --autostash origin main
git status -sb
git log -1 --oneline
Confirm whether main is up to date and report the latest commit line.
gh and classify each as:
#<num> <title> — <mergeable/blocked/conflicts/checks failing> — labels: [...]
0 open PRs OR all open PRs are mergeable with green checks/auto-merging:
✅ RUNWAY CLEAR⚠️ RUNWAY NOT CLEAR — RUN ironai-flow (mega)Proceed only after ✅ RUNWAY CLEAR.
main.npm run build
npm test
If npm test is unavailable, run npm run test.
Provide exactly these sections:
Repo status: clean/dirty + what you didMain sync: up to date / pulled commits + last commit lineOpen PRs: count + listVerdict: ✅ RUNWAY CLEAR / ⚠️ RUN ironai-flow (mega)If proceeded: Traceability checklist✅ when met