You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 docs: add PR title structure guidelines to AGENTS.md (#463)
Added a new section to AGENTS.md documenting the preferred PR title
structure with conventional commit prefixes.
**New Guidelines:**
- perf: for performance improvements
- refactor: for codebase improvements without behavior changes
- fix: for bug fixes
- feat: for new functionality
- ci: for build/CI changes
Includes examples showing how to combine prefixes with the 🤖 emoji per
existing AI attribution guidelines.
_Generated with `cmux`_
0 commit comments