π Hatchback v0.1.9
β¨ New Commands
hbk CLI Shortcut
Use hbk as a shorthand for hatchback β all commands work with either.
hbk make product # same as: hatchback make producthbk remove <resource>
The inverse of hbk make. Deletes all 6 scaffolded files (model, schema, repository, service, route, test) and cleans up all __init__.py imports automatically.
hbk remove product # asks for confirmation
hbk remove product --force # skips confirmationhbk upgrade
Sync the latest agent skills and infrastructure files into existing projects β without touching Docker files, user code, or config.
pip install --upgrade hatchback
hbk upgradeπ€ Built-in Agent Skills
New projects now ship with two GitHub Agent Skills in .github/skills/:
hatchbackβ Project overview, CLI commands, database config, auth system, and conventions.clean-architectureβ Layered architecture rules, code examples, anti-patterns, and testing patterns.
Works with GitHub Copilot coding agent, Copilot CLI, and VS Code agent mode. Existing projects can get them via hbk upgrade.
π§ Improvements
- CLI
--helpexamples now use thehbkshortcut - Post-init help text shows all available commands
- Updated
MANIFEST.into include.githubdotdir in package distributions