Skip to content

Add brief ai subcommand#4

Open
andrew wants to merge 3 commits intomainfrom
add-ai-subcommand
Open

Add brief ai subcommand#4
andrew wants to merge 3 commits intomainfrom
add-ai-subcommand

Conversation

@andrew
Copy link
Copy Markdown
Contributor

@andrew andrew commented Mar 18, 2026

Adds a new brief ai subcommand that scans git commits for AI tool involvement using chaoss/ai-detection-action as a Go library.

Detects known AI bot committer emails, Co-Authored-By trailers, commit message patterns, and tool name mentions across four confidence levels.

brief ai [--range=base..head] [--min-confidence=low|medium|high] [--json|--human|--markdown] [path]

Exit code 1 if AI signals found, 0 if clean. Markdown output follows the pattern from #3.

andrew added 3 commits April 6, 2026 10:27
Uses chaoss/ai-detection-action as a library to scan git commits for
AI tool involvement. Supports commit range filtering, confidence
thresholds, and JSON/human/markdown output formats.
New direct dependencies were listed as indirect, causing
go test and golangci-lint to fail.
@andrew andrew force-pushed the add-ai-subcommand branch from f42ab81 to 5f9c748 Compare April 6, 2026 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant