Document the reviewed CodeNomad and OpenCode Desktop V2 baselines, incremental methodology, existing parity, and every defect closed by the accompanying implementation changes. Separate remaining work into active-location correctness, undo/redo, release signing, coordinated runtime upgrade, and optional PTY, export, reference, and MCP-resource features. Record rejected false positives and the validated Ponytail reduction. Link the comparison from the migration guide and documentation index so future V2 upgrades can resume from an explicit commit baseline instead of repeating the full audit.
2.7 KiB
Documentation Index
Quick reference to all documentation files.
Main Documents
README.md
Project overview, installation, and getting started guide.
SUMMARY.md
Executive summary of the entire project - start here!
MVP-PRINCIPLES.md
MVP development philosophy - Focus on functionality, NOT performance ⚡
DESKTOP_V2_COMPARISON.md
Incremental comparison with official OpenCode Desktop V2, including parity, closed defects, remaining correctness work, runtime upgrade scope, and optional feature gaps.
Specification Documents
architecture.md
Complete system architecture
- Component layers and responsibilities
- State management structure
- Data flow diagrams
- Technology stack
- Security and performance considerations
Read this to understand: How the app is structured
user-interface.md
Complete UI/UX specifications
- Every screen and component layout
- Visual design specifications
- Interaction patterns
- Accessibility requirements
- Color schemes and typography
Read this to understand: What the app looks like and how users interact
technical-implementation.md
Implementation details
- File structure
- TypeScript interfaces
- Shared OpenCode service and location ownership
- Native
@opencode-ai/clientintegration - IPC communication
- Error handling strategies
Read this to understand: Current implementation boundaries
Reading Order
For First-Time Readers:
- SUMMARY.md - Get the big picture
- architecture.md - Understand the structure
- user-interface.md - See what you're building
For Implementers:
- technical-implementation.md - Implementation patterns
- Refer to architecture.md and user-interface.md as needed
For Designers:
- user-interface.md - Complete UI specs
- architecture.md - Component structure
- SUMMARY.md - Feature overview
Quick Reference
Common Questions
Q: Where do I start?
A: Read SUMMARY.md, then architecture.md and technical-implementation.md.
Q: What does the UI look like?
A: See user-interface.md for complete specifications
Q: How does it work internally?
A: See architecture.md for system design
Q: How do I build feature X?
A: See technical-implementation.md for patterns