Status: READY TO BUILD
Architecture: CORRECTED & APPROVED
.nexusagent/ # ONLY shareable resources
├── context/ # Shared context (any tool can read)
└── governance/ # Shared governance (any tool can read)
.opencode/ # OpenCode-specific (PRIMARY)
├── agent/ # OpenCode agents (reference @../.nexusagent/context/)
└── command/ # OpenCode commands
nextsystems/nexus/
├── scripts/
│ └── install.sh
├── profiles/
│ ├── default/
│ │ ├── nexusagent/
│ │ └── opencode/
│ ├── governance/
│ │ ├── nexusagent/
│ │ └── opencode/
│ └── content/
│ ├── nexusagent/
│ └── opencode/
└── docs/
All planning is complete. Architecture is corrected and approved.
Next Command: Start building the actual repository structure.