Initialize governed Dataflow module

This commit is contained in:
2026-07-28 01:28:17 +02:00
commit 223c008ff3
44 changed files with 6204 additions and 0 deletions

22
AGENTS.md Normal file
View File

@@ -0,0 +1,22 @@
# GovOPlaN Dataflow Codex Guide
## Scope
This repository owns canonical pipeline definitions, immutable revisions,
validation, constrained SQL compilation, preview and run diagnostics, and
lineage references.
Keep external connection profiles and credentials in `govoplan-connectors`,
analytical presentation in `govoplan-reporting`, process orchestration in
`govoplan-workflow`, and sanctions review semantics in
`govoplan-risk-compliance`.
## Working Rules
- Never pass user-entered SQL directly to a database.
- Keep previews bounded by rows, bytes, nodes, and execution time.
- Do not persist preview row contents unless a future explicit retention policy
requires it.
- Optional module integrations use manifest interfaces and capabilities, not
direct imports.
- Gitea issues are the canonical backlog and implementation state.