Problem
Our fork carries 27 upstream-only GitHub Actions workflows (deploy, publish, beta, nix, containers, storybook, discord, vouch, triage, etc.) that never run successfully in our fork context and clutter the Actions tab.
Proposal
- Remove the 27 unused upstream workflows
- Keep the 5 workflows we actually use: typecheck, test, pr-standards, pr-management, generate
- Simplify test.yml to Linux-only (remove Windows matrix)
- Add an
upstream-sync.yml workflow that weekly fetches from anomalyco/opencode while excluding .github/workflows/ to preserve our fork's custom CI
Problem
Our fork carries 27 upstream-only GitHub Actions workflows (deploy, publish, beta, nix, containers, storybook, discord, vouch, triage, etc.) that never run successfully in our fork context and clutter the Actions tab.
Proposal
upstream-sync.ymlworkflow that weekly fetches from anomalyco/opencode while excluding.github/workflows/to preserve our fork's custom CI