Clyde v0.2.4
Clyde v0.2.4
This release adds a read-only repository scan report command for quick human review, CI checks, and AI-ready diagnostics.
Added
clyde scan-report REPOsummarizes repository scan shape without creating a bundle or contacting external services.clyde scan-report REPO --jsonemits structured output for automation and AI assistants.- Reports include included/skipped file counts, chunk count, largest files, extension counts, skip reasons, and active scan limits.
scan-reportis wired into command help, JSON help catalog, and shell completions.
Validation
go test ./...clyde scan-report . --jsonJSON parse check- Completion generation for bash, zsh, fish, PowerShell, Elvish, Nushell, Xonsh, Tcsh, Clink, Yash, Oil/OSH/YSH
- Windows amd64 cross-build