fix(tools/git): ci-queue-wait.sh treats 404 branch-absent as queue-clear #874

Merged
Mos merged 2 commits from fix/ci-queue-wait-404-branch-absent into main 2026-07-23 17:08:58 +00:00
Showing only changes of commit 23cbdaf8df - Show all commits

View File

@@ -5,7 +5,7 @@ session health, continuation, and board maintenance. See
`framework/guides/ORCHESTRATOR-PROTOCOL.md` for the surrounding process. `framework/guides/ORCHESTRATOR-PROTOCOL.md` for the surrounding process.
| Script | Purpose | | Script | Purpose |
|--------|---------| | -------------------- | ----------------------------------------------------------------------------------------------- |
| `mission-init.sh` | Initialize a new orchestration mission (manifest, scratchpad, TASKS.md). | | `mission-init.sh` | Initialize a new orchestration mission (manifest, scratchpad, TASKS.md). |
| `mission-status.sh` | Show the mission progress dashboard. | | `mission-status.sh` | Show the mission progress dashboard. |
| `session-run.sh` | Generate continuation context and launch the target runtime. | | `session-run.sh` | Generate continuation context and launch the target runtime. |
@@ -35,16 +35,23 @@ always-current `##` sections) is pinned and never touched:
```markdown ```markdown
# MOS ORCHESTRATION BOARD — LIVE state # MOS ORCHESTRATION BOARD — LIVE state
> protocol blockquote … (pinned) > protocol blockquote … (pinned)
## 🟦 Curated always-current section (pinned) ## 🟦 Curated always-current section (pinned)
<!-- BOARD-ROLL:START --> <!-- BOARD-ROLL:START -->
### 2026-07-22 (mid²²) — newest tick, stays longest ### 2026-07-22 (mid²²) — newest tick, stays longest
### 2026-07-20 (dawn) — oldest tick, rolled first ### 2026-07-20 (dawn) — oldest tick, rolled first
<!-- BOARD-ROLL:END --> <!-- BOARD-ROLL:END -->
``` ```