opencode config
Find a file
opencode-agent 7e4dfcc38b
Some checks failed
CI / bootstrap (push) Successful in 22s
CI / typecheck (push) Failing after 1m49s
CI / complexity (push) Successful in 2m10s
CI / lint (push) Successful in 2m11s
CI / test (3.13) (push) Successful in 3m41s
ci: reduce python matrix to 3.13 and enable uv/npm caches
2026-08-06 16:02:15 +00:00
.github ci: reduce python matrix to 3.13 and enable uv/npm caches 2026-08-06 16:02:15 +00:00
.opencode feat(oracles): add Forgejo backend to status scripts 2026-08-06 15:25:42 +00:00
app_data chore: initial repo skeleton 2026-07-23 17:39:03 +00:00
assets refactor(draw-image): decouple tests from production cover.svg (#197) 2026-08-01 01:22:15 +03:00
docs chore(cleanup): delete docs-reviewer infrastructure (#210) 2026-08-01 04:15:41 +03:00
src/memory docs(memory): reindex + update SKILL.md (#104) 2026-07-27 02:08:35 +03:00
tests test(ci): add timeout to _gh_available to prevent hang on Forgejo runner 2026-08-06 15:48:02 +00:00
.dockerignore fix(draw-image): optional badge/subtitle + self-healing docker entrypoint (#144) 2026-07-30 01:23:25 +03:00
.editorconfig chore: initial repo skeleton 2026-07-23 17:39:03 +00:00
.env.example docs(env-example): add Forgejo API env vars 2026-08-06 15:51:23 +00:00
.gitignore feat(memory): add memory-setup tool with deterministic init (#36) 2026-07-24 03:26:16 +03:00
.pre-commit-config.yaml feat: migrate src/ second-brain + tests + python tooling (#17) 2026-07-23 23:17:18 +03:00
.python-version feat: migrate src/ second-brain + tests + python tooling (#17) 2026-07-23 23:17:18 +03:00
AGENTS.md refactor(pipeline): update templates and agent prompts for 6-phase (#209) 2026-08-01 04:02:03 +03:00
docker-compose.yml fix(docker): install docker-cli and fix DOCKER_HOST hostname (#223) 2026-08-02 03:49:31 +03:00
docker-entrypoint.sh fix(draw-image): optional badge/subtitle + self-healing docker entrypoint (#144) 2026-07-30 01:23:25 +03:00
Dockerfile fix(docker): install docker-cli and fix DOCKER_HOST hostname (#223) 2026-08-02 03:49:31 +03:00
LICENSE chore: initial repo skeleton 2026-07-23 17:39:03 +00:00
pyproject.toml feat(infra): check_pyproject and --repo flag in project-status (#240) 2026-08-03 18:36:18 +03:00
README.md refactor(pipeline): update templates and agent prompts for 6-phase (#209) 2026-08-01 04:02:03 +03:00
uv.lock feat(infra): check_pyproject and --repo flag in project-status (#240) 2026-08-03 18:36:18 +03:00

🚀 opencode-config

Cover

Portable AI coding assistant config with memory & subagent pipeline

Переносимый конфиг AI-ассистента для кодинга с памятью и пайплайном subagent'ов

English | Русский


🇺🇸 English

Why

Moving your AI coding assistant config to a new server meant setting everything up from scratch every time. Plus no versioning — break a skill and you can't rollback to what worked.

What

A ready-to-run Docker config. Clone, fill .env, start — it works. Versioning via Git, memory syncs through a private repository.

Features

Feature Description
🐳 Portable Docker config — runs on any server with one command
📦 Versioning Git under the hood — rollback to any config version
🌐 Global skills All skills mounted via volume — work across all projects
🧠 Portable memory Markdown + git, syncs through private repo — assistant remembers everything
🔍 Dual search Keyword (ripgrep) always works, semantic — optional via OpenAI API
🔧 Pipeline ISSUE → IMPLEMENT → CI → REVIEW → MERGE → MEMORY
🤖 Subagent orchestration Orchestrator only plans, subagents execute
📋 Linear execution One pipeline at a time — no branch conflicts
🐛 Auto-issue Bug found mid-task — agent creates GitHub issue and continues
🛠️ Skills & commands Built-in skills and slash commands, main one — /run-pipeline
👥 Subagents Built-in role-based agents — review, memory sync

Quick Start

git clone https://github.com/slaid098/opencode-config.git
cd opencode-config
cp .env.example .env
docker compose up -d

Access at http://localhost:4096


🇷🇺 Русский

Зачем

Перенос конфига на новый сервер требовал настройки с нуля каждый раз. Плюс отсутствие версионирования — накосячил со скиллом и не можешь посмотреть, как было раньше.

Что

Готовый конфиг в Docker. Клонировал, заполнил .env, запустил — работает. Версионирование через Git, память синкается через приватный репозиторий.

Фичи

Фича Описание
🐳 Переносимость Docker-конфиг — поднимается на любом сервере одной командой
📦 Версионирование Git под капотом — откат к любой версии конфига
🌐 Глобальные скиллы Все скиллы прокидываются через volume — работают во всех проектах
🧠 Переносимая память Markdown + git, синк через приватный репозиторий — ассистент помнит всё
🔍 Двойной поиск Keyword (ripgrep) всегда работает, semantic — опционально через OpenAI API
🔧 Пайплайн ISSUE → IMPLEMENT → CI → REVIEW → MERGE → MEMORY
🤖 Subagent-оркестрация Оркестратор только планирует, исполняют subagent'ы
📋 Линейное выполнение Один пайплайн за раз — без конфликтов веток
🐛 Auto-issue Баг найден в процессе — агент сам создаёт GitHub issue и продолжает работу
🛠️ Скиллы и команды Встроенные скиллы и slash-команды, основной — /run-pipeline
👥 Subagent'ы Встроенные агенты по ролям — review, memory sync

Быстрый старт

git clone https://github.com/slaid098/opencode-config.git
cd opencode-config
cp .env.example .env
docker compose up -d

Доступ: http://localhost:4096


💬 Support and contacts / Поддержка и контакты

👉 slaid098.dev/support