Skip to content

docs(opencode): document OpenCode adapter in architecture and workflow reference#501

Merged
sergeyklay merged 2 commits intomainfrom
docs/opencode-adapter-480
Apr 26, 2026
Merged

docs(opencode): document OpenCode adapter in architecture and workflow reference#501
sergeyklay merged 2 commits intomainfrom
docs/opencode-adapter-480

Conversation

@sergeyklay
Copy link
Copy Markdown
Member

🎯 Scope & Context

Type: Chore

Intent: Document the OpenCode CLI adapter in the internal architecture specification and the workflow file reference. Both documents previously listed only three built-in adapters; this adds OpenCode coverage consistently across all relevant sections.

Related Issues: #480

🧭 Reviewer Guide

Complexity: Low

Entry Point

docs/workflow-reference.md - adds the full opencode.* config block (YAML example, field table, validation rules) mirroring the existing claude-code, copilot, and codex adapter blocks.

Sensitive Areas

  • docs/architecture.md: adds a symmetric four-row comparison table covering all built-in adapter kinds so no single adapter is called out disproportionately.

⚠️ Risk Assessment

  • Breaking Changes: No breaking changes
  • Migrations/State: No migrations or state changes

Copilot AI review requested due to automatic review settings April 26, 2026 20:03
@sergeyklay sergeyklay requested a review from serghei-dev as a code owner April 26, 2026 20:03
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Documents the OpenCode CLI agent adapter across the internal architecture specification and workflow configuration reference so it appears alongside the other built-in adapters.

Changes:

  • Updates agent.kind and token_rates documentation to include the opencode adapter kind.
  • Adds a full opencode adapter pass-through config section (example YAML, field table, validation rules) to the workflow reference.
  • Adds OpenCode to the architecture “built-in adapters” summary table and related adapter-kind listings.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
docs/workflow-reference.md Adds opencode to built-in adapter lists and documents the opencode.* configuration block (example + schema + validation).
docs/architecture.md Adds OpenCode to the set of built-in agent adapters and extends the adapter comparison table to include opencode.

Comment thread docs/workflow-reference.md Outdated
Comment thread docs/architecture.md Outdated
@sergeyklay sergeyklay added the area:agent-adapter Agent interface, Claude Code adapter, Copilot adapter, mock label Apr 26, 2026
@sergeyklay sergeyklay merged commit 687db3f into main Apr 26, 2026
5 checks passed
@sergeyklay sergeyklay deleted the docs/opencode-adapter-480 branch April 26, 2026 20:17
@github-project-automation github-project-automation Bot moved this from Todo to Done in Sortie Roadmap Apr 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:agent-adapter Agent interface, Claude Code adapter, Copilot adapter, mock

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Update architecture.md and workflow-reference.md to cover OpenCode adapter

3 participants