Skip to content

Commit eda8ad5

Browse files
committed
doc: agents shouldn't commit before user reviewing
1 parent f103c2c commit eda8ad5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Unless explicitly asked otherwise:
1111
* **Project Context:** API Platform is a PHP framework supporting both Symfony and Laravel. The user will specify which framework (defaults to Symfony).
1212
* **Fixture Handling:** Avoid altering existing fixtures to prevent unintended side effects on other tests. Create new entities/DTOs/models with unique names. Business logic is secondary; focus on framework testing.
1313
* **No Test Execution by Default:** Do not run tests unless explicitly asked (to save context, as tests produce verbose output).
14+
* **No Git commit by default:** Do not commit unless explicitly asked
1415

1516
## Components
1617

0 commit comments

Comments
 (0)