nexus

๐Ÿ”„ Data Pipeline

Nexus collectors, snapshot assembly, dashboard generation, and safe wiki input boundaries.

Collector flow#

  • collectors/system.py, kanban.sh, profiles.py, skills.py, memory.py, and knowledge.py write focused data/*.json outputs.
  • collect.py aggregates collector JSON and Markdown/JSON extras into snapshot.json.
  • build.py injects the snapshot into static dashboard fragments.
  • server.py exposes health, snapshot, search, static files, and WebSocket updates.

Safe wiki inputs#

This wiki only consumes:

  • nexus-dash/data/skills.json
  • nexus-dash/data/profiles.json
  • nexus-dash/data/kanban.json

The generator publishes names/counts/descriptions/status summaries, not raw Hermes state.

Operational rule#

Run affected Nexus scripts only when it is safe for generated data to update.

Sources: nexus-dash/AGENTS.md, plan generator policy.