nomadcode/services/core/internal/gitosync
toki 9338a8500c fix(gitosync): fill in missing tenant/project from bridge config on reconcile path
When a milestone file's provider identity block omits Tenant and Project
(both are optional since MatchDevelopMilestone fills them from expected),
the bridge's FetchWorkItem call fails with ErrInvalidInput because
planeWorkItemRef requires all three: tenant, project, id.

Fill in missing Tenant/Project from BridgeConfig before building the ref,
mirroring the missing-create path which always uses b.cfg.Tenant/Project.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-21 15:22:34 +09:00
..
bridge.go fix(gitosync): fill in missing tenant/project from bridge config on reconcile path 2026-06-21 15:22:34 +09:00
bridge_test.go feat(roadmapsync): plane origin authoring roundtrip 기능 및 마일스톤 ID 지원 2026-06-21 07:59:56 +09:00
runner.go fix: gito sync failure ops and archive plan/review docs 2026-06-17 10:09:29 +09:00
runner_test.go fix: gito sync failure ops and archive plan/review docs 2026-06-17 10:09:29 +09:00
scanner.go feat(roadmapsync): plane origin authoring roundtrip 기능 및 마일스톤 ID 지원 2026-06-21 07:59:56 +09:00
scanner_test.go feat(roadmapsync): plane origin authoring roundtrip 기능 및 마일스톤 ID 지원 2026-06-21 07:59:56 +09:00