# AGM WP-005 and WP-006 Cadence Automation Runbook Date: 2026-04-18 ## Purpose Operationalize recurring ingestion, governance, and API baseline checks on a fixed schedule for enterprise gate readiness. ## Scripts - scripts/run-wp005-wp006-cadence.ps1 - scripts/register-wp005-wp006-cadence-tasks.ps1 ## Schedule Model - Daily (08:15): WP-005 ingestion + governance audit. - Weekly Friday (08:30): WP-005 ingestion + governance audit + API baseline. ## Registration Run: ```powershell pwsh -NoProfile -ExecutionPolicy Bypass -File scripts/register-wp005-wp006-cadence-tasks.ps1 ``` ## Manual Execution Run full cadence: ```powershell pwsh -NoProfile -ExecutionPolicy Bypass -File scripts/run-wp005-wp006-cadence.ps1 ``` Run daily-lite cadence (skip API baseline): ```powershell pwsh -NoProfile -ExecutionPolicy Bypass -File scripts/run-wp005-wp006-cadence.ps1 -SkipApiBaseline ``` ## Expected Artifacts - AGM_WP005_INGESTION_RECONCILIATION_REPORT_LATEST.md - AGM_30_60_90_GOVERNANCE_AUDIT_REPORT_.md - AGM_API_CONTRACT_BASELINE_REPORT_.md (weekly run) ## Failure Handling - If ingestion fails: verify .venv python path and webscraper database availability. - If governance fails: resolve missing artifacts/signals and rerun. - If API baseline fails: ensure local PHP server is reachable and rerun.