zhi-2026-04-18 #16
Reference in New Issue
Block a user
Delete Branch "zhi-2026-04-18"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- New model: ScheduleType (name, work_from/to, entertainment_from/to) - Agent.schedule_type_id FK to schedule_types - CRUD API: GET/POST/PATCH/DELETE /schedule-types/ - Agent assignment: PUT /schedule-types/agent/{agent_id}/assign - Agent self-query: GET /schedule-types/agent/me - Permissions: schedule_type.read, schedule_type.manage - Migration: adds schedule_type_id column to agents table Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>