You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`completion_status` is optional when the caller is only re-entering a `waiting-shared-job` turn to let the hidden wrapper reconcile deterministic repo-owned shared-job truth.
157
157
- supply `completion_status` only when the host is actively settling a still-unsettled governed multimodal refresh.
158
+
- when the current-turn `hybrid_refresh_work.json` lists render or focus-render assets and the host can inspect images, inspect the relevant assets lightly and include `render_inspection_used` plus `inspected_render_assets` in `hybrid_refresh_summary`.
158
159
- when a turn is paused in `waiting-shared-job`, re-enter through hidden `open` reuse, hidden `progress`, or hidden `finalize`; do not grep `runtime/control_plane/` or shared-job files manually.
159
160
160
161
-`finalize` request envelope:
@@ -265,6 +266,7 @@ If the environment cannot satisfy those capabilities, stop and explain the block
265
266
- let the routed inner workflow own retrieval, trace, render inspection, and answer or composition drafting
266
267
- if published artifacts are still insufficient because of hard-artifact semantic gaps, let the canonical routed path enter one governed narrowed hybrid refresh instead of improvising raw source fallback
267
268
- this ask-owned narrowed hybrid refresh is the Lane C path and is the only ordinary ask follow-up settled through hidden `progress`
269
+
- after a `covered` settlement, rerun retrieve and trace exactly on the post-refresh evidence; if the result is commit-admissible but still only partially supported, finalize honestly as `partially-grounded` instead of starting a second refresh
268
270
- if that governed path becomes a shared wait or blocked boundary, keep the same turn paused or committed through the existing ask control-plane states rather than opening a side path
269
271
7. Complete the turn through the supported completion path.
270
272
- write only the final answer under `runtime/answers/<conversation_id>/<turn_id>.md`
Copy file name to clipboardExpand all lines: skills/canonical/grounded-answer/SKILL.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,9 @@ If the agent cannot inspect required rendered evidence, stop and explain that th
65
65
- when published sufficiency fails because of hard-artifact semantic gaps, the grounded-answer path must enter the governed ask-time multimodal refresh before any raw source inspection
66
66
- use `recommended_hybrid_targets` as the only legal query-aware narrowing entrypoint
67
67
- if the turn becomes a waiter on that governed refresh, keep the same turn paused and reuse the shared result
68
-
- once the governed refresh picks a source, complete that source's current hybrid candidates, reretrieve, and retrace before treating the ask as ready to answer
68
+
- once the governed refresh picks a source, complete that source's current hybrid candidates, inspect listed render or focus-render assets when present and answer-relevant, reretrieve, and retrace before treating the ask as ready to answer
69
+
- record lightweight settlement audit fields such as `render_inspection_used` and `inspected_render_assets` when the work packet exposes visual assets
70
+
- after one `covered` refresh and post-refresh retrieve/trace, close honestly with the remaining support boundary instead of starting a second same-turn refresh
69
71
- if the governed refresh settles `blocked`, close the turn as `abstained + governed-boundary`
70
72
5. Run provenance tracing for the strongest support when you need corroboration, contradiction checks, or answer-state clarification:
Copy file name to clipboardExpand all lines: skills/canonical/grounded-composition/SKILL.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,9 @@ If the environment cannot inspect the required evidence, stop and explain the bl
65
65
- use `recommended_hybrid_targets` as the only legal narrowing entrypoint
66
66
- write the current-turn `hybrid_refresh_work.json`
67
67
- reuse a matching shared refresh result when the turn is a waiter
68
-
- complete the selected source's current hybrid candidates, then rerun retrieve and trace before drafting the final synthesis
68
+
- complete the selected source's current hybrid candidates, inspect listed render or focus-render assets when present and relevant to the deliverable, then rerun retrieve and trace before drafting the final synthesis
69
+
- record lightweight settlement audit fields such as `render_inspection_used` and `inspected_render_assets` when the work packet exposes visual assets
70
+
- after one `covered` refresh and post-refresh retrieve/trace, close honestly with the remaining support boundary instead of starting a second same-turn refresh
69
71
- if the governed refresh settles `blocked`, stop with `abstained + governed-boundary` instead of improvising around the gap
70
72
- inspect direct source files or rerender only when the published-artifact plan says the knowledge base is insufficient for style, visual structure, or low-level detail
71
73
- bring in external verification or stable model knowledge only when the composition task genuinely needs it, and keep the support basis explicit
0 commit comments