v0.1.0
🌠 Comet v0.1.0 - Initial Release
The first release of Comet is here! Comet is a flexible, schema-driven CLI tool for creating structured git commit messages.
✨ What's Included
git cmt- Interactive commit creation with schema-driven promptsgit cmt init- Initialize configuration with built-in templates (Conventional Commits or Minimal)- Schema validation - Enforce message length, patterns, and required fields
- Git integration - Uses
git commitunder the hood, respecting your existing config (GPG signing, hooks, etc.) - Flexible configuration - Define custom commit schemas via TOML
Install git-cmt 0.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/adernild/comet/releases/download/v0.1.0/git-cmt-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/adernild/comet/releases/download/v0.1.0/git-cmt-installer.ps1 | iex"Download git-cmt 0.1.0
| File | Platform | Checksum |
|---|---|---|
| git-cmt-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| git-cmt-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| git-cmt-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| git-cmt-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| git-cmt-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |