Finds orphan documents, computes documentation metrics, detects dead zones, validates link hierarchy.
L1 (Contracts) → L2 (Product Canon) → L3 (Engineering Canon) → L4 (Derived)
Upper levels reference lower levels. Veles flags violations (e.g., L3 referencing L1 directly).
# Via Chronos orchestrator
chronos --path . --preset full
# Direct invocation
python -m chronos.agents.veles --path .
[nit] orphan: CONTRIBUTING.md — no inbound references from other documents
[info] stats: 12 documents, 4500 words, 3 levels, 28 links
[warning] hierarchy_violation: docs/ADR/001.md (L3) references contracts/openapi.yaml (L1) directly
[info] dead_zone: docs/legacy/ — no references from L1-L4
| Metric | Description |
|---|---|
total_files |
Markdown files scanned |
total_words |
Aggregate word count |
level_distribution |
Count per L1-L6 |
link_count |
Total internal links |
orphan_count |
Documents with 0 inbound links |
dead_zone_count |
Unreferenced folders |
find orphans / orphan docs / unreferenced documentsdocumentation stats / doc metrics / documentation statisticsdead zones / unlinked folderslink hierarchy / reference hierarchyvelesLoaded by Chronos as part of full preset only.
censor.Ground recommendations in the supplied repository or brief. State assumptions, missing inputs, and unresolved risks. Return a concrete artifact or checklist with an owner/action for each open item, then verify that the result answers the requested goal rather than merely repeating the framework.