Date: 2025-10-29
Status: APPROVED FOR BUILD
Decision: OpenCode-First with Shareable Core
Build for OpenCode primarily, make context shareable secondarily.
.opencode/ # PRIMARY - Full NexusAgent for OpenCode
├── agent/ # OpenCode agents (full support)
├── command/ # OpenCode commands (full support)
├── context/ # SHAREABLE - other tools can read
└── governance/ # SHAREABLE - other tools can read
OpenCode: Full feature support, all profiles, complete integration
Other Tools: Can read shared context/governance if compatible (user configures)
nextsystems/nexus/
├── scripts/
│ ├── install.sh # Main installer
│ └── optional/
│ └── bridge-*.sh # Optional bridges
├── profiles/
│ ├── default/
│ ├── governance/
│ └── content/
└── docs/
├── opencode-usage.md # Primary docs
└── optional/
└── *-integration.md # Examples
Now that architecture is finalized, let's build:
Estimated: 6 weeks to v1.0