Skip to content

feat: allow per-task model tiering instead of forcing opus#40

Open
mythkiven wants to merge 1 commit into
revfactory:mainfrom
mythkiven:feat/model-tiering
Open

feat: allow per-task model tiering instead of forcing opus#40
mythkiven wants to merge 1 commit into
revfactory:mainfrom
mythkiven:feat/model-tiering

Conversation

@mythkiven

Copy link
Copy Markdown

Summary

Replaces the hard "all agents must use opus" rule with a two-tier model policy: reasoning tasks → opus, mechanical/IO tasks → sonnet.

Motivation

Closes #29 — forcing opus on log parsers and deploy runners adds cost/latency without quality benefit.

Scope of change

  • skills/harness/SKILL.md, agent-design-patterns.md, orchestrator-template.md
  • CHANGELOG.md

SemVer impact

minor — default tier for complex roles remains opus.


Re-opened contribution — branch restored after accidental close.

Made with Cursor

Replace "always opus" with reasoning (opus) vs mechanical (sonnet)
tiers across SKILL.md, agent-design-patterns, and orchestrator template.
Closes revfactory#29.

Co-authored-by: Cursor <cursoragent@cursor.com>
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.

[feat] Allow per-task model tiering instead of forcing opus on all agents

1 participant