Commit graph

5 commits

Author SHA1 Message Date
d2cef55644 feat(tools): add claude-commit AI-powered git commit tool
Implemented a comprehensive AI-powered commit message generator using Claude that:
- Automatically generates Conventional Commit formatted messages
- Analyzes git diff to create context-aware commit messages
- Works globally across all git repositories with 'git cc' command
- Supports multi-computer setup through portable dotfiles

Major changes:
- Added global claude-commit script with git aliases (git cc, git smart-commit)
- Created organized documentation in docs/tools/claude-commit/
- Included portable dotfiles structure for easy multi-machine deployment
- Updated README with TLDR Node.js quickstart section featuring all Brainy capabilities
- Moved documentation section to bottom of README for better flow
- Added CLAUDE.md with project-specific instructions for Claude Code

The tool eliminates manual commit message writing by leveraging AI to understand
code changes and generate properly formatted, meaningful commit messages that
follow the Conventional Commits specification.
2025-08-04 10:14:33 -07:00
abd98a9f37 docs: add guidelines for Conventional Commit format and structured commit messages 2025-08-03 09:47:09 -07:00
d1d4cbf285 Update FUNDING.yml
Signed-off-by: David Snelling <david@soulcraft.com>
2025-07-04 09:53:57 -07:00
b2203a3ea7 Create FUNDING.yml
Signed-off-by: David Snelling <david@soulcraft.com>
2025-07-04 09:52:18 -07:00
5a8a6c1ba3 Initial commit 2025-06-24 11:41:30 -07:00