opencode-config/README.md
Sergey e6c378410f
docs(readme): rewrite to minimal bilingual without memory setup (#93)
* docs(readme): rewrite to minimal bilingual without memory setup

* docs(handoff): add handoff + ADR for README minimal rewrite

* docs(handoff): set PR number

* fix(docs): translate Structure descriptions to Russian in README

---------

Co-authored-by: opencode-agent <agent@opencode.local>
2026-07-26 23:41:41 +03:00

1.7 KiB

opencode-config

Personal opencode setup — Docker-based AI coding assistant with pipeline automation.

Русский

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

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

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

Структура

Путь Описание
AGENTS.md Глобальные правила оркестратора
.opencode/ Конфигурация проекта
.opencode/agents/ Определения subagent'ов
.opencode/skills/ Определения skills (14 skills)
.opencode/scripts/ Python скрипты (pipeline-status, spec-status)
src/ Python RAG CLI
docs/ Handoffs, ADRs, project map
docker-compose.yml Docker compose конфиг

Конфигурация

Скопируйте .env.example.env, заполните ключи.

English

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

Structure

Path Description
AGENTS.md Global orchestrator rules
.opencode/ Project configuration
.opencode/agents/ Subagent definitions
.opencode/skills/ Skill definitions (14 skills)
.opencode/scripts/ Python scripts (pipeline-status, spec-status)
src/ Python RAG CLI
docs/ Handoffs, ADRs, project map
docker-compose.yml Docker compose config

Configuration

Copy .env.example.env, fill in keys.

License

MIT — see LICENSE.