preset
Scaffolds a local preset under .navori/presets/ for when your stack has no official preset.
Usage
navori preset init <id>
Flags
<id> Preset id (kebab-case). Rejects the reserved id 'custom' and non-kebab-case ids. --cwd <dir> Repo directory (default: current). Examples
Create a local preset
$ navori preset init express-fastify ✓ .navori/presets/express-fastify/ ✓ navori.config.json → preset: express-fastify → run 'navori render --apply' to materialize it
Notes
- Generates the <id>.json manifest, a managed/stack.md (stack context) and an example skill under skills/.
- The preset is checked in under .navori/presets/: resolution is local→bundled, and local wins.
- It's for stacks with no official preset; the detector warns you when it can't find one.