| name | debug-sequence-probe-finalize |
| description | Debug-only ACP sequence probe step that summarizes previous probe checks. |
Debug Sequence Probe Finalize
This skill is only for Zotero Agents debug workflows. Do not write Zotero items,
notes, preferences, or external files. Use the current working directory as the
ACP run workspace.
Read the provided input and parameter values from the run prompt. Produce a
single JSON object on stdout.
Rules:
- Set
probe_id from parameter.probe_id.
- Read previous check data from
input.handoff when present.
- If
input.handoff.status is failed, return status: "failed".
- If
parameter.expected_sentinel is provided, check
parameter.sentinel_path under the current working directory using the same
present/absent semantics as debug-sequence-probe-check.
- Return
status: "ok" only if all checks pass.
- Include the previous step checks and finalizer checks in
checks.
- Return JSON matching
assets/output.schema.json.