Use Bandit child spec directly

This commit is contained in:
2026-06-21 14:26:04 +02:00
parent a89175e230
commit 64ca5d4637
2 changed files with 12 additions and 24 deletions

View File

@@ -41,6 +41,7 @@ after each item.
- [x] `ui/registry.ex` O(1) lookups (verified keep: compile-time caching would freeze localized labels)
- [x] `bounded_atoms.ex` O(1) allow-lists
- [x] `scripting/job_store.ex`
- [x] `desktop/server.ex`
---