mrc-opc
v1.0.0
Published
Global baseline + thin project overlay installer for OpenCode.
Readme
mrc-opc
Bootstrap package for a two-layer OpenCode setup.
Install model
1. Global baseline
npx mrc-opc installThis must install shared baseline into the real OpenCode global config surface under ~/.config/opencode.
The baseline is bundled inside this package under baseline/ and does not depend on any external VAT path at install time.
2. Thin project overlay
opc installThis creates a thin .opencode/ overlay for the current repo and bootstraps a per-project memory.db* runtime state.
Project target shape
.opencode/
opencode.json
memory.db
memory.db-shm
memory.db-wal
memory/
project/
project.md
state.md
roadmap.md
tech-stack.md
user.md
gotchas.mdCurrent status
Functional bootstrap in progress:
- package includes a vendored baseline from VAT in
baseline/ mrc-opc installsyncs baseline into global OpenCode pathsopc installcreates thin project overlay and bootstrapsmemory.db*- remaining work: safer global config merge + wizard polish + canary on VAT
