0.3.4-alpha.5

This commit is contained in:
2026-09-21 18:22:19 +02:00
parent fa17ea0ca5
commit 74cdb177e9
8 changed files with 358 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# file: scripts/audit_distribution_layout.py
# version: 17
# version: 18
"""Audit the static distribution layout expected by supported POCs."""
@@ -24,6 +24,7 @@ FORBIDDEN_PATHS = (
REQUIRED_PATHS = (
"crates/apps/game-realtime-websocket-smoke/Cargo.toml",
"crates/apps/game-reflex-poc-desktop/Cargo.toml",
"crates/apps/game-snake-poc-desktop/Cargo.toml",
"crates/apps/game-reflex-poc-tauri/Cargo.toml",