Skip to content

Add Clean Commit convention support#23

Merged
warengonzaga merged 2 commits intomainfrom
copilot/add-agents-md-and-instructions
Jan 30, 2026
Merged

Add Clean Commit convention support#23
warengonzaga merged 2 commits intomainfrom
copilot/add-agents-md-and-instructions

Conversation

Copy link
Contributor

Copilot AI commented Jan 30, 2026

Implements the Clean Commit workflow (https://github.com/wgtechlabs/clean-commit) for standardized commit messages using emoji-prefixed types.

Changes

  • AGENTS.md: Root-level guide for AI agents to generate consistent commit messages
  • .github/instructions/copilot.instructions.md: GitHub Copilot integration with applyTo: "**" frontmatter

Convention Format

<emoji> <type>: <description>
<emoji> <type> (<scope>): <description>

9 types: new 📦, update 🔧, remove 🗑️, security 🔒, setup ⚙️, chore ☕, test 🧪, docs 📖, release 🚀

Example: 🔧 update (api): improve error handling

Both files contain identical content (formatting rules, type definitions, examples) tailored for their respective consumers—generic AI agents vs. GitHub Copilot specifically.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: warengonzaga <15052701+warengonzaga@users.noreply.github.com>
Copilot AI changed the title [WIP] Add AGENTS.md and Copilot instructions to project Add Clean Commit convention support Jan 30, 2026
Copilot AI requested a review from warengonzaga January 30, 2026 00:28
@warengonzaga warengonzaga marked this pull request as ready for review January 30, 2026 13:27
@warengonzaga warengonzaga merged commit 024cd01 into main Jan 30, 2026
7 checks passed
@warengonzaga warengonzaga deleted the copilot/add-agents-md-and-instructions branch January 30, 2026 13:28
@codecov
Copy link

codecov bot commented Jan 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

2 participants