veritas-kanban/shared
Brad Groux 450ee469ce
feat(shared): export governance, policy, and workflow types (#252) (#256)
- Add shared/src/types/governance.ts — re-exports decision, drift, feedback, and scoring types from their canonical files
- Add shared/src/types/policy.ts — re-exports policy types from policy.types.ts
- Add shared/src/types/workflow.ts — extracts WorkflowDefinition, WorkflowRun, WorkflowStep, StepRunStatus and related types from server/src/types/workflow.ts into shared
- Update shared/src/types/index.ts to barrel-export workflow types
- Update shared/package.json with subpath exports for governance, policy, and workflow type paths

Closes #252

Co-authored-by: Brad Groux <bradgroux@users.noreply.github.com>
2026-03-23 20:16:11 -05:00
..
src feat(shared): export governance, policy, and workflow types (#252) (#256) 2026-03-23 20:16:11 -05:00
package.json feat(shared): export governance, policy, and workflow types (#252) (#256) 2026-03-23 20:16:11 -05:00
tsconfig.json feat: initial project scaffolding 2026-01-26 02:34:54 -06:00