Skip to content

Commit 3cc0cef

Browse files
addressing some more review comments
Signed-off-by: Rashmi Gottipati <rgottipa@redhat.com>
1 parent be5f2e9 commit 3cc0cef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openshift/AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ UPSTREAM: <drop>: go mod tidy
5555

5656
**AI AGENTS: DO NOT CREATE THESE COMMITS.**
5757

58-
Automated tooling handles upstream sync. Manual backports are for exceptional maintainer-only cases.
58+
This prefix is **EXTREMELY RARE** and generally avoided. Automated tooling syncs upstream changes during scheduled rebases. Even for urgent fixes, `UPSTREAM: <drop>:` may be preferred since the upstream fix will eventually sync down automatically.
5959

6060
---
6161

6262
## Decision Tree for Changes
6363

6464
| Change Type | Action | Commit Prefix | AI Agent Action |
6565
|------------|--------|--------------|----------------|
66-
| General bug fix | Fix upstream first | None (tooling syncs) | **DO NOT create PR** - direct user to upstream |
66+
| General bug fix | Fix upstream, then let tooling synchronize | None | **DO NOT create PR** - direct user to upstream |
6767
| OpenShift-specific test | Downstream only | `UPSTREAM: <carry>:` | Create in `openshift/tests-extension/` |
6868
| OpenShift-specific config | Downstream only | `UPSTREAM: <carry>:` | Create in `openshift/` |
6969
| Generated files (to fix failures) | Only when necessary | `UPSTREAM: <drop>:` | **Only if absolutely necessary** |

0 commit comments

Comments
 (0)