Lean Commit banner
amirfish1 amirfish1

Lean Commit

Documentation community

Description

--- description: Tier-A lean commit — only your paths, no changelog.d/push in same turn allowed-tools: Bash(git diff:*), Bash(git status:*), Bash(git commit:*), Bash(scripts/lean-commit.sh:*) --- Perform a **lean commit** on the shared `main` clone. Read `CLAUDE.md` § Git commits if anything is unclear. ## What “lean commit” means - **Do:** `git commit --only <paths> -m "type(scope): subject"` then stop. - **Do not:** add `changelog.d/` snippets, edit `CHANGELOG.md`, bump `pyproject.toml` / `

Installation

Installs to ~/.claude/commands/amirfish1-claude-command-center-lean-commit.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/amirfish1/claude-command-center/HEAD/.claude/commands/lean-commit.md -o ~/.claude/commands/amirfish1-claude-command-center-lean-commit.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository