navori AI harness
navori

dominio

The workspace's knowledge base: the canonical facts that span repos and fit in no single CLAUDE.md.

Usage

navori dominio <init|list|show|reindex|doctor|inject> [--workspace <name>]

Flags

init Create the workspace's Dominio store.
list List the entries.
show <id> Print one entry.
reindex Rebuild DOMINIO.md from the entry files.
doctor Validate the Dominio (warnings only).
inject Emit the index for the SessionStart hook.
--workspace <name> Workspace to operate on. Defaults to the one the current repo's config declares.

Examples

Create the store

$ navori dominio init --workspace bonum
└  Dominio created at ~/.navori/workspaces/bonum/dominio.

Check consistency

$ navori dominio doctor --workspace bonum
◇  Dominio for 'bonum' ────────╮
│    ✓ Dominio is consistent.  │
└  OK

Rebuild the index

$ navori dominio reindex --workspace bonum
└  Index rebuilt (0 entries): ~/.navori/workspaces/bonum/dominio/DOMINIO.md

Notes

  • It is for durable facts that outlive the repo: a data model, a business rule, a cross-service contract, a shared gotcha.
  • 'inject' is what the SessionStart hook consumes: the index enters the context, the entries are read on demand.
  • The harness's 'dominio' skill is the guided path for promoting a finding here instead of leaving it in session memory.