nomadcode/services/core/internal
toki d7aafc47d3 refactor(workflow): task lifecycle를 별도 레이어로 분리하고 interface 추상화한다
- Lifecycle에 taskStore interface를 도입해 storage 의존성 추상화
- validTaskStatus, terminalTaskStatus, canEnqueueStatus helper 함수로 상태 검사 로직 분리
- QueueTask 메서드를 Lifecycle로 이동해 상태 전이 통합 관리
- Service에 lifecycle 필드 추가하고 EnqueueTask에서 lifecycle 활용
- lifecycle 전이 검증 및 enqueue 흐름 테스트 추가
2026-06-01 10:23:08 +09:00
..
adapters
agent
config feat: update project rules, roadmap, and core service changes 2026-05-30 19:32:48 +09:00
db feat: add task metadata migration and update workflow service 2026-05-24 18:10:40 +09:00
http feat: update project rules, roadmap, and core service changes 2026-05-30 19:32:48 +09:00
model
notification feat: update project rules, roadmap, and core service changes 2026-05-30 19:32:48 +09:00
protosocket feat: proto socket infrastructure communication rail - client diagnostics & archive M12 core diagnostics 2026-05-31 05:50:18 +09:00
scheduler feat: notification 및 workflow 기능 개선 2026-05-24 19:36:43 +09:00
storage feat: add task metadata migration and update workflow service 2026-05-24 18:10:40 +09:00
workflow refactor(workflow): task lifecycle를 별도 레이어로 분리하고 interface 추상화한다 2026-06-01 10:23:08 +09:00
workitem
workitempipeline