Skip to content

docs: drop stale npm install -g rescript + npx rescript-legacy -w refs#67

Merged
hyperpolymath merged 1 commit into
mainfrom
chore/docs-stale-rescript-install-and-watch
May 30, 2026
Merged

docs: drop stale npm install -g rescript + npx rescript-legacy -w refs#67
hyperpolymath merged 1 commit into
mainfrom
chore/docs-stale-rescript-install-and-watch

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

Summary

Two-line doc fix surfaced by the panll#66 meander. Follows panll#65 (npm→Deno migration) and panll#66 (docs sweep).

  • docs/developer-guide.md — drop the npm install -g rescript step from the install block; ReScript is now resolved via deno.json (npm:rescript@^12.0.0) on first deno task res:build — no global install required. Surrounding prose reworded to reflect this.
  • docs/guides/QUICKSTART-FOR-SON.mdnpx rescript-legacy -wdeno task res:watch (matches the watch task added in panll#65).

Test plan

  • CI green (docs-only diff; no build impact)
  • Markdown structure of developer-guide.md still renders correctly through the rewritten section (Install Deno block closes, prose paragraph, then ### Clone and Build heading)
  • QUICKSTART-FOR-SON.md watch-mode command matches the res:watch task in deno.json (added by panll#65)

Related

Not in scope

  • QUICKSTART-FOR-SON.md still references the Tauri backend on lines 27–28, 37 — separate PR
  • AGENTS/GEMINI/.junie regeneration script generate.js is referenced in headers but missing from repo — separate issue

🤖 Generated with Claude Code

… refs

Follows panll#65 (npm→Deno migration) and panll#66 (docs sweep).

- docs/developer-guide.md: remove global rescript install step;
  ReScript is now resolved via deno.json `npm:rescript@^12.0.0` on first
  `deno task res:build`. Reword surrounding prose to reflect this.
- docs/guides/QUICKSTART-FOR-SON.md: `npx rescript-legacy -w` →
  `deno task res:watch`.

Surfaced by panll#66 meander.
@hyperpolymath hyperpolymath enabled auto-merge (squash) May 30, 2026 16:55
@sonarqubecloud
Copy link
Copy Markdown

@hyperpolymath hyperpolymath merged commit 0f9709b into main May 30, 2026
8 of 20 checks passed
@hyperpolymath hyperpolymath deleted the chore/docs-stale-rescript-install-and-watch branch May 30, 2026 18:55
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