chore(vault): track .obsidian plugin configs (incl. obsidian-git settings)

This commit is contained in:
hehaiguang1123
2026-07-01 08:20:57 +08:00
parent e166ef1052
commit c7037119a5
216 changed files with 447823 additions and 0 deletions
@@ -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