Getting started
Run the init command in your project root:
npx @muselet/init
This will:
- Install the
@muselet/commitlint-pluginpackage - Create a
commitlint.config.mjs - Set up a husky commit-msg hook
- Generate
muselet.mdagent instructions - Optionally add a GitHub Action for CI
What happens next
Once set up, every commit message will be validated against muselet's rules. Your AI coding agents will read muselet.md and write structured commit messages automatically.
Next: configure your rules or learn about agent setup.