cyberneticlibrary

Create conventional git commits

commitcommandsetup L146
rustrak/rustrak
What it does

Create a git commit with a conventional message

Best for

Enforcing conventional commit format across team projects

Inputs
  • · [object Object]
Outputs
  • · [object Object]
Requires
  • · git
  • · Bash(git add/commit)
Preconditions

Staged changes present; git configured

Failure modes
  • · No staged changes → nothing to commit
  • · Unconventional message → linter rejects
  • · Pre-commit hook fails → commit blocked
Trust signals
  • · References git diff --cached
  • · Conventional Commits standard
  • · Supports Co-Authored-By footer