<!-- ✂ docujoint template sample — replace with your own content, then delete this comment. -->

# {{NAME}}

A documentation vault governed by a declarative format (`format.yaml`) and
checked by [docujoint]. Scaffolded {{DATE}}.

```sh
dj lint --all --vault vault --format format.yaml          # enforce the format
dj index --vault vault --format format.yaml --write       # maintain index.md
dj report --vault vault --format format.yaml \
  --dashboard dashboard.yaml                                  # evaluate indicators
dj dashboard --vault vault --format format.yaml \
  --dashboard dashboard.yaml --out dashboard.html             # interactive app
```

- `vault/` — the documents. One concept per file; path = identity;
  `index.md`/`log.md` are reserved.
- `format.yaml` — the rules: types, blocks, derived state, checks, schemes.
- `dashboard.yaml` — the analytics: packs, indicators, navigation.

Tighten `format.yaml` as your format grows; the engine enforces exactly what
you declare and stays tolerant about the rest.
