Format sonrası veya yeni bilgisayarda tek komutla OpenCode'u eski haline getirir.
git clone git@github.com:Dejavuxerss/opencode-setup.git
cd opencode-setup
bash setup.sh| Dosya | Ne İşe Yarar |
|---|---|
opencode.jsonc |
Ana config: 2 plugin + 7 MCP server |
lsp.json |
18 LSP sunucu tanımı (TS, Py, Go, Rust, C/C++, Lua, Vue, Svelte...) |
tui.json |
oh-my-openagent TUI plugin |
AGENTS.md |
12-Factor Agent Scaffolder + Behavioral Discipline + Pipeline |
oh-my-openagent.json |
Model konfigürasyonu (DeepSeek V4 Pro/Flash, Qwen3.5+) |
setup.sh |
Tek komutta her şeyi kuran script |
skills.txt |
Global skill listesi (npx skills add ile kurulur) |
openchamber |
OpenChamber Web UI (npm install -g @openchamber/web) |
opencode.jsonc→ MCP (ast-grep, chrome-devtools, claude-flow, context7, grep_app, lsp, websearch)lsp.json→ 18 LSP server configtui.json→ TUI plugin entryAGENTS.md→ 12-Factor Agent Builderoh-my-openagent.json→ Model assignments (OpenCode Go)- npm global tools + LSP servers + k6 + Playwright
- oh-my-openagent plugin + skill'ler
- OpenChamber (Web UI for OpenCode)
Phase 0: Pre-Flight → Proje tipi auto-detect (<5sn)
Phase 1: Fast Checks → lint + typecheck + test + audit (<2dk)
Phase 2: Deep Checks → Playwright + Docker + k6
cd opencode-setup
git pull
bash setup.sh