-
Notifications
You must be signed in to change notification settings - Fork 2
chore(format): normalize repository Prettier baseline #767
Copy link
Copy link
Open
Labels
choreMaintenance / refactor / toolingMaintenance / refactor / toolinglegend:DXDeveloper experience workDeveloper experience workv0.3.0Scheduled work for the v0.3.0 release.Scheduled work for the v0.3.0 release.work-in-progressMethod issue is actively being workedMethod issue is actively being workedwork:integrityRemoves lies, drift, flake, or trust debtRemoves lies, drift, flake, or trust debt
Description
Metadata
Metadata
Assignees
Labels
choreMaintenance / refactor / toolingMaintenance / refactor / toolinglegend:DXDeveloper experience workDeveloper experience workv0.3.0Scheduled work for the v0.3.0 release.Scheduled work for the v0.3.0 release.work-in-progressMethod issue is actively being workedMethod issue is actively being workedwork:integrityRemoves lies, drift, flake, or trust debtRemoves lies, drift, flake, or trust debt
Context
pnpm format:checkreports 81 tracked files that Prettier would rewrite onorigin/main. None of those paths were changed by #766; this is repository-baseline formatting debt discovered while auditing that PR.The root script is intentionally repository-wide (
prettier --check .), so the debt belongs in a separate follow-up rather than the governance behavior change.Refs #742.
Scope
.prettierignoreand formatter documentation.Audit finding
The initial formatter-only pass exposed seven files whose bytes are executable evidence rather than ordinary JSON/Markdown:
test/fixtures/extension-generation/*.jsonparticipates in canonical serialization and digest tests.test/fixtures/weslaw/diff/ci-semantic-diff.{json,md}must equal emitted CLI output byte-for-byte.Those files remain unchanged and are excluded from Prettier. Changing the emitters merely to match Prettier would alter canonical product output and is outside this maintenance slice.
Acceptance criteria
pnpm format:checkpasses from a clean checkout.pnpm run preflightpasses.pnpm lintandpnpm testpass.git diff --checkpasses.