OpenSIN-Code is the heavily upgraded, enterprise-grade fork of the original OpenCode repository, tailored exclusively for the OpenSIN-AI autonomous agent fleet and A2A infrastructure.
Unlike the upstream repository, this fork is designed to operate as a completely autonomous, synchronized hive-mind across multiple VMs, Macs, and Cloud environments.
- Includes a bulletproof background daemon that enforces a strict Single Source of Truth.
- All local development environments (Macs) and execution nodes (HF Spaces, OCI VMs) automatically pull configurations, skills, and plugins from this repository every 60 seconds.
- Local configuration drift is mathematically impossible.
- Pre-configured to bypass standard API limitations using the
opencode-antigravity-authplugin. - Natively routes and authenticates
google/antigravity-gemini-3.1-pro,antigravity-claude-opus-4-6-thinking, andantigravity-claude-sonnet-4-6via our private OCI proxy.
- Built-in custom commands (
omoc-swarm-create,omoc-jam,sin-terminal-orchestrate) for parallel, multi-agent terminal coordination directly from the CLI.
- Bundled with the
sovereign-repo-governanceskill, allowing agents to automatically clone, structure, and deploy best-practice GitHub Wikis and handle upstream bug-bounties autonomously.
If you are onboarding as a partner developer, you must use this fork to ensure your local environment does not drift from the core OpenSIN-AI team.
Please follow the official Dev-Setup Guide located in our Wiki: 👉 OpenCode Dev Setup & SSOT Synchronization
Start the interactive CLI or use the standard daemon execution:
opencodeOr run targeted ultra-models:
opencode run "Analyze this repository" --model google/antigravity-gemini-3.1-proThis repo is being reorganized into a bucketed layout without losing the existing SSOT content. The new buckets are a safe scaffold first; legacy paths remain valid until migration finishes.
| Bucket | Current canonical source | Status |
|---|---|---|
OC-Konfigurationen/ |
global-opencode-config/ (opencode.json, package.json, bun.lock, patches) |
scaffolded |
OpenCode/ |
packages/opencode/ |
scaffolded |
OC-Plugins/ |
packages/plugin/ |
scaffolded |
SIN-Plugins/ |
global-opencode-config/plugins/ |
scaffolded |
Provider/ |
packages/opencode/src/provider/ |
scaffolded |
MCPs/ |
global-opencode-config/mcp.json and .opencode/mcp.json |
scaffolded |
Skills/ |
global-opencode-config/skills/ |
scaffolded |
Tools/ |
global-opencode-config/tools/ |
scaffolded |
Watcher/ |
global-opencode-config/scripts/ watcher entrypoints |
scaffolded |
Wrapper/ |
global-opencode-config/scripts/ wrapper entrypoints |
scaffolded |
Migration rule: the new buckets become the organizational home, while the legacy paths remain compatibility mirrors until all tooling has been switched.
Maintained by the OpenSIN-AI Core Engineering Team. Upstream updates from anomalyco/opencode are automatically merged via a zero-dependency background sync daemon.
