Skip to content

Commit 610471a

Browse files
committed
Release 0.4.0: universality pass, escalation rule, getting started guide
1 parent 7344c1e commit 610471a

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "model-routing",
33
"description": "Tiered model routing for token economy: the strongest model thinks, cheaper models grind. Ready-made subagents (haiku test runner, sonnet E2E runner, opus implementer and reviewer) plus a routing skill.",
4-
"version": "0.3.8",
4+
"version": "0.4.0",
55
"author": {
66
"name": "Artem Frolov"
77
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.4.0 - 2026-07-11
4+
5+
- Universality pass: the plugin no longer names any specific tool stack.
6+
Scout's index rule and the routing anchor speak of "a code-graph or
7+
code-index MCP server" generically instead of graphify and its tool
8+
names. Behavior with a connected graph server is unchanged; nothing
9+
assumes one exists.
10+
- New skill rule: a re-asked question or a "too shallow" verdict redoes
11+
the work one step up (tier or effort), never at the same level.
12+
- README: Getting started section - plain and workflow recipes, what
13+
runs where at which effort, and the sonnet-session inversion warning.
14+
315
## 0.3.8 - 2026-07-11
416

517
- Scout's tool allowlist replaced with a denylist

0 commit comments

Comments
 (0)