Back to search
An OpenCode plugin that enforces Conventional Commits by validating commit messages before they reach git
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
1.1.121.3.9latest5.9.3>=0.13.79
commits
chore: update plugin ref to opencode-conventional-commits@0.0.1
0f951f5View on GitHubrefactor: rename ParseError to CommitError, tidy Result and validator
f14d784View on GitHubrefactor: move ParseError to errors.ts, remove try/catch from tests
49301d7View on GitHubrefactor: replace errors.ts with ParseError class, use instanceof
1608a7cView on GitHubrefactor: rename to opencode-conventional-commits, flatten utils
44e1decView on GitHubfeat: add git-undo tool, git-diff staged param, update README and instructions
a2a8716View on GitHubtest: add config and tools tests, document unsupported features
0e227beView on GitHub