opencode config
Find a file
Sergey 45bbdc50f3
feat(memory): 5 TS tools with auto-setup and fallback (#101)
* feat(memory): memory-save tool with auto-setup

* feat(memory): memory-search with keyword and semantic fallback

* feat(memory): memory-list and memory-access tools

* feat(memory): memory-doctor diagnostic tool

* docs(handoff): add handoff and ADR for ts memory tools

* docs(handoff): set PR number

* docs(handoff): finalize pr-101 frontmatter and pending

* docs(project-map): add 5 memory TS tools after PR#101

* refactor(memory): extract shared helpers to _memory-shared.ts

* refactor(memory): split oversized execute functions

* fix(memory): handle git checkout and catch blocks

---------

Co-authored-by: opencode-agent <agent@opencode.local>
2026-07-27 01:12:51 +03:00
.github fix: reviewer agent echo bypass (#25) 2026-07-23 23:42:41 +03:00
.opencode feat(memory): 5 TS tools with auto-setup and fallback (#101) 2026-07-27 01:12:51 +03:00
app_data chore: initial repo skeleton 2026-07-23 17:39:03 +00:00
docs feat(memory): 5 TS tools with auto-setup and fallback (#101) 2026-07-27 01:12:51 +03:00
src/memory refactor(memory): lazy-init embedder + reindex logging (#100) 2026-07-27 00:30:16 +03:00
tests refactor(memory): lazy-init embedder + reindex logging (#100) 2026-07-27 00:30:16 +03:00
.editorconfig chore: initial repo skeleton 2026-07-23 17:39:03 +00:00
.env.example fix(memory): setup step 5 check index.json + align docs to real state (#85) 2026-07-26 20:12:15 +03: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 docs(agents): merge 3 pipeline sections into 1 and fix gh pr comment scope wording (#91) 2026-07-26 23:12:04 +03:00
docker-compose.yml fix(docker): expose port 4096 on 0.0.0.0 for NPM proxy (#51) 2026-07-24 20:27:37 +03:00
Dockerfile fix(docker): use node:22-trixie-slim instead of non-existent node:22-noble-slim (#73) 2026-07-26 04:43:03 +03:00
LICENSE chore: initial repo skeleton 2026-07-23 17:39:03 +00:00
pyproject.toml refactor(memory): rename to memory, OpenAI env, chunking, batching, dedup (#75) 2026-07-26 16:13:05 +03:00
README.md docs(readme): rewrite to minimal bilingual without memory setup (#93) 2026-07-26 23:41:41 +03:00
uv.lock refactor(memory): rename to memory, OpenAI env, chunking, batching, dedup (#75) 2026-07-26 16:13:05 +03:00

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.