Nexus (Containers)
πΊοΈ Nexus β Container System
The tree structure that gives every piece of content a "where does this belong?"
π― Purpose
Nexus is the container layer β a tree of areas, each with a compass (direction/purpose). When content arrives at the system, Nexus answers the question: "Where does this belong?"
Why Nexus is Phase 0: Without containers, content has no homes. The ingest system can't route. The distill workflow can't determine where outputs go. Everything else depends on Nexus existing.
π³ Tree Structure
Vision: "Free Adrian" β reclaim time, health, presence through automation βββ π Life β βββ Health (yoga, emotional, physical) β βββ Family (baby planning, relationship) β βββ Property (investments, automation) β βββ Personal (self-development, blog, expression) βββ πΌ Work (Mipos) β βββ Operations (team, hiring, SOPs) β βββ Sales (BD, pricing, Sunmi partnership) β βββ Tech (MIBOS, FinFlow, e-invoice) β βββ Strategy (automation, scaling, exit plan) βββ π» Dev β βββ MIBOS (core platform) β βββ Tools (ATS, CLI constellation) β βββ R&D (AI integration, research) βββ π€ Agentic (Hub) βββ Portal (UI, API, D1, reports) βββ CLI (Bifrost, tools, jobs) βββ Workflows (Clara, task, log, learn) βββ Knowledge (KB, memory, rules) βββ Smart Todo / Thought Stream
π D1 Schema Design
nexus_nodes table
projects table
π How Nexus Enables the Pipeline
Pipeline Stage | How Nexus Helps |
|---|---|
/distill (routing) | Agent queries: "which nexus node?" to determine where to file outputs |
Clara ingest | Match Smart Todo projects against nexus nodes for routing |
Smart Todo (project list) | Clara syncs nexus nodes β Smart Todo settings as project list |
Vision chain | Task β Project β Nexus β Vision β full purpose tracing |
ποΈ API Endpoints (Planned)
Endpoint | Methods | Purpose |
|---|---|---|
/api/nexus | GET/POST/PATCH/DELETE | Nexus node CRUD, tree retrieval |
/api/projects | GET/POST/PATCH/DELETE | Project CRUD, linked to nexus nodes |
π Implementation Plan
Step | What | Status |
|---|---|---|
D1 migration | Create nexus_nodes + projects tables | NOT DONE |
API | /api/nexus + /api/projects | NOT DONE |
Data fill | L1-L3 nodes with compass | NOT DONE |
UI | Tree view + compass tooltip | NOT DONE |
CLI | portal nexus list/get | NOT DONE |
Full spec: 260318 Nexus D1 and Projects/README.md