issue #188 grill定案——drive_tick发起的delegate_task套用ADR-0027可抢占逻辑 #195
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/188-drive-tick-delegate-preemption"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
grill issue #188(评估:delegate task在drive_tick自发路径的门控前提)定案:drive_tick 自发路径发起的委托任务套用 ADR-0027 同款可抢占逻辑。
核实确认
delegate_task工具在全部六条触发路径共用同一套门控,drive_tick 纯自发路径真的能触发委托任务,与 reactive 路径拿到同等"履约不可抢占"豁免——即便这次委托根本不是真实用户驱动的。ADR-0027(跨平台资料拉取)已经处理过同一类"智能体自主触发、不满足履约前提"的场景,明确不继承"履约不可抢占"治理,另接了两段式可抢占逻辑(起点闸恒生效 + 执行中抢占可配置)。issue #188 已从评估票转为实现票,reactive/事件触发路径发起的委托任务行为不变。
Changes
ADR-0020 追加一条更新节记录这次定案,append-only。
Test plan
🤖 Generated with Claude Code