chore: remove the retired anima-desktop (Slint) crate #398
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!398
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/remove-anima-desktop"
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?
anima-desktophas been retired since 2026-07-04 in favour ofanima-pwa, but the crate stayed in the workspace and had stopped compiling — 15 errors, all from proto drift the retired client was never updated for:GetThreadRequestgainedagent_target/thread_idListActivityRequestgainedafter_seqseshat_document_idchangedi64→StringThose errors are identical at this morning's
main(9640e637) and at currentmain, so they predate today's merges.Why it matters
cargo check --workspacewas permanently red. A genuine regression anywhere in the workspace was indistinguishable from the standing desktop noise, and every caller had to remember--exclude anima-desktopto get a usable signal.cargo check --workspace --all-targetsis now clean.Removed
crates/anima-desktop— 6.9 MB: Slint UI, snapshot harness, golden PNGs (87 files, −23,606 lines)slint/slint-buildworkspace dependencies--exclude anima-desktopfrom.solstice/job.sh, theanima-implementeragent brief, and.forgejo/workflows/ci.yml. Note cargo tolerates excluding a non-member, so these were stale rather than actively broken — hygiene, not a fix.crates/anima-desktop/**pull_requestpath filter inci.ymlHistorical design/plan/research docs that describe the crate are left as written — they are a record of what was built, not instructions.
Verification
cargo check --workspace --all-targets— cleancargo test --workspace --exclude anima-server— all greencargo clippy --workspace --exclude anima-server— cleananima-server's own suite needs a live Postgres per test and was not run here.