hp-prod-tracker/src/lib/services
Leivur R. Djurhuus 9f97cfe218 Add Deliverable CRUD with pipeline dependency engine
- Deliverable service auto-creates 10 pipeline stages on creation
- Stages start as BLOCKED/NOT_STARTED based on dependency rules
- Dependency engine: canStageStart() validates all prerequisites
- Stage machine: enforces valid status transitions
- Critical gate approval auto-unblocks downstream stages
- API routes for deliverables (nested under projects) and stages
- Zod validators for deliverable create/update

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 21:14:32 -06:00
..
deliverable-service.ts Add Deliverable CRUD with pipeline dependency engine 2026-02-28 21:14:32 -06:00
project-service.ts Add Project CRUD: API routes, service layer, form, and list page 2026-02-28 21:11:46 -06:00
stage-service.ts Add Deliverable CRUD with pipeline dependency engine 2026-02-28 21:14:32 -06:00