EU Parliament Monitor — API Documentation - v0.9.0
    Preparing search index...

    Module Workflows

    Bounded context barrel export for the agentic workflow support modules.

    Architecture:

    src/workflows/
    ├── types.tsShared workflow contract types
    ├── completeness-gate/ — Stage C validation (from validate-analysis-completeness.js)
    ├── infrastructure/ — Shell safety validation rules and utilities
    └── safe-outputs/ — Stage E PR creation constraints

    WORKFLOWS.md for the full bounded context architecture documentation.

    Interfaces

    StageGateResult → StageGateResult
    ValidationIssue → ValidationIssue
    ArtifactValidationResult → ArtifactValidationResult
    StageHistoryEntry → StageHistoryEntry

    Type Aliases

    DataMode → DataMode
    GateVerdict → GateVerdict
    StageCVerdict → StageCVerdict
    IssueSeverity → IssueSeverity
    PipelineStage → PipelineStage

    Variables

    DATA_MODE_REDUCTION → DATA_MODE_REDUCTION

    Modules

    completenessGate → Workflows/CompletenessGate
    infrastructure → Workflows/Infrastructure
    safeOutputs → Workflows/SafeOutputs