Releases: tikhomirov/opencode-bootstrap
Releases · tikhomirov/opencode-bootstrap
v0.3.0
Highlights
- Standardized the shipped workflow around GPT-led orchestration with explicit research, design, planning, verification, and review handoffs.
- Strengthened bundled prompts, agents, and rules for repo-aware evidence gathering, scoped implementation, and evidence-backed validation.
- Added project intelligence workflow support with persisted overlays, loop state management, and reusable project evolution commands.
- Added shipped tools and skills for project overlay generation, grounded analysis, bounded loops, fix patch capture, and evolution from fixes.
- Fixed bootstrap verification on macOS CI by removing broken-pipe-prone agent checks and matching the current
opencode agent listoutput format.
🚀 OpenCode Bootstrap v0.2.0 — First Public Release
This is the first public release of opencode-bootstrap: a production-ready bootstrap for stronger global OpenCode defaults plus project-specific intelligence.
Highlights
- Added a full project intelligence layer with
/ocb-*workflow commands - Introduced interactive
/ocb-project-initto generate project-specific overlays from repo evidence + short interview - Persisted project artifacts under
.opencode/project/for transparent, auditable context - Added grounded analysis, project evolution, and bounded loop support (agents + skills + tools)
- Added custom tools for project overlay management and loop state persistence
- Improved docs with clear target-project selection and confirmation flow
- Included a detailed implementation plan in
PROJECT_INTELLIGENCE_PLAN.md
Includes from initial baseline - Cross-platform bootstrap support: Linux, macOS, WSL2
- Global OpenCode bundle (AGENTS.md, commands, prompts, agents, skills, tools)
bootstrap.shflow: preflight → deps → install/update OpenCode → staging → verify → backup/promote- Integrity verification with
bundle/checksums.txt scripts/verify.shchecks for required agents, MCP config, and model mapping- CI workflow for syntax and bootstrap smoke validation
Quick Start
git clone git@github.com:tikhomirov/opencode-bootstrap.git
cd opencode-bootstrap
chmod +x bootstrap.sh scripts/verify.sh scripts/generate-checksums.sh
./bootstrap.sh
Notes
- Project-specific rules are never applied globally by default
- Secrets and auth tokens are not copied during bootstrap
- Native Windows is not supported in this release