Files
llm-intelligence/scripts/package_stub.go
2026-05-29 18:48:48 +08:00

6 lines
248 B
Go

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.