huskies: rename project from storkit to huskies

Rename all references from storkit to huskies across the codebase:
- .storkit/ directory → .huskies/
- Binary name, Cargo package name, Docker image references
- Server code, frontend code, config files, scripts
- Fix script/test to build frontend before cargo clippy/test
  so merge worktrees have frontend/dist available for RustEmbed

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Timmy
2026-04-03 16:12:52 +01:00
parent a7035b6ba7
commit 2d8ccb3eb6
572 changed files with 1340 additions and 1220 deletions
Generated
+42 -42
View File
@@ -1505,6 +1505,48 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "huskies"
version = "0.8.8"
dependencies = [
"async-stream",
"async-trait",
"bytes",
"chrono",
"chrono-tz",
"eventsource-stream",
"filetime",
"futures",
"homedir",
"ignore",
"libc",
"libsqlite3-sys",
"matrix-sdk",
"mime_guess",
"mockito",
"notify",
"poem",
"poem-openapi",
"portable-pty",
"pulldown-cmark",
"regex",
"reqwest 0.13.2",
"rust-embed",
"serde",
"serde_json",
"serde_urlencoded",
"serde_yaml",
"sha2 0.11.0",
"strip-ansi-escapes",
"tempfile",
"tokio",
"tokio-tungstenite 0.29.0",
"toml 1.1.2+spec-1.1.0",
"uuid",
"wait-timeout",
"walkdir",
]
[[package]]
name = "hybrid-array"
version = "0.4.10"
@@ -4103,48 +4145,6 @@ version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
[[package]]
name = "storkit"
version = "0.8.8"
dependencies = [
"async-stream",
"async-trait",
"bytes",
"chrono",
"chrono-tz",
"eventsource-stream",
"filetime",
"futures",
"homedir",
"ignore",
"libc",
"libsqlite3-sys",
"matrix-sdk",
"mime_guess",
"mockito",
"notify",
"poem",
"poem-openapi",
"portable-pty",
"pulldown-cmark",
"regex",
"reqwest 0.13.2",
"rust-embed",
"serde",
"serde_json",
"serde_urlencoded",
"serde_yaml",
"sha2 0.11.0",
"strip-ansi-escapes",
"tempfile",
"tokio",
"tokio-tungstenite 0.29.0",
"toml 1.1.2+spec-1.1.0",
"uuid",
"wait-timeout",
"walkdir",
]
[[package]]
name = "string_cache"
version = "0.8.9"