Skip to content

chore: format the mu-Ziq remediation plan - #2390

Merged
jakebromberg merged 1 commit into
mainfrom
chore/format-muziq-plan
Sep 8, 2026
Merged

chore: format the mu-Ziq remediation plan#2390
jakebromberg merged 1 commit into
mainfrom
chore/format-muziq-plan

Conversation

@jakebromberg

Copy link
Copy Markdown
Member

plans/mu-ziq-replacement-char-remediation.md landed unformatted in a5b9ebec/9494e314 and fails npm run format:check. That check is required on every PR but does not run on pushes to main, so the break went unnoticed and is now failing lint-and-typecheck on unrelated PRs (#2389 hit it). Every other file under plans/ is prettier-clean; this restores that.

Formatting only — no content edits. Two things Prettier rewrote that are worth a look:

  • Emphasis markers normalize from *x* to _x_ (repo-wide house style; every sibling plan already uses _).
  • The yaml fence showing the `test.yml` paths-filter addition loses the leading indentation that had placed it at its real nesting level in that file. If that was load-bearing for the reader, re-fence it as text and Prettier will leave it alone.

Testing

npx prettier --check . is clean on this branch.

`plans/mu-ziq-replacement-char-remediation.md` landed unformatted and fails `npm run format:check`, which is a required check on every PR but does not run on pushes to main — so the break went unnoticed and now blocks unrelated PRs. Every other file under `plans/` is prettier-clean; this restores that.

Content is untouched apart from Prettier's own rewrites: emphasis markers normalize from `*x*` to `_x_`, and the `yaml` fence showing the `test.yml` paths-filter addition loses the leading indentation that placed it at its nesting level in that file. If that indentation was load-bearing for the reader, re-fence the block as `text` so Prettier leaves it alone.
@jakebromberg
jakebromberg merged commit fb57e1f into main Sep 8, 2026
6 checks passed
@jakebromberg
jakebromberg deleted the chore/format-muziq-plan branch September 8, 2026 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant