diff --git a/README.md b/README.md index 47a2f94..2dc8b4d 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,14 @@ trust: named explicitly per call today, with automatic cost-aware worker routing the next step on that path; an explicit target never silently substitutes another provider, and model plus reasoning effort are disclosed per invocation, so - cost and quality stay auditable. + cost and quality stay auditable. Delegate selection follows a fixed order: + capability first (the delegate must clear the task's quality bar — an + under-capable cheap choice that forces rework costs more than it saves), + availability second (an exhausted quota pool is infeasible, not merely + expensive), and only then cost rank, preferring routes that conserve the + primary's own family pool — models of one vendor family draw one shared + quota, so a cheaper same-family model still spends the budget that funds + frontier work. - **A hard security boundary around providers.** Provider CLIs are reached only through a signed, notarized native runtime with per-member digest verification, socket-activated zero-idle execution, and typed-unavailable @@ -686,6 +693,7 @@ handoff. The unified package includes review, intent, code/security, QA, logic, brainstorming, debate, research, long-context, visual-workflow, delegation, orchestration, +engineering-process (`decision-map`, `prototype`, `architecture-review`), readiness, teamwork, migration, native inbox-monitor lifecycle, and explicit managed-routing skills under the single `/agent-collab:*` namespace. Provider targets are request parameters, not plugin identities. diff --git a/changelog.d/2026-08-04-readme-consolidation.md b/changelog.d/2026-08-04-readme-consolidation.md new file mode 100644 index 0000000..649ba9d --- /dev/null +++ b/changelog.d/2026-08-04-readme-consolidation.md @@ -0,0 +1,3 @@ +### Changed + +- README: named the engineering-process skills (`decision-map`, `prototype`, `architecture-review`) in the Skill surface enumeration, and stated the delegate-selection order (capability, then availability, then pool-conserving cost rank) in the cost-tiered delegation bullet. What's-new consolidation is deferred to the next release cut, when the changelog fragments are compiled into `CHANGELOG.md` — until then the README stack is the only reader-facing versioned history.