Implement SAND-WP-0003: validation meta-framework extraction

Port e2e-framework schema, runner, and reporter into wise-validator with
sand-boxer CLI integration, validate run CLI, unit tests, registry capability,
and operator docs.
This commit is contained in:
2026-06-23 21:37:07 +02:00
parent 9be1c3028d
commit 8d509fc6f1
23 changed files with 1435 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
services:
web:
image: docker.io/library/nginx:alpine
ports:
- "127.0.0.1:8080:80"