Tool-request card: separate the product's facts from the coworker's ask

Registry metadata (version, publisher, checksum) moves to a distinct fact strip.
Decline button renamed to say the run continues; reason capped to one sentence.
This commit is contained in:
Rohit C Prasad
2026-08-14 23:50:51 -07:00
committed by Rohit P
parent b866157778
commit 8e77d61aa1
11 changed files with 53 additions and 15 deletions
+1
View File
@@ -976,6 +976,7 @@ class TurnEngine:
"installable": info is not None,
"version": (info or {}).get("version", ""),
"summary": (info or {}).get("summary", ""),
"source": (info or {}).get("source", ""),
},
)
self._audit(tool_call, stage="tool_requested", reason=reason)