nomadcode/services/core/internal/roadmapsync
toki fad5627ae6 feat: milestone work item creation/sync 구현 및 roadmap sync 기능 추가
- Plane Todo projection 및 idempotency/retry 메커니즘 구현
- Roadmap sync identity 및 step 모델/DB 마이그레이션/쿼리 추가
- OpenAI 및 Plane adapter 개선
- roadmaps sync package: plane_format, plane_projection, retry 모듈 추가
- Storage layer: roadmap_sync_identities, roadmap_sync_steps 추가
- agent-task 아카이브 정리
2026-06-14 04:08:15 +09:00
..
develop_match.go feat(core): add roadmapsync package for milestone work item creation 2026-06-13 22:09:45 +09:00
develop_match_test.go feat(core): add roadmapsync package for milestone work item creation 2026-06-13 22:09:45 +09:00
identity.go feat: milestone work item creation/sync 구현 및 roadmap sync 기능 추가 2026-06-14 04:08:15 +09:00
identity_test.go feat: milestone work item creation/sync 구현 및 roadmap sync 기능 추가 2026-06-14 04:08:15 +09:00
milestone_parser.go feat(core): add roadmapsync package for milestone work item creation 2026-06-13 22:09:45 +09:00
milestone_parser_test.go feat(core): add roadmapsync package for milestone work item creation 2026-06-13 22:09:45 +09:00
plane_format.go feat: milestone work item creation/sync 구현 및 roadmap sync 기능 추가 2026-06-14 04:08:15 +09:00
plane_format_test.go feat: milestone work item creation/sync 구현 및 roadmap sync 기능 추가 2026-06-14 04:08:15 +09:00
plane_projection.go feat: milestone work item creation/sync 구현 및 roadmap sync 기능 추가 2026-06-14 04:08:15 +09:00
plane_projection_test.go feat: milestone work item creation/sync 구현 및 roadmap sync 기능 추가 2026-06-14 04:08:15 +09:00
retry.go feat: milestone work item creation/sync 구현 및 roadmap sync 기능 추가 2026-06-14 04:08:15 +09:00
retry_test.go feat: milestone work item creation/sync 구현 및 roadmap sync 기능 추가 2026-06-14 04:08:15 +09:00