You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: apply external review findings across recent checkpoints
- CRITICAL: GIT_CONTEXT_AGENT_TYPES used underscored reviewer names while
registered type names are dashed (code-reviewer/security-reviewer), so
reviewer agents silently missed the git-context injection; names fixed
and a pin added asserting every gate name is a real profile key.
- Foreground isolation requests now fail fast on Agent AND RunAgents
instead of warning-and-proceeding unisolated (degraded behavior was
presented as authoritative); warning pin updated to the new contract.
- Unknown-config-key diagnostics now also run for explicit loads
(--config-file / --config text) via single-source provenance.
- Failure/timeout/cancel paths name the retained isolation worktree in
the task output (retention is deliberate for resume, never silent).
- Best-effort prune in overflow recovery logs its failure instead of
contextlib.suppress.
- supports_parallel flags annotated (: bool); test helpers cleaned
(fail-fast _git asserts, unused _ListingClient params dropped).
0 commit comments