Implement Phase 1 of KAT #1

Merged
dubey merged 10 commits from phase1 into main 2025-05-16 20:19:26 -04:00
Showing only changes of commit 3f01b3aa9d - Show all commits

View File

@ -20,6 +20,11 @@ test: generate
@echo "Running tests..."
@go test -count=1 ./...
kat-agent:
@echo "Building kat-agent..."
@go build -o kat-agent ./cmd/kat-agent/main.go
lint:
@echo "Running linter..."
@if ! command -v golangci-lint &> /dev/null; then \