Documentation Index
Fetch the complete documentation index at: https://docs.nonce.app/llms.txt
Use this file to discover all available pages before exploring further.
AGENTS.md
Guidelines for AI agents working with the Nonce documentation site.Git Commit Convention
Follow the Conventional Commits specification:- Use semantic commit format:
type(scope): description - type:
feat,fix,refactor,perf,docs,style,test,chore, etc. - scope: the module or component being modified
- description: concise, lowercase, no trailing period
- body: concise list describing only the actual code changes
- The entire commit message (title + body) must be in English
- Do not include: contextual explanations, background information, review feedback references, effect descriptions, or rationale
- Do not add
Co-Authored-Bytrailers
Pull Request Convention
- PR body must follow the format defined in
.github/PULL_REQUEST_TEMPLATE.md - Changes list items: lowercase, conventional commit style (e.g., “add xxx”, “replace xxx”, “remove xxx”). Describe what was done — do not reference specific code locations or implementation details
- Related Linear Issues: remove unused entries entirely; do not leave empty checkboxes
- Apply at least one label when creating a PR using
--label:bugfix,feature,enhancement, or other applicable labels