fix(agent-loop): settle rejected admission context

This commit is contained in:
_Kerman
2026-07-27 18:32:07 +08:00
parent 5d10074839
commit 98238ceace
27 changed files with 178 additions and 68 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ sequenceDiagram
Driver->>Hooks: <code>agent/prompt-submit</code> waterfall
Hooks-->>Driver: authoritative allow, block, or add context
alt prompt blocked or admission failed
Driver-->>Driver: close window and keep caller-staged next-step input pending
Driver-->>Driver: append context-only batch or keep steering boundary pending
else prompt allowed
Driver->>Session: <code>turn/start</code>
Driver->>Session: <code>user/message</code>