Skip to content

Commit 1d06ffb

Browse files
committed
docs: default remote pushes to main
1 parent c5f1d03 commit 1d06ffb

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ operating principles here; detailed rules live in the referenced files under
1414
- Run focused deterministic validation for the touched area.
1515
- Commit completed code changes before handoff. Stage only files changed for
1616
the current task.
17+
- When pushing completed work, push directly to the remote `main` branch unless
18+
the requester explicitly specifies a different target branch.
1719
- When committing from an agent, use the repository's configured Git author and
1820
committer metadata. Do not override local Git identity.
1921
- When you create review tasks for your own work, notify `current-thread` so

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ operating principles here; detailed rules live in the referenced files under
1414
- Run focused deterministic validation for the touched area.
1515
- Commit completed code changes before handoff. Stage only files changed for
1616
the current task.
17+
- When pushing completed work, push directly to the remote `main` branch unless
18+
the requester explicitly specifies a different target branch.
1719
- When committing from an agent, use the repository's configured Git author and
1820
committer metadata. Do not override local Git identity.
1921
- When you create review tasks for your own work, notify `current-thread` so

0 commit comments

Comments
 (0)