feat(01-01): create main.go, test scaffolding, and testdata fixtures

- main.go entry point (7 lines) delegates to cmd.Execute()
- cmd/root.go stub so go build ./... compiles (Plan 05 replaces)
- pkg/providers, pkg/storage, pkg/engine package stubs
- Test stubs with t.Skip() for providers, storage, engine packages
- testdata/samples: openai_key.txt, anthropic_key.txt, multiple_keys.txt, no_keys.txt
- go build ./... and go test ./... -short both exit 0
This commit is contained in:
salvacybersec
2026-04-05 00:04:42 +03:00
parent 7994220fbe
commit 58259cb9d3
12 changed files with 103 additions and 0 deletions

3
testdata/samples/no_keys.txt vendored Normal file
View File

@@ -0,0 +1,3 @@
# This file contains no API keys
# Used to verify false-positive rate is zero for clean files
Hello world