|
|
il y a 10 mois | |
|---|---|---|
| .. | ||
| archive | il y a 10 mois | |
| ARCHITECTURE-REVIEW.md | il y a 10 mois | |
| BUILD-PLAN.md | il y a 10 mois | |
| CORRECTED-ARCHITECTURE.md | il y a 10 mois | |
| README.md | il y a 10 mois | |
Status: READY TO BUILD
Date: 2025-10-29
Architecture: Approved & Simplified
The fundamental constraint and solution:
.opencode/agent/).nexusagent/context/).nexusagent/governance/)@../.nexusagent/context/file.mdRead this first - explains why the architecture is structured this way.
Comprehensive validation against guide documents:
Read this second - confirms the approach is sound and provides guidance.
Simple status document:
Read this last - quick reference for current status.
project/
โโโ .nexusagent/ # SHAREABLE (tool-agnostic)
โ โโโ context/ # Domain knowledge (any tool reads)
โ โ โโโ core/
โ โ โโโ domain/
โ โ โโโ processes/
โ โ โโโ standards/
โ โ
โ โโโ governance/ # Data governance (any tool reads)
โ โโโ metadata-index.json
โ โโโ workflow-state.json
โ โโโ tmp/
โ
โโโ .opencode/ # TOOL-SPECIFIC (OpenCode)
โโโ agent/ # OpenCode agents (MUST be here)
โ โโโ main-orchestrator.md
โ โโโ context-provider.md
โ โโโ subagents/
โ โโโ quality-validator.md
โ โโโ lifecycle-manager.md
โ
โโโ command/ # OpenCode commands (MUST be here)
โโโ validate-context.md
<!-- .opencode/agent/main-orchestrator.md -->
**Load shared context:**
@../.nexusagent/context/core/essential-patterns.md
@../.nexusagent/context/standards/quality-criteria.md
**Read governance data:**
Read: ../.nexusagent/governance/metadata-index.json
nexus/
โโโ install.sh # Simple installer
โโโ profiles/
โ โโโ default/ # Full system (not "basic")
โ โโโ nexusagent/
โ โ โโโ context/
โ โ โโโ governance/
โ โโโ opencode/
โ โโโ agent/
โ โโโ command/
โโโ README.md
~/nexus/install.sh
# Creates in project:
.nexusagent/ # Shared resources
โโโ context/ # From profile
โโโ governance/ # From profile
.opencode/ # OpenCode integration
โโโ agent/ # From profile
โโโ command/ # From profile
Located in parent directory (.Building/):
BUILDING-CONTEXT-AWARE-SYSTEMS.md (2000+ lines)
DATA-GOVERNANCE-AGENT-SYSTEM.md (2000+ lines)
UNIFIED-ARCHITECTURE.md
These are THE SOURCE OF TRUTH - follow them exactly.
.nexusagent/ (any tool can read).opencode/ (tool-specific)Moved to archive/ folder:
00-MASTER-PLAN.md - Early planning, superseded01-TECHNICAL-SPECIFICATION.md - Details now in guides02-MULTI-TOOL-INTEGRATION.md - Covered in ARCHITECTURE-REVIEW03-SIMPLIFIED-ARCHITECTURE.md - Superseded by CORRECTED-ARCHITECTUREFINAL-ARCHITECTURE-DECISION.md - Merged into current docsPROJECT-STRUCTURE.md - Will be generated from actual buildThese are kept for historical reference but are no longer active.
Start with: Create repository structure in nexus/
nexus/ directoryinstall.shprofiles/default/ structureprofiles/default/nexusagent/context/profiles/default/nexusagent/governance/profiles/default/opencode/agent/profiles/default/opencode/command/Installation:
Functionality:
Documentation:
Quality:
Separation of Concerns
.nexusagent/) = tool-agnostic.opencode/) = tool-specificProgressive Enhancement
Proven Patterns
Production Focus
Review the three active documents in order:
Then refer to foundation guides for implementation details.