Unified toolkit for pipeline DAG operations including scheduling, receipt generation, and restoration.
Version: 1.0.0
Status: Active
Unified toolkit for pipeline DAG operations including scheduling, receipt generation, and restoration.
Use when performing any pipeline DAG operation:
| Operation | Description |
|---|---|
schedule | Deterministic DAG scheduling (Phase 7.0) |
receipts | Distributed execution receipts (Phase 7.1) |
restore |
| Receipt-gated DAG restoration |
input.json fields:
Common:
operation (string, required): One of schedule, receipts, restoredag_spec_path (string): Repo-relative path to DAG spec JSONruns_root (string): Runs root directory (default: CONTRACTS/_runs)For schedule:
project_root (string, optional): Repo root pathFor receipts:
For restore:
All operations return:
ok (boolean): Success statuscode (string): Status codedetails (object): Additional details<runs_root>/_pipelines/_dags/<dag_id>/CATALYTIC-DPT/LAB/This skill is a governance placeholder. Actual implementation is in:
CATALYTIC-DPT/PIPELINES/ - DAG runtime filesTOOLS/catalytic.py - CLI surfaceCATALYTIC-DPT/TESTBENCH/ - Testsfixtures/basic/ - Basic governance testrequired_canon_version: >=3.0.0