Skip to content

style: run the formatter on three files that drifted - #18

Merged
matheustimbo merged 1 commit into
fork-mainfrom
fix/format-drift
Sep 12, 2026
Merged

style: run the formatter on three files that drifted#18
matheustimbo merged 1 commit into
fork-mainfrom
fix/format-drift

Conversation

@matheustimbo

Copy link
Copy Markdown
Owner

vp fmt --check fails on three files:

  • apps/server/src/serverSettings.ts
  • docs/internals/glossary.md
  • packages/effect-codex-app-server/src/schema.test.ts

All three are correctly formatted in pingdotgg/t3code, verified by checking out the upstream versions and running the formatter against them. The drift is this fork's own and predates the current sync. Nothing caught it because the upstream CI workflow targets Blacksmith runners this fork cannot reach, so it has never completed here. See #17.

This is formatter output, nothing else. serverSettings.ts is byte-identical to its previous content once all whitespace is stripped, so it is purely line joining. schema.test.ts also drops a trailing comma from an argument list, which JavaScript ignores. glossary.md repads a table separator row, which renders identically.

vp fmt --check is clean across all 3599 files afterwards, and the two files that carry tests pass 52 tests between them.

Model and harness: Claude Opus 5 via Claude Code, in T3 Code.

`vp fmt --check` fails on `apps/server/src/serverSettings.ts`,
`docs/internals/glossary.md` and `packages/effect-codex-app-server/src/schema.test.ts`.
All three are correctly formatted upstream, so the drift is the fork's own and
predates the current sync. Nothing caught it because the upstream `CI` workflow
targets Blacksmith runners this fork cannot reach, so it has never run here.

Formatter output only. `serverSettings.ts` is byte-identical once whitespace is
stripped. `schema.test.ts` also loses a trailing comma from an argument list,
which JavaScript ignores. `glossary.md` repads a table separator row, which
renders identically.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:XS labels Sep 11, 2026
@matheustimbo
matheustimbo merged commit b19f76b into fork-main Sep 12, 2026
7 of 15 checks passed
@matheustimbo
matheustimbo deleted the fix/format-drift branch September 12, 2026 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant