Skip to content

docs: drop Node from dev prerequisites#127

Merged
phildenhoff merged 3 commits into
mainfrom
phil/cdl-13-confirm-node-free-and-update-readme-prerequisites
Jun 14, 2026
Merged

docs: drop Node from dev prerequisites#127
phildenhoff merged 3 commits into
mainfrom
phil/cdl-13-confirm-node-free-and-update-readme-prerequisites

Conversation

@phildenhoff

Copy link
Copy Markdown
Member

The README listed Node as a dev prerequisite, a holdover from the Svelte/Tauri-1 era.

Verified node-free dev works: with node confirmed off PATH, bun run build:web ran route generation + tsc + vite build to completion. (Bun supplies the JS runtime; cargo/Rust handles the backend.)

  • Removed Node from the prerequisites line
  • Dropped the now-orphaned [^1] issue-9 footnote

Not yet checked on a machine with Node never installed — PATH-stripping is near-identical but not byte-for-byte.

Fixes CDL-13

🤖 Generated with Claude Code

bun run dev works end-to-end with Node stripped from PATH (route
generation, tsc, and vite build all clean under Bun). The original
Node requirement was from the Svelte/Tauri-1 era. Remove it from the
prerequisites line and drop the now-orphaned issue-9 footnote.

Fixes CDL-13

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

libcalibre Test Coverage Report

Overall coverage: 80.81%

📊 Download HTML Report

Coverage breakdown available in the artifacts.

@phildenhoff phildenhoff enabled auto-merge (squash) June 14, 2026 08:58
@github-actions

Copy link
Copy Markdown

libcalibre Test Coverage Report

Overall coverage: 80.81%

📊 Download HTML Report

Coverage breakdown available in the artifacts.

@github-actions

Copy link
Copy Markdown

libcalibre Test Coverage Report

Overall coverage: 80.81%

📊 Download HTML Report

Coverage breakdown available in the artifacts.

@phildenhoff phildenhoff merged commit a8435cc into main Jun 14, 2026
7 checks passed
@phildenhoff phildenhoff deleted the phil/cdl-13-confirm-node-free-and-update-readme-prerequisites branch June 14, 2026 09:39
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