Skip to content

docs: add a requirements section to the README - #69

Merged
dopry merged 1 commit into
nextfrom
claude/readme-requirements
Jul 22, 2026
Merged

docs: add a requirements section to the README#69
dopry merged 1 commit into
nextfrom
claude/readme-requirements

Conversation

@dopry

@dopry dopry commented Jul 22, 2026

Copy link
Copy Markdown
Owner

Adds a short Requirements section to the README (Node.js >= 22.12, ESM-only) so the runtime constraints are visible up front instead of only inside the "Migrating from 1.x" section.

From the 2.0 release review pass.

🤖 Generated with Claude Code

https://claude.ai/code/session_01AtqCsX7ptP36t5rdyaJJhM


Generated by Claude Code

State the Node.js >= 22.12 and ESM-only requirements up front instead of
only inside the migration section.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AtqCsX7ptP36t5rdyaJJhM
@dopry
dopry requested a review from Copilot July 22, 2026 02:50
@dopry
dopry merged commit fe1c347 into next Jul 22, 2026
2 checks passed
@dopry
dopry deleted the claude/readme-requirements branch July 22, 2026 02:51

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a short “Requirements” section near the top of the README so consumers see the runtime/module constraints (Node.js version + ESM-only) without needing to read the migration notes.

Changes:

  • Document Node.js engine requirement (>= 22.12) in a dedicated README section.
  • Document that @dopry/pecans is ESM-only and must be imported (no require() support).

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.

3 participants