File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
205209If you are uncertain about the impact of a change, prefer to:
206210
You can’t perform that action at this time.
0 commit comments