# Known Issues **Last updated:** 2026-03-03 ## Silo 1. **Auth not production-hardened** -- LDAP/OIDC backends are coded but need infrastructure deployment. Currently only local (bcrypt) auth is tested in production. 2. **No unit tests** for Silo FreeCAD commands or Go backend. 3. **`Silo_BOM` requires Silo-tracked document** -- Unregistered documents show a warning with no inline registration path. ## Assembly 4. **Solver datum handling is minimal** -- Joints referencing datum planes/points may produce incorrect placement. The Kindred fork carries patches to `findPlacement()` for `PartDesign::Plane`, `PartDesign::Point`, `App::Plane`, and `App::Point`, but coverage is incomplete for complex assemblies. ## Theme 5. **QSS edits** -- Only edit `src/Gui/Stylesheets/KindredCreate.qss`. The PreferencePacks copy at `src/Gui/PreferencePacks/KindredCreate/KindredCreate.qss` is generated at build time via `configure_file()`. ## Platform 6. **CI/CD is Linux x86_64 only** -- macOS and Windows build presets are defined but no CI runners are configured. 7. **Wayland fractional scaling** -- Some HiDPI scaling issues remain on Wayland with fractional scaling factors. ## Archived Addons 8. **ztools and QuickNav archived** -- These addons are in `reference/ztools/` and `reference/quicknav/` for reference only. They are not built or loaded. ZTools commands are being reimplemented through the KCSDK system and the datums addon.