Skip to content

great_cto

v2.87.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agentic-coding claude-code-plugin claude-code-skills claude-code-subagents code-review cto
+2 more
multi-agent sdlc

Affected surfaces

auth rbac

Summary

AI summary

Edit‑scope enforcement, handoff packages on agent stop, and acceptance‑oriented metrics are added.

Full changelog

Verified acceptance — the system stops pretending it succeeded

A continuation of the previous release's theme, informed by the "code clean-up
agents" argument that the bottleneck has moved from generation speed to
verified, minimal, reviewable change — not faster auto-merge loops. Three
additions, each built by composing pieces already in the repo; none adds a
runtime dependency, new tracking, or recurring cost.

Edit-scope enforced at write time, not after

  • New PreToolUse hook (Edit|Write|MultiEdit) turns an IMPL-BRIEF's declared
    scope into a hard constraint on the write, reusing the existing checkScope.
    A denylisted file → hard deny (exit 2), always; a file on neither list →
    advisory by default (scope creep surfaced, not blocked, because incomplete
    allowlists otherwise train people to disable the hook);
    GREAT_CTO_ENFORCE_EDIT_SCOPE=block upgrades it; no active brief → allowed.
  • The active brief is located via the .great_cto/active-brief pointer that
    senior-dev writes on task claim and clears on close/block. A stale pointer can
    only ever block a denylisted path (fail-safe); GREAT_CTO_DISABLE_EDIT_SCOPE=1
    is the escape hatch. 12 tests + a verified stdin→deny/allow e2e.

A stopped agent emits a handoff package, not a bare status flip

  • scripts/handoff-package.mjs <reason> <feature> assembles one reviewable
    evidence bundle when an agent stops (blocked, spec-objection, budget cap):
    the diff + changed files, what ran and how it came out, the attempt history,
    what it cost, and why it stopped. Reads only local logs already on disk
    (agent-writes, cost-history, verdicts, git) — no new tracking, no ADR. Reports
    honestly: unmeasured tests are "unverified", a stop before any write says so
    rather than fabricating a diff. Wired into senior-dev's blocked +
    spec-objection paths. 8 tests.

Acceptance-oriented metrics on the board

  • cost_per_accepted (window AI cost ÷ gate-APPROVED verdicts) and
    rework_rounds (sent-back review outcomes), derived from verdict logs and
    surfaced as two board tiles. cost_per_accepted is null when nothing was
    accepted in the window — dividing a real cost by zero approvals would invent a
    number, same discipline as the null-score oracle. Deliberately two of the five
    metrics the literature lists, not all five: a solo project's denominator is
    tiny and the rest would be noise until volume justifies them. 8 tests.

Full suite green across board / top-level / hooks / lib (107 / 207 / 168 / 368).


Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track great_cto

Get notified when new releases ship.

Sign up free

About great_cto

Engineering-management layer of 34 specialist AI agents covering the full SDLC (architect, PM, senior-dev, reviewer, QA, security, devops, L3-support + 18 archetype-specific reviewers) with auto-detected archetypes and compliance gates (PCI-DSS, HIPAA, FedRAMP, GDPR, EU AI Act). Runs in Claude Code, Cursor, Codex CLI, Aider, and Continue via AGENTS.md + MCP. MIT.

All releases →

Related context

Earlier breaking changes

  • v2.72.2 Removes Autopilot sidebar item and Operate topbar button from dev board.
  • v2.55.0 Hard-gates the Build board; redirects invite sessions to Operate for operators.
  • v2.43.0 Runtime now blocks autonomous execution of irreversible actions without prior human checkpoint.
  • v2.43.0 Adds reversible and blastRadius fields to every flow step.
  • v2.32.0 Removed AgentShield scanner and its CLI commands.

Beta — feedback welcome: [email protected]