Skip to content

Releases: XenoExia/opencode-workflow-playbook

v0.2.0: Native-First Convergence

07 Apr 14:15

Choose a tag to compare

v0.2.0: Native-First Convergence

This release turns opencode-workflow-playbook into a native-first OpenCode baseline.

中文摘要:这个版本把仓库正式收敛为以 OpenCode 原生能力为核心的公开 baseline。

Instead of documenting a permanently layered five-tool stack, the playbook now centers on OpenCode agents, commands, plugins, optional skills, and Sentry MCP. Planning and TDD are carried by PLAN.md plus the /plan -> /spec -> /implement command chain.

中文摘要:旧五工具栈不再是默认推荐方案,规划和测试纪律改由 PLAN.md 与命令流承载。

Highlights

  • native-first architecture, setup, config overview, glossary, and workflow docs in English and Simplified Chinese
  • a clearer execution spine built around /plan, /spec, /implement, /review, and /verify
  • shareable templates for opencode.json, commands, plugins, AGENTS.md, and the reviewer subagent
  • evolution docs and decision records that explain why the stack changed
  • a preserved legacy/five-tool-stack branch for historical reference

中文摘要:核心新增内容包括双语文档、命令工作流、可复用模板、演进记录,以及保留旧方案的历史分支。

Why This Release Matters

The previous public version captured useful ideas, but too much process was split across overlapping tools. That made the workflow harder to explain, slower to adapt, and more expensive in always-loaded context. v0.2.0 keeps the discipline that mattered while moving the baseline closer to the runtime OpenCode already provides.

The result is a stack that is easier to teach, easier to copy, and easier to verify. Ownership stays explicit, planning becomes a concrete artifact, tests anchor implementation, and runtime truth can still come from Sentry MCP.

中文摘要:这次发布的价值不只是“少装几个组件”,而是把 ownership、规划、测试和验证重新放到更清晰、更低成本、更容易解释的位置上。

Migration Notes

  1. Start with README.md and docs/opencode/architecture.md to understand the baseline model.
  2. Copy config/opencode.template.json and adapt providers, model routing, commands, plugins, and MCP settings to your local environment.
  3. Use /plan to write PLAN.md, /spec to turn acceptance criteria into test anchors, and /implement to execute against the plan.
  4. Treat config/ROUTING_POLICY.template.md and config/ENV_SELF_CHECK_POLICY.template.md as historical references, not required baseline files.
  5. If you want to study the earlier public stack, switch to legacy/five-tool-stack.

中文迁移摘要:先从 README 和架构文档理解新 baseline,再复制模板、配置命令链;旧的 routing 和 self-check 模板只作为历史参考,旧五工具方案请看 legacy/five-tool-stack

Recommended Reading Path

  • docs/opencode/architecture.md
  • docs/opencode/setup.md
  • docs/opencode/workflows/plan-spec-implement.md
  • docs/opencode/workflows/model-routing.md
  • docs/evolution/timeline.md
  • docs/opencode/decisions/0002-native-first-convergence.md

中文摘要:如果你要快速理解这次发布,优先读架构、安装、工作流、时间线和 0002 决策记录。

v0.1.0 - Public playbook launch

28 Mar 09:51
126baad

Choose a tag to compare

Summary

  • publish the repository as a public OpenCode-first vibecoding playbook
  • add a foundations layer for transferable workflow principles, anti-patterns, verification guidance, and a case study
  • add open-source readiness assets including MIT licensing, security guidance, roadmap, and GitHub community templates

Highlights

  • rewritten bilingual README entry points
  • new docs/foundations/ and docs/opencode/ structure
  • improved example workflows and prompts for public reuse
  • first public release milestone for the project