Claude fixes #1
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
toasterson/Anima!1
Loading…
Reference in a new issue
No description provided.
Delete branch "claude/priceless-turing-45892e"
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?
WorkItemRepo::create was inserting only id/project/plan/title/description/ workflow_id; status and priority were never bound and silently took their DB defaults ('open', 'medium'). The service handler never mapped the proto enums either, so every created item came back MEDIUM regardless of input. - crates/anima-db: extend `create` with optional status/priority/current_phase parameters, COALESCE to the existing defaults if unset. - crates/anima-server: map CreateWorkItemRequest.priority (and workflow_id) through to the repo call — same mapping logic the update path already uses. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>