• Joined on 2025-08-22
zemion pushed to main at GovOPlaN/govoplan-workflow 2026-07-28 13:49:03 +02:00
6737b60c11 feat: persist and edit versioned workflow definitions
zemion pushed to main at GovOPlaN/govoplan-dataflow 2026-07-28 13:48:52 +02:00
6305ef9cef feat: run pinned pipelines and publish outputs
zemion pushed to main at GovOPlaN/govoplan-datasources 2026-07-28 13:48:45 +02:00
8ae7dace99 feat: add idempotent producer publication
zemion pushed to main at GovOPlaN/govoplan-core 2026-07-28 13:48:32 +02:00
baa2143a26 feat: add dataflow publication contracts and workflow webui
zemion pushed to main at GovOPlaN/govoplan 2026-07-28 12:52:51 +02:00
6afb8fea76 fix: exclude generated artifacts from wiki sync
zemion commented on issue GovOPlaN/govoplan-workflow#2 2026-07-28 12:48:21 +02:00
[Feature] Extract/generalize reusable workflow/review patterns into 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…

zemion closed issue GovOPlaN/govoplan-dataflow#6 2026-07-28 12:48:21 +02:00
[Feature] Consume connector-backed tabular sources and schema discovery
zemion commented on issue GovOPlaN/govoplan-dataflow#9 2026-07-28 12:48:21 +02:00
[Feature] Expose Dataflow run lifecycle to Workflow

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…

zemion commented on issue GovOPlaN/govoplan-connectors#9 2026-07-28 12:48:21 +02:00
[Feature] Provide governed tabular datasource discovery and bounded preview

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…

zemion commented on issue GovOPlaN/govoplan-core#216 2026-07-28 12:48:20 +02:00
[Feature] Recurring datasource and data-transformation workflows

Codex State: progress

The architecture decision and base contracts are complete:

  • Connectors acquires external data and publishes origins.
  • Datasources governs live/cached/static sources,…
zemion opened issue GovOPlaN/govoplan-workflow#5 2026-07-28 12:48:20 +02:00
[Feature] Persist, edit, and execute reusable workflow definition graphs
zemion commented on issue GovOPlaN/govoplan-core#188 2026-07-28 12:48:20 +02:00
[Feature] Define govoplan-datasources module

Codex State: done

Implemented the two-layer architecture and initialized GovOPlaN/govoplan-datasources.

  • Core contracts: 8b1910b
  • Datasources module: 1cb6228
  • Connectors origin…
zemion closed issue GovOPlaN/govoplan-core#188 2026-07-28 12:48:20 +02:00
[Feature] Define govoplan-datasources module
zemion commented on issue GovOPlaN/govoplan-dataflow#1 2026-07-28 12:48:20 +02:00
[Epic] Deliver a governed Dataflow manager with graphical and SQL editing

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).…

zemion commented on issue GovOPlaN/govoplan-dataflow#6 2026-07-28 12:48:20 +02:00
[Feature] Consume connector-backed tabular sources and schema discovery

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…

zemion opened issue GovOPlaN/govoplan-datasources#4 2026-07-28 12:48:19 +02:00
[Debt] Harden materialization storage and concurrent revision allocation
zemion opened issue GovOPlaN/govoplan-datasources#5 2026-07-28 12:48:19 +02:00
[Feature] Add policy-aware datasource and field visibility
zemion opened issue GovOPlaN/govoplan-datasources#2 2026-07-28 12:48:19 +02:00
[Feature] Add datasource quality gates, schema policy, approvals, and retention
zemion opened issue GovOPlaN/govoplan-datasources#3 2026-07-28 12:48:19 +02:00
[Feature] Publish module outputs as immutable datasource materializations
zemion opened issue GovOPlaN/govoplan-datasources#1 2026-07-28 12:48:18 +02:00
[Epic] Deliver the governed datasource catalogue and lifecycle