Skip to content

feat: add 9 new last words detection patterns#17

Merged
dotsystemsdevs merged 1 commit intodotsystemsdevs:mainfrom
mvanhorn:osc/11-expand-last-words
Apr 7, 2026
Merged

feat: add 9 new last words detection patterns#17
dotsystemsdevs merged 1 commit intodotsystemsdevs:mainfrom
mvanhorn:osc/11-expand-last-words

Conversation

@mvanhorn
Copy link
Copy Markdown
Contributor

@mvanhorn mvanhorn commented Apr 7, 2026

Summary

  • Adds 9 new commit message pattern detections to generateLastWords(): initial commit, revert, hotfix, cleanup, bump version, remove/delete, refactor, todo/fixme, and dependencies
  • Each pattern maps to a short, developer-flavored quip under 60 characters
  • Includes 9 new test cases covering all added patterns

Test plan

  • All 10 tests pass (npm test)
  • CI passes

Closes #11

Add patterns for initial commit, revert, hotfix, cleanup, bump
version, remove/delete, refactor, todo/fixme, and dependencies.
Each maps to a short developer-flavored quip. Includes tests for
all new patterns.

Closes dotsystemsdevs#11
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 7, 2026

@mvanhorn is attempting to deploy a commit to the Dotsystems 9999 Team on Vercel.

A member of the Team first needs to authorize it.

@dotsystemsdevs dotsystemsdevs merged commit 62dd6e8 into dotsystemsdevs:main Apr 7, 2026
1 check failed
@mvanhorn
Copy link
Copy Markdown
Contributor Author

mvanhorn commented Apr 8, 2026

Thanks for merging these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expand last words detection patterns in scoring.ts

2 participants