Skip to content

Craft v1.5.0 - Distribution Commands

Choose a tag to compare

@Data-Wise Data-Wise released this 27 Dec 17:27
· 194 commits to main since this release

What's New

Distribution Commands (2 new)

  • /craft:dist:homebrew - Generate and update Homebrew formulas

    • Auto-detect project type (Python, Node, Go, Rust)
    • Calculate SHA256 for release tarballs
    • Push to homebrew-tap repository
  • /craft:dist:curl-install - Create curl-based installation scripts

    • Smart auto-detection (uv → pipx → brew → pip)
    • Platform detection (OS, architecture)
    • Version pinning and README integration

Distribution Skills (2 new)

  • distribution-strategist - Recommend optimal distribution channels
  • homebrew-formula-expert - Formula best practices and troubleshooting

Stats

  • 53 commands (+2)
  • 13 skills (+2)
  • 7 agents

Dogfooding

Tested on aiterm v0.3.5:

  • ✅ Generated and validated Homebrew formula
  • ✅ Created install.sh with smart auto-detection
  • ✅ Updated README with curl install instructions

Full Changelog

v1.4.0...v1.5.0