test(01-02): add failing tests for provider schema validation and registry

This commit is contained in:
salvacybersec
2026-04-05 00:03:55 +03:00
parent fb8a1f002b
commit ebaf7d7c2d
11 changed files with 152 additions and 0 deletions

8
cmd/root.go Normal file
View File

@@ -0,0 +1,8 @@
package cmd
import "os"
// Execute is a stub. The real command tree is built in Plan 05.
func Execute() {
_ = os.Args
}