Назад към всички

opencode-mirror

// Maintain the local OpenCode mirror for self-reference

$ git log --oneline --stat
stars:11,034
forks:2.1k
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
nameopencode-mirror
descriptionMaintain 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-only to avoid merge commits in the mirror.

First-Time Setup (If Not Configured)

Clone mirror

git clone https://github.com/anomalyco/opencode vendor/opencode