Skip to content

Clyde v0.2.4

Choose a tag to compare

@cshaiku cshaiku released this 22 Aug 19:58
· 35 commits to main since this release

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 REPO summarizes repository scan shape without creating a bundle or contacting external services.
  • clyde scan-report REPO --json emits 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-report is wired into command help, JSON help catalog, and shell completions.

Validation

  • go test ./...
  • clyde scan-report . --json JSON parse check
  • Completion generation for bash, zsh, fish, PowerShell, Elvish, Nushell, Xonsh, Tcsh, Clink, Yash, Oil/OSH/YSH
  • Windows amd64 cross-build