-
Notifications
You must be signed in to change notification settings - Fork 1
doc: add git pull reminder before branching in AGENTS.md Critical Reminders #329
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationneeds-triageNeeds review and prioritizationNeeds review and prioritization
Description
Documentation Type
Update existing documentation
Description
The Critical Reminders section in AGENTS.md documents the Flow as: Issue -> Branch -> Commit -> PR -> Merge. But it doesn't mention syncing local main with remote before creating a branch.
AI agents can have a stale local main (e.g., after dependabot PRs are merged via GitHub web UI), causing branches to be based on old commits and PRs to show as "out of date".
Add to the Flow reminder: Always git pull origin main before creating a branch — local main may be behind the remote.
Applied downstream in endavis/pynetappfoundry#459.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationneeds-triageNeeds review and prioritizationNeeds review and prioritization