Skip to content

Commit 29b64c6

Browse files
fix(skills): point the orchestration error contract at its moved module
#6150 branched before #6134, so skill-lifecycle.ts imports @/lib/workflows/orchestration/types — the module #6134 moved to @/lib/core/orchestration/types. Git merged a file deletion on one side with a new file referencing it on the other: no textual conflict, broken build. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 96c5575 commit 29b64c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/lib/skills/orchestration/skill-lifecycle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import {
99
skillDescriptionSchema,
1010
skillNameSchema,
1111
} from '@/lib/api/contracts/skills'
12+
import type { OrchestrationErrorCode } from '@/lib/core/orchestration/types'
1213
import { captureServerEvent } from '@/lib/posthog/server'
1314
import { getSkillActorContext } from '@/lib/skills/access'
14-
import type { OrchestrationErrorCode } from '@/lib/workflows/orchestration/types'
1515
import { getBuiltinSkillByName, isBuiltinSkillId } from '@/lib/workflows/skills/builtin-skills'
1616
import { deleteSkill, getSkillById, upsertSkills } from '@/lib/workflows/skills/operations'
1717

0 commit comments

Comments
 (0)