Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12.0
24.15.0
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Agent-facing entry point. Optimize edits here for agent consumption — facts, t
## Toolchain

- pnpm + workspaces (never `npm`/`yarn` — silently breaks docs build)
- Node ≥22.12
- Node ≥24.15 (pinned to `24.15.0` in `.node-version`; CF Pages installs from that)
- **If pnpm missing: ASK USER FIRST** before suggesting `corepack enable && corepack prepare pnpm@latest --activate`. Both affect the user's global toolchain.
- Always `pnpm install` from repo root

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "ui.plan.ai",
"type": "module",
"version": "0.0.15",
"version": "0.0.16",
"packageManager": "pnpm@11.1.2",
"engines": {
"node": ">=22.12.0"
"node": ">=24.15.0"
},
"scripts": {
"dev": "concurrently -n app,docs -c blue,magenta \"pnpm dev:app\" \"pnpm dev:docs\"",
Expand Down
4 changes: 2 additions & 2 deletions starlight/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "starlight-docs",
"type": "module",
"version": "0.0.18",
"version": "0.0.19",
"engines": {
"node": ">=22.12.0"
"node": ">=24.15.0"
},
"scripts": {
"dev": "astro dev",
Expand Down
Loading