Reference Overview
Reference is the source of truth for fields, commands, and interfaces:
| Reader | Start with | Then if needed |
|---|---|---|
| User | CLI, project config | Glossary |
| Preset author | Preset npm package | CLI author commands |
| Extension author | Extension API | Adapter standard |
Complete user surface
jue init initializes; jue apply --dry-run previews; jue apply writes and confirms; jue apply --check performs CI checks; jue inspect explains and diagnoses Presets, Capabilities, Adapters, and Artifacts.
Presets and Extensions use npm for installation, upgrades, and publishing. See implementation status for current gaps.