reactive 路径逐条 addressed/skipped 判断设计定案(issue #176 grill) #178
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/176-reactive-addressed-skipped-design"
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
issue #176(评估 reactive 路径逐条判断要不要实现)grill 结论:现在实现,且要接上至少一个
消费方(
/why渲染),不留一个没人用的字段。那是 AC1 承诺的能力,从两级门控落地起就没被兑现,是"承诺过没人回头补",不是深思熟虑的豁免
quote_message_id机制——模型一轮内可多次send_message,每次可 quote 批次内任意一条消息;归属计算需要真正内聚进RuntimeLoop(现状是
entry_reactive.py事后凭bool(sends)拼凑)message_id不渲染进<interaction>信封,天然维持整批二元,不需要特殊处理ADR-0029 补更新节,CONTEXT.md/design.md 对应词条同步,
gating.py模块文档同步更新。具体RuntimeLoop接口扩展方式、/why渲染文案留给实现票。Test plan
gating.py只改了模块 docstring,无逻辑改动;其余为纯文档变更。