schedule-continuity-workflow
Installation
SKILL.md
Schedule Continuity Workflow
Use this skill for the schedule continuity feature across erify_api, erify_studios, and Google Sheets integration scripts.
Canonical Feature Docs
apps/erify_api/docs/SCHEDULE_CONTINUITY.mdapps/erify_api/docs/design/IMPLEMENTATION_CANCELLED_PENDING_RESOLUTION_GAP_MVP.mdapps/erify_studios/docs/design/DESIGN_FE_SCHEDULE_CONTINUITY_IMPLEMENTATION_PLAN.md
Baseline Behavior
- Schedule flow is
update -> validate -> publish. - Publish is identity-preserving diff+upsert (no delete-all/recreate path).
- Removed shows with active tasks move to
cancelled_pending_resolution. - Removed shows without active tasks move to
cancelled. - Reappearing shows (matched by
(client_id, external_id)) are restored in place.