fix: harden review and verifier governance

This commit is contained in:
phamnazage-jpg
2026-05-29 18:48:48 +08:00
parent 88833fac8b
commit e999d31b25
133 changed files with 2538 additions and 159 deletions

5
scripts/package_stub.go Normal file
View File

@@ -0,0 +1,5 @@
package main
// This stub keeps `go test ./scripts` buildable without pulling every CLI entrypoint
// into the same package compilation unit. Command-specific behavior is verified
// through file-scoped go test/go run invocations and shell gates.