Bounded context barrel export for the agentic workflow support modules.
Architecture:
src/workflows/├── types.ts — Shared 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 Copy
src/workflows/├── types.ts — Shared 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.
Description
Bounded context barrel export for the agentic workflow support modules.
Architecture:
See
WORKFLOWS.md for the full bounded context architecture documentation.