Skip to content

Releases: rosylilly/commitlint-config-agent-coauthor

v1.0.0

Choose a tag to compare

1.0.0 (2026-06-02)

⚠ BREAKING CHANGES

  • the individual agent exports claude, codex, gemini, and cursor are removed. Use agents.claude / agents.cursor for a single built-in, or defaultAgents for the whole default registry.

Features

  • add appliesTo option to forbid agent trailers repo-wide (90be904)
  • detect Cursor CLI and require its co-author trailer (ad504f1)
  • group built-in agents under a single agents export (1044d02)

v0.1.1

Choose a tag to compare

0.1.1 (2026-06-02)

Documentation

  • link to the changelog from the README (439db2f)

v0.1.0

Choose a tag to compare

0.1.0 (2026-06-02)

Features

  • implement agent-coauthor commitlint config in TypeScript (2206c8d)

Miscellaneous Chores

  • target 0.1.0 for the initial release (a6ba35f)

Continuous Integration

  • automate releases and changelog with release-please (2b24f35)