Skip to content

refactor(agents): consolidate orchestration into a single reviewer agent - #10

Merged
cgaravitoq merged 1 commit into
mainfrom
unified-review-agent-opencode
Jul 5, 2026
Merged

refactor(agents): consolidate orchestration into a single reviewer agent#10
cgaravitoq merged 1 commit into
mainfrom
unified-review-agent-opencode

Conversation

@cgaravitoq

Copy link
Copy Markdown
Owner

Summary

Consolidate the OpenCode config into one reviewer agent that investigates the current branch, tests end-to-end, drives the blocker-fix loop, pushes, and labels the existing PR approved | hitl for a downstream merge agent. It never opens or merges PRs.

Changes

  • agents/reviewer.md - rewritten as a minimal, stack-agnostic contract (scope, review-state loop, 8-step flow, never-list)
  • agents/fixer.md - restored as a reviewer subagent on a separate lab (GPT-5.5); surgical blocker fixes only
  • agents/reviewer-reasoning.md - model moved to DeepSeek V4 Pro
  • agents/reviewer-arch.md - model moved to GLM-5.2
  • agents/reviewer-quick.md / reviewer-e2e.md - descriptions cleaned (models live in frontmatter only)
  • agents/architect.md, coder.md, exec.md - removed (planning/implementation happen outside this config)
  • skills/pipeline-execution, skills/swarm-review - removed (the reviewer owns swarm orchestration directly)
  • scripts/cli.ts, package.json - drop the install-skills command
  • README.md - rewritten for the single-agent design; GitHub Issues bundle template marked legacy

Verify

  • bun test - pass (13/13)
  • bunx tsc --noEmit - pass

🤖 Generated with Claude Code

Replace the architect/coder/exec pipeline with one reviewer agent that
investigates the current branch, tests end-to-end, drives the fix loop,
pushes, and labels the existing PR approved | hitl for a downstream
merge agent. It never opens or merges PRs.

- Rewrite reviewer.md as a minimal, stack-agnostic contract
- Restore fixer as a reviewer subagent on a separate lab (GPT-5.5)
- Diversify swarm labs: DeepSeek V4 Pro (reasoning), GLM-5.2 (arch),
  MiniMax M3 (e2e), DeepSeek V4 Flash (quick)
- Remove architect, coder, exec agents and the pipeline-execution and
  swarm-review skills; drop the install-skills CLI command
- Update README; mark the GitHub Issues bundle template as legacy
@cgaravitoq
cgaravitoq merged commit 5991c96 into main Jul 5, 2026
2 checks passed
@cgaravitoq
cgaravitoq deleted the unified-review-agent-opencode branch July 11, 2026 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant