comparisongitmoji-cli is an interactive commit tool that standardises commit messages using emoji prefixes from the Gitmoji specification.
brew install gitagenthq/tap/git-agentnpm install -g gitmoji-clidocs(api): add OpenAPI 3.1 schema for /orders endpoint
- document all request parameters and their validation constraints
- add 200, 400, 401, and 404 response schemas with example payloads
- note rate limit headers in the response description
The endpoint was undocumented; client teams were inferring the schema
from integration tests rather than a canonical source.:memo: add OpenAPI schema for orders endpointIs Gitmoji compatible with Conventional Commits tooling?Can I use git-agent if my team currently uses gitmoji-cli?git-agent init and update your team's contribution guidelines to use the Conventional Commits type keywords instead of emoji. Existing commit history is unaffected.Does git-agent work alongside a Gitmoji commit-msg hook?