fix(xtask): run verification from workspace root

This commit is contained in:
slhx agent
2026-07-13 11:16:59 +02:00
parent f93051357a
commit e5ff513d90
3 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -860,7 +860,7 @@ what a valid business email is. [north_star]
0 003 Generated registries are validated by compile-time tests: missing handler implementations produce test failures with actionable messages. [north_star]
### req: test/004
0 004 Repository-wide verification uses a resource-aware runner that caps Cargo build jobs and Rust test threads from available CPU and memory. User-requested concurrency cannot exceed the detected safe cap. [north_star]
0 004 Repository-wide verification uses a resource-aware runner that runs from the hemx workspace root regardless of the caller's directory and caps Cargo build jobs and Rust test threads from available CPU and memory. User-requested concurrency cannot exceed the detected safe cap. [north_star]
### req: test/012
0 012 Browser E2E runs as an isolated step and can be skipped explicitly when browser infrastructure is unavailable. [north_star]