v2.6.7
What's Changed
Features
- dcp: handoff-boundary compression for background agent results
- dcp: deep-merge profile overrides instead of whole-object replace
- dcp: add base.experimental.allowSubAgents with profile precedence
- background-agent: add job-board snapshot strategies on history and notification surfaces
- background-agent: add todo-gated idle-parent wake scheduler with 2-wake cap
- background-agent: add wakeScheduler and jobBoard config schema with defaults
- background: document wallClockTimeoutMs + wallClockAbortGraceMs in schema and config docs
- background-agent: wire wall-clock supervisor with one-shot abort and slot-safe fire path
- background-agent: add wall-clock schema keys, defaults and outcome formatter
- background-agent: add wall-clock supervisor with fire-once timer registry
- dcp: add brutal profile + custom profile support
- background-task: add background_revive tool with discovery and structured outcomes
- background-agent: add manager.revive with disk-handle fallback and listRevivable
- background-agent: add revivable classifier and revive outcome formatter
- delegate: return machine-readable queue-saturated outcome
- background-agent: bound queue admission and exempt nested launches
- background-agent: add nested-admission classifier
- background-task: surface stopped/statusUncertain in tools and notifications
- background-agent: reconcile persisted handles against live host on restart
- background-agent: add deadline-bounded concurrency admission
- config: add admissionTimeoutMs and nestedAdmission background task options
- background-agent: add stopped/statusUncertain statuses and persist sessionID in handles
Bug Fixes
- delegate-task: reconcile run_in_background guidance without changing false default
- context-mode: reconcile enforcer block with enforce-aware prompt guidance
- background-agent: exempt nested revives from unbounded admission
Documentation
- background-agent: document tier-3 wake scheduler, job board, and default guidance
- features: document session revive semantics and retention window
- agents: document stopped/statusUncertain background terminal states in orchestrator directives
- background-orchestration: document terminal states, admission config, and dual test layout
Other Changes
- Merge pull request #102 from klpanagi/feat/dcp-background-compression
- Merge pull request #101 from klpanagi/feat/dcp-base-experimental-allow-subagents
- Merge pull request #100 from klpanagi/feat/background-orchestration-tier3-wake-jobboard-background-default
- Merge dev (PR #99 wall-clock U7) into Tier-3 branch
- Merge pull request #99 from klpanagi/feat/background-orchestration-u7-wallclock
- Merge pull request #98 from klpanagi/feat/dcp-brutal-profile
- Merge pull request #97 from klpanagi/fix/context-mode-enforcer-b-prime
- Merge pull request #95 from klpanagi/feat/background-orchestration-tier2-revive
- Merge pull request #93 from klpanagi/feat/background-orchestration-tier1
Full Changelog: v2.6.6...v2.6.7