opencode config
Find a file
Sergey 1dbec56140
ci: ubuntu-latest workflows + dependabot (#18)
* ci: migrate workflows + dependabot from opencode

* ci: replace self-hosted with ubuntu-latest + update paths

* ci: add bootstrap job + hashFiles conditions for bootstrapping

* docs(handoff): add pr-6 handoff + ADR-002

* fix(ci): wrap hashFiles in expression syntax for job-level if

* fix(ci): replace hashFiles with output-based skip conditions

* docs(handoff): update pr-6 handoff + ADR-002 for output-based

* docs(handoff): fix PR number in handoff filename

* docs: add project map for PR #18

---------

Co-authored-by: opencode-agent <agent@slaid098.dev>
2026-07-23 22:22:09 +03:00
.github ci: ubuntu-latest workflows + dependabot (#18) 2026-07-23 22:22:09 +03:00
app_data chore: initial repo skeleton 2026-07-23 17:39:03 +00:00
docs ci: ubuntu-latest workflows + dependabot (#18) 2026-07-23 22:22:09 +03:00
.editorconfig chore: initial repo skeleton 2026-07-23 17:39:03 +00:00
.gitignore chore: initial repo skeleton 2026-07-23 17:39:03 +00:00
.python-version chore: initial repo skeleton 2026-07-23 17:39:03 +00:00
LICENSE chore: initial repo skeleton 2026-07-23 17:39:03 +00:00
README.md chore: initial repo skeleton 2026-07-23 17:39:03 +00:00

opencode-config

Docker-based AI coding assistant with persistent memory — opencode configuration.

Quick start

git clone https://github.com/slaid098/opencode-config.git
cd opencode-config
mkdir -p app_data/{workspaces,ssh}
cp .env.example .env  # fill in your keys
docker compose up -d

Access at http://localhost:4096.

Structure

  • .opencode/ — global opencode config (agents, skills, tools, scripts)
  • app_data/workspaces/ — agent working directory
  • app_data/ssh/ — SSH keys (not in git)
  • app_data/opencode-memory/ — persistent memory (separate git repo)
  • src/ — Python RAG CLI (second-brain)