style(federation): re-run prettier on TASKS.md (unblock format:check) #679

Merged
jason.woltje merged 1 commits from fix/federation-tasks-prettier into main 2026-06-24 22:51:23 +00:00
Owner

What

Re-runs prettier on docs/federation/TASKS.md to restore markdown table alignment.

Why

#678 (commit 7035cd2) merged docs/federation/TASKS.md with an unaligned table — the M3-11 depends_on edit widened that column without re-padding the rest. The repo-wide pnpm format:check in the pre-push hook now fails on every push to the repo, blocking all contributors.

Scope

Pure prettier output — table column padding only, zero content change. prettier --check passes after.

Note

Surfaced while pushing an unrelated installer branch; kept as its own PR so the fix lands cleanly and unblocks the team immediately.

🤖 Generated with Claude Code

## What Re-runs prettier on `docs/federation/TASKS.md` to restore markdown table alignment. ## Why #678 (commit 7035cd2) merged `docs/federation/TASKS.md` with an unaligned table — the M3-11 `depends_on` edit widened that column without re-padding the rest. The repo-wide `pnpm format:check` in the **pre-push** hook now fails on *every* push to the repo, blocking all contributors. ## Scope Pure prettier output — table column padding only, **zero content change**. `prettier --check` passes after. ## Note Surfaced while pushing an unrelated installer branch; kept as its own PR so the fix lands cleanly and unblocks the team immediately. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
jason.woltje force-pushed fix/federation-tasks-prettier from 58f9854cd0 to 92dc668082 2026-06-24 22:31:32 +00:00 Compare
jason.woltje merged commit fc2970916f into main 2026-06-24 22:51:23 +00:00
Sign in to join this conversation.