feat: add generated scene skill platform hardening

This commit is contained in:
木炎
2026-04-21 23:19:06 +08:00
parent 118fc77935
commit 956f0c2b68
439 changed files with 61974 additions and 3645 deletions

View File

@@ -147,5 +147,7 @@ fn bridge_backend_maps_bridge_failure_to_pipe_error() {
)
.unwrap_err();
assert!(matches!(error, PipeError::Protocol(message) if message == "bridge action failed: selector not found"));
assert!(
matches!(error, PipeError::Protocol(message) if message == "bridge action failed: selector not found")
);
}