pol_check
Run a process integrity check against a template to validate step status, dependency chains, and audit trail with health score.
Instructions
Run a process integrity check against a template.
Executes all steps defined in the template, respecting dependency chains and critical flags. Returns structured results with:
Overall health percentage and checksum
Per-step status (valid/broken/blocked/drift)
Duration per step
TIBET token chain for full audit trail
Args: template: Template name or path (e.g., "humotica_full_stack", "p520_machine.json", or full path) output_json: Return raw JSON (default: true)
Returns: Check results with summary, step details, and TIBET provenance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | Yes | ||
| output_json | No |