mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-02 18:13:27 +02:00
#6239 resolved main's own duplicate 242 by shifting 242_workspace_teardown_dirty_trigger_guard to 243, which cascaded every later prefix up by one. main now reaches 248 (248_agent_task_trigger_comment_index), so this branch's 248 collided again. Ours move to 249/250; 250's header reference updated to match. The previous backend CI failure was that inherited duplicate 242 on main, not this branch — it is fixed upstream now. Verified: migration lint (all three prefix tests) passes on the merged tree; fresh DB migrate up through 250; go test ./cmd/server ./internal/handler ./internal/attribution ./internal/service ./internal/migrations; pnpm typecheck 6/6. Co-authored-by: multica-agent <github@multica.ai>