Skip to content

Commit 3e5ca4e

Browse files
committed
Added saftey rules to AGENTS.md CTR
1 parent 2c425c0 commit 3e5ca4e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ These rules apply to any AI/IDE assistant operating on this repository.
192192
- **Do** update documentation and/or changelog when you change public behavior or APIs.
193193
- **Do** follow existing patterns for code structure, documentation layout, and naming.
194194
- **Do** point maintainers to relevant documentation or issues when proposing non‑trivial changes.
195-
195+
- **Do** stop to ask human to commit, push or merge manually, when code is ready.
196+
196197
### 8.2 Don’t
197198

198199
- **Don’t** perform large, sweeping refactors (across many modules or files) unless explicitly requested.
@@ -201,6 +202,9 @@ These rules apply to any AI/IDE assistant operating on this repository.
201202
- **Don’t** introduce new external dependencies, modules, or build plugins without an associated discussion and issue.
202203
- **Don’t** invent project policies, version numbers, or release names.
203204
- **Don’t** remove or weaken tests to “fix” failures; adjust the implementation or the test data instead.
205+
- **Don't** push to any branch.
206+
- **Don't** merge any PR or branch.
207+
- **Don't** create tags or releases.
204208

205209
If you are uncertain about the impact of a change, prefer to:
206210

0 commit comments

Comments
 (0)