Use project runtime in Windows smoke test

This commit is contained in:
Violin
2026-08-01 22:37:57 +01:00
parent 2932bdf46c
commit 1ce445ae59
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
## 3.0.0
- Made the Windows workflow smoke harness use the repository virtual-environment runtime when available, avoiding false failures from a dependency-free system Python.
- Made background execution restart-safe by recording PID creation times and deadlines, refusing to signal reused PIDs, recovering matching processes, and marking missing processes as lost; new pending batches now use collision-resistant UUIDs.
- Made burst execution atomic at admission: every command is preflighted before launch, required sync credit is reserved under one lock, and unused reservations are returned after partial batches.
- Fixed target extraction for dotted identifiers and direct `/dev/tcp`/`/dev/udp` redirections, and prevented network-capable local-looking commands from bypassing execution accounting.