Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ Each skill provides focused guidance on specific topics. Reference them only as

## Critical Requirements

### ⚠️ MANDATORY: Always Create a Pull Request ⚠️

**🚨 IF YOU ARE THE GITHUB COPILOT CODING AGENT AND YOU HAVE FILE CHANGES, YOU MUST ALWAYS CREATE A PULL REQUEST - NO EXCEPTIONS.**

Use the **report_progress** tool to commit and push your changes. This will automatically create or update the pull request.

**Never leave file changes uncommitted.** Even for small or "obvious" changes, always use **report_progress** to push your work to a PR so it can be reviewed.
Comment on lines +37 to +39

### ⚠️ MANDATORY PRE-COMMIT VALIDATION ⚠️

**🚨 BEFORE EVERY COMMIT - NO EXCEPTIONS:**
Expand Down Expand Up @@ -1135,6 +1143,11 @@ make minor-release # Automated via GitHub Actions

## Quick Reference for AI Agents

### 🚨 CRITICAL - Always Create a Pull Request
**If you are the GitHub Copilot coding agent and you have file changes, you MUST always create a pull request.**

Use **report_progress** to commit, push, and update the PR. Never leave changes uncommitted.

### 🚨 CRITICAL - Pre-Commit Checklist
Before EVERY commit:
1. ✅ Run `make agent-finish` (or at minimum `make fmt`)
Expand Down
Loading