govoplan-workflow
Codex State: progress
Implemented the reusable first slice in 85eef00: an executable Workflow
package, versioned node-library discovery, definition validation API, and
Workflow-specific…
Codex State: progress
The shared graph and datasource prerequisites are now in place. Workflow can represent a pinned Dataflow action through its module-specific node library, and Dataflow…
Codex State: progress
Implemented connectors.datasourceOrigins@0.1.0 and a capability adapter over
the existing bounded tabular snapshot provider in 27302f0. Datasources now
distinguishes…
Codex State: progress
The architecture decision and base contracts are complete:
- Connectors acquires external data and publishes origins.
- Datasources governs live/cached/static sources,…
Codex State: done
Implemented the two-layer architecture and initialized
GovOPlaN/govoplan-datasources.
- Core contracts:
8b1910b - Datasources module:
1cb6228 - Connectors origin…
Codex State: progress
Dataflow now uses Core's shared definition-graph primitives and consumes the
governed Datasources catalogue/lifecycle contract rather than Connectors
directly (6ca3058).…
Codex State: done
The consumer side is implemented in 6ca3058, with Core contract 8b1910b,
Datasources provider 1cb6228, and Connectors adapter 27302f0.
The issue's direct Connector…