nomadcode/services/core/internal
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
..
adapters update core services and move progress files to archive 2026-06-20 19:25:18 +09:00
agent
authoring feat(authoring): identity write 구현 및 scheduler/river 리팩토링 2026-06-20 21:09:26 +09:00
config feat(roadmapsync): plane origin authoring roundtrip 기능 및 마일스톤 ID 지원 2026-06-21 07:59:56 +09:00
db feat(roadmapsync): plane origin authoring roundtrip 기능 및 마일스톤 ID 지원 2026-06-21 07:59:56 +09:00
gitoevents feat: gito http webhook consumer readiness milestone completion 2026-06-19 14:06:24 +09:00
gitosync fix(gitosync): omit RoadmapRevision on missing-create to allow authoring roundtrip 2026-06-21 15:28:53 +09:00
http update roadmap and fix gito webhook implementations 2026-06-19 20:10:35 +09:00
model update core services and move progress files to archive 2026-06-20 19:25:18 +09:00
notification feat: mattermost task notification adapter and agent-task archive 2026-06-03 20:02:37 +09:00
projectsync feat(workitempipeline): add provision service and archive G06 artifacts 2026-06-14 05:13:16 +09:00
protosocket feat: project sync checkout implementation and task archive migration 2026-06-07 03:29:53 +09:00
roadmapsync chore: archive old subtask files and update roadmapsyncpipeline 2026-06-21 08:54:11 +09:00
roadmapsyncpipeline chore: archive old subtask files and update roadmapsyncpipeline 2026-06-21 08:54:11 +09:00
scheduler fix(scheduler): skip task finalizer when Ref.ID is empty for missing-create jobs 2026-06-21 13:45:48 +09:00
storage feat(roadmapsync): plane origin authoring roundtrip 기능 및 마일스톤 ID 지원 2026-06-21 07:59:56 +09:00
workflow fix(scheduler): skip task finalizer when Ref.ID is empty for missing-create jobs 2026-06-21 13:45:48 +09:00
workitem feat: work item creation sync milestone implementation 2026-06-14 06:38:50 +09:00
workitempipeline feat: webhook idempotency & test improvements 2026-06-15 17:36:37 +09:00