mirror of
https://github.com/different-ai/openwork
synced 2026-05-02 04:17:16 +02:00
* fix: list skills across skill directories * feat: move context panel to right rail * fix: align skill paths with opencode docs * fix: show full-screen boot loader during connect
476 B
476 B
name, description
| name | description |
|---|---|
| opencode-mirror | Maintain the local OpenCode mirror for self-reference |
Quick Usage (Already Configured)
Update mirror
git -C vendor/opencode pull --ff-only
Common Gotchas
- Keep the mirror gitignored; never commit
vendor/opencode. - Use
--ff-onlyto avoid merge commits in the mirror.
First-Time Setup (If Not Configured)
Clone mirror
git clone https://github.com/anomalyco/opencode vendor/opencode