Commit Graph

3 Commits

Author SHA1 Message Date
Robert Little
556408ad91 fix(commit-memo): resolve linting issues
Fix ESLint violations in commit-memo tool files:
- Revert prefix unused parameter with underscore (_page)
2025-08-07 18:51:40 -04:00
Robert Little
c4fead78f2 fix(commit-memo): resolve linting issues
Fix ESLint violations in commit-memo tool files:
- Sort imports alphabetically (expect, test)
- Prefix unused parameter with underscore (_page)
- Add missing newlines at end of files
2025-08-07 18:46:45 -04:00
Robert Little
fcc3d3a3b7 feat(tools): add conventional commits cheatsheet tool
Add commit-memo tool that provides a comprehensive cheatsheet for
conventional commits including structure, examples, and common tools.

- Implements markdown-based content display
- Covers all conventional commit elements (type, scope, description, body, footer)
- Includes examples and common tooling (commitizen, commitlint, husky, etc.)
- Follows established tool architecture pattern
2025-08-07 18:37:55 -04:00