apple / swift (pull_request) Successful in 1m56s
apple / distribute (pull_request) Skipped
apple / screenshots (pull_request) Skipped
ci / rust-arm64 (pull_request) Failing after 24s
ci / web (pull_request) Successful in 3m51s
ci / docs-site (pull_request) Successful in 4m19s
ci / bun-nix (pull_request) Successful in 5m28s
android / android (pull_request) Successful in 9m43s
windows-client / client (arm64, --no-default-features, aarch64-pc-windows-msvc, C:\t-a64) (pull_request) Successful in 3m13s
windows-client / client (x64, , x86_64-pc-windows-msvc, C:\t) (pull_request) Successful in 6m51s
ci / rust (pull_request) Successful in 35m11s
nix / flake (pull_request) Failing after 2m0s
`mgmt::tests::openapi_document_is_complete_and_checked_in` compares the served document against the checked-in snapshot, so the endpoint doc edits in the scanner removal made it stale and failed `ci / rust`. Regenerated with `cargo run -p punktfunk-host -- openapi > api/openapi.json`. The diff is 11 lines, all descriptions — no path, operationId or schema shape moved. In particular `SourceOrigin` still enumerates ["builtin", "plugin"]: the variant was kept deliberately so the console, which ships as its own package and drives an N-1 host that still reports builtin sources, does not have its generated union narrowed out from under that pairing.