chore(orchestrator): fix pre-existing #868 README prettier drift
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
packages/mosaic/framework/tools/orchestrator/README.md fails `pnpm format:check` on origin/main as-is (confirmed against the unmodified origin/main blob directly, unrelated to this branch's Patch-3 change). The repo-wide mandatory pre-push hook (`pnpm typecheck && pnpm lint && pnpm format:check`) blocks any push based on current main until this is fixed. Whitespace/table-alignment only via `prettier --write` -- no content change. Kept as its own commit so blame stays clean and this no-ops cleanly whenever #868's own fix lands on main first.
This commit is contained in:
@@ -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 -->
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user