Skip to content

Conversation

@jwm4
Copy link
Collaborator

@jwm4 jwm4 commented Jan 6, 2026

Summary

Adds a Git Workflow section to AGENTS.md with instructions for agents to:

  1. Sync before starting work - fetch and checkout latest main before creating feature branches
  2. Rebase before PRs - rebase onto origin/main before creating or updating PRs

Also adds a reminder in the Guidelines & Rules section to always sync with origin/main.

Why

This prevents branches from getting out of sync with merged changes, which can cause confusion when PRs contain outdated code or miss recent fixes.

Adds instructions for agents to sync with origin/main before starting
new work and to rebase before creating PRs. This prevents branches
from getting out of sync with merged changes.
@jwm4 jwm4 merged commit 8ccc0a1 into main Jan 6, 2026
1 check passed
@jwm4 jwm4 deleted the docs/git-workflow-guidance branch January 6, 2026 23:03
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