Commit ·
5aace7c
1
Parent(s): 78463b7
docs: add main branch workflow rules
Browse files
AGENTS.md
CHANGED
|
@@ -132,6 +132,8 @@ For this hackathon repo, prefer smoke validation, manual playtesting, and runnab
|
|
| 132 |
- Keep commits scoped to the task.
|
| 133 |
- Do not mix environment-contract edits with unrelated cleanup.
|
| 134 |
- Prefer small, reviewable increments.
|
|
|
|
|
|
|
| 135 |
- Branch names created for new work should use the `codex/` prefix.
|
| 136 |
|
| 137 |
## What Good Looks Like
|
|
|
|
| 132 |
- Keep commits scoped to the task.
|
| 133 |
- Do not mix environment-contract edits with unrelated cleanup.
|
| 134 |
- Prefer small, reviewable increments.
|
| 135 |
+
- Work on the `main` branch unless explicitly asked to use a different branch.
|
| 136 |
+
- When explicitly asked to push, push directly to `origin/main` unless explicitly told otherwise.
|
| 137 |
- Branch names created for new work should use the `codex/` prefix.
|
| 138 |
|
| 139 |
## What Good Looks Like
|