Quick Start
Commands
Core
| Command | Description |
|---|---|
status | System overview — diffs, docs, PTY activity, funnel, layer chaos |
search <query> | Cross-layer search: knowledge_db + code + git |
reindex | Refresh self + all lower layers (monoflow → monogram/monogit/monomento) |
convergence | Topic × knowledge coverage (R→P→V→D per topic) |
all-projects | All active projects from OnIt database |
Knowledge DB
| Command | Description |
|---|---|
knowledge index | Index research/prepare/prove/docs into per-project DB |
knowledge search <query> | Search knowledge_db with category tags |
knowledge link <repo> | Link a code repo to a project |
knowledge resolve | Show current project resolution |
knowledge status | Index statistics |
Temporal
| Command | Description |
|---|---|
timeline | Recent events across all layers (diff + git + wiki) |
timeline --all | Include conversation layer (PTY logs) |
sessions | Work sessions reconstructed from save timestamps |
recent | Recent file saves |
Analysis
| Command | Description |
|---|---|
diff <file> | File save history with line-level changes |
context <project> | Project context snapshot |
impact <file> | File change impact |
patterns | Activity pattern analysis |
intent | Human intent topics from terminal names |
Status + MONOFLOW Section
work-wiki status shows traditional metrics plus monoflow layer chaos:
--json output includes all layer chaos values and quality delta — consumed by niia resonate.
Convergence (R→P→V→D)
Maps code topics to the knowledge funnel:- R (research) — exploratory documents in
wip/research/ - P (prepare) — implementation plans in
wip/prepare/ - V (prove) — verification documents in
wip/prove/ - D (docs) — final documentation in
wiki/docs/
Knowledge DB
Per-project monomento-powered document search (550K+ entries):[research]— wip/research/[prepare]— wip/prepare/[prove]— wip/prove/[docs]— wiki/docs/[onit]— wip/onit/
Cross-Layer Search
work-wiki search combines multiple sources:
Reindex Cascade
work-wiki reindex refreshes self and all lower layers:
monogram reindex .— code symbols onlymonogit index --symbols— git history onlymonomento index . --project— code docs only