nomadcode/services/core/internal/gitosync
toki 9e534d8133 fix(gitosync): omit RoadmapRevision on missing-create to allow authoring roundtrip
When the missing-create path stores a RoadmapRevision, a later reconcile push
(after the authoring roundtrip adds the Plane identity to the milestone file)
conflicts with ReconcileCreationCycle's revision guard because the new push has
a different revision than the original missing-create push.

Since missing-create has no completed projection steps, a future reconcile on a
different revision should be allowed to resume. Omit RoadmapRevision from the
missing-create job args so the persisted row stores NULL and the revision guard
does not block the subsequent reconcile push.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-21 15:28:53 +09:00
..
bridge.go fix(gitosync): omit RoadmapRevision on missing-create to allow authoring roundtrip 2026-06-21 15:28:53 +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