Run Registry¶
v1.1.0 adds a lightweight persistent run registry under the artifact root.
Each registry record tracks:
run_idparent_run_idschedule_versionmarketworkflowbase_workflowlaunchercreated_atcurrent_state
Supported state transitions:
draft -> reviewed -> approved -> exported -> reconcileddraft -> approveddraft -> exporteddraft -> reconciled* -> supersededwhere the state machine allows it
The registry is metadata-first. It does not replace the artifact directory; it makes lineage and audit trails queryable without parsing every file manually.