navori AI harness
navori

add

Register a plugin in navori.config.json, or suggest what to add based on your stack.

Usage

navori add <plugin> | navori add --suggest

Flags

<plugin> Plugin to register: engram, codegraph, semgrep, jscpd, acli, gh.
--suggest Detect the stack and suggest a preset + plugins (installs nothing).
--yes No prompts; install the external tool if needed.
--skip-install Register the plugin without installing its external tool.

Examples

Add engram

$ navori add engram
✓ Added 'engram' to navori.config.json
Done — run 'navori render --apply' to apply

Stack suggestions

$ navori add --suggest
Suggestions:
 · Plugin engram: persistent memory across sessions — 'navori add engram'

Notes

  • add only updates navori.config.json. Then run 'navori render --apply' to apply.