Skip to content
Merged
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
8 changes: 8 additions & 0 deletions site/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ It is separate from the Rust application and has no Cargo build boundary.
- `node site/check-shortcuts.mjs` — verify the static app-shortcut reference against the native bindings in `src/app.rs` and guard its non-interactive boundary.
- `wrangler deploy` — the deployment command configured by the repository's manual workflow; run only when publishing is explicitly in scope.

### Local deployment runtime

- Wrangler 4 requires Node 22 or newer. Before any local deploy, load NVM and
select Node 22 explicitly: `source ~/.nvm/nvm.sh && nvm use 22`.
- Verify `node --version` and `npx wrangler whoami` before `npx wrangler deploy`.
- Use the authenticated local Wrangler path for owner-approved production
deployments, then verify the live homepage and `llms.txt` separately.

## Editing constraints

- Keep canonical URLs, metadata, JSON-LD, Open Graph/Twitter content, visible
Expand Down
Loading