Skip to content

chore: enable Biome formatter#53

Merged
viniciusdacal merged 1 commit intomainfrom
chore/enable-biome-formatter
Feb 7, 2026
Merged

chore: enable Biome formatter#53
viniciusdacal merged 1 commit intomainfrom
chore/enable-biome-formatter

Conversation

@viniciusdacal
Copy link
Copy Markdown
Contributor

Summary

  • Enables Biome formatter in biome.json
  • Applies auto-formatting to 51 files across all 3 packages
  • Settings: 2-space indent, single quotes, semicolons, trailing commas, 120-char line width

Test plan

  • bunx biome format packages/ passes clean (0 errors)
  • Full test suite passes (all packages)
  • Build succeeds for all packages
  • Pre-existing typecheck error in core (trie.ts:126) confirmed unrelated

🤖 Generated with Claude Code

Enable the Biome formatter with project conventions (2-space indent,
single quotes, semicolons, trailing commas, 100-char line width).
Applied auto-formatting across all packages.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@viniciusdacal viniciusdacal force-pushed the chore/enable-biome-formatter branch from 09ddb32 to 8fb2909 Compare February 7, 2026 03:47
@viniciusdacal viniciusdacal merged commit 2ba93c1 into main Feb 7, 2026
@viniciusdacal viniciusdacal deleted the chore/enable-biome-formatter branch February 7, 2026 03:51
viniciusdacal added a commit that referenced this pull request Feb 22, 2026
Enable the Biome formatter with project conventions (2-space indent,
single quotes, semicolons, trailing commas, 100-char line width).
Applied auto-formatting across all packages.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
viniciusdacal added a commit that referenced this pull request Apr 5, 2026
…uto features (#2053)

Phase 3 of runtime feature parity tests:
- Error overlay: client error reporting via POST endpoint (#47)
- Console log: ring buffer endpoint returns stored entries (#50)
- MCP: Streamable HTTP responds to tools/list with 7 registered tools (#51)
- MCP: tool invocation returns diagnostics result (#52)
- MCP: events WebSocket delivers initial server status (#53)
- Auto-install: blacklist/dedup coordination logic (#54)
- Dep watcher: detects file changes in linked package dist/ (#55)

All 22 parity tests passing. Full cargo test --all clean. Clippy clean.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
viniciusdacal added a commit that referenced this pull request Apr 5, 2026
* test(runtime): add Phase 1 parity tests — infra, HTTP, compilation (#2053)

Phase 1 of runtime feature parity tests:
- Test skeleton: main.rs, common.rs (shared helpers), checklist_meta.rs (report validation)
- HTTP serving tests: API delegation (#5), proxy rules (#6), logging middleware (#7)
- Compilation tests: import.meta.env (#19), CSS→JS (#20), tsconfig paths (#22),
  /@deps endpoint (#23), /@css endpoint (#24), theme CSS injection (#25)
- PARITY_REPORT.md with all 55 included + 12 deferred feature rows
- Test fixtures: env-app, css-app, tsconfig-paths-app, theme-app

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* test(runtime): add Phase 2 parity tests — SSR, HMR, watcher, module graph (#2053)

Phase 2 of runtime feature parity tests:
- SSR: verify SSR-enabled server serves HTML shell for page routes (#34)
- HMR Tier 1: WebSocket update message delivery via hmr_hub.broadcast (#37)
- HMR Tier 1: CSS-only update message (not full-reload) (#38)
- HMR Tier 2: FileWatcher detects entry file changes in tempdir (#39)
- Module graph: transitive dependency invalidation A→B→C (#40)
- Shared helpers: copy_fixture() for tempdir-based watcher tests

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* test(runtime): add Phase 3 parity tests — errors, diagnostics, MCP, auto features (#2053)

Phase 3 of runtime feature parity tests:
- Error overlay: client error reporting via POST endpoint (#47)
- Console log: ring buffer endpoint returns stored entries (#50)
- MCP: Streamable HTTP responds to tools/list with 7 registered tools (#51)
- MCP: tool invocation returns diagnostics result (#52)
- MCP: events WebSocket delivers initial server status (#53)
- Auto-install: blacklist/dedup coordination logic (#54)
- Dep watcher: detects file changes in linked package dist/ (#55)

All 22 parity tests passing. Full cargo test --all clean. Clippy clean.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix(runtime): address review findings in parity tests (#2053)

- Fix ~25 incorrect EXISTING test location references in PARITY_REPORT.md
  to match actual function names in static_serving.rs, client_render.rs,
  ssr_render.rs, and error_overlay.rs
- Rename misleading ssr_redirect_returns_302_with_location_header to
  ssr_enabled_server_returns_html_shell_for_page_routes (test asserts 200,
  not 302)
- Add import.meta.env.SECRET_KEY reference to env-app fixture so the
  non-public env var assertion actually validates the code path

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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