Archive spec (#3)

This commit is contained in:
Mateusz Tymek
2026-01-08 11:38:54 +01:00
committed by GitHub
parent 289c5832d0
commit 4ec530d9af
5 changed files with 139 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
# Change: Document MVP Capabilities
## Why
The Obsidian OpenCode plugin MVP has been implemented but lacks formal specification. This change retroactively documents the existing functionality to establish a baseline specification that can be expanded as the MVP is polished.
## What Changes
- **ADDED** `001-mvp-opencode-embed` capability spec covering:
- Server process management (spawn, health check, shutdown, state machine)
- Sidebar view with iframe embedding and state-reactive UI
- Plugin settings with validation
- Commands and ribbon icon integration
## Impact
- Affected specs: None (new spec)
- Affected code: None (documentation only)
- This is a retroactive documentation effort with no code changes