feat: add rollback_on_failure feature
Lint / pre-commit Linting (push) Successful in 50s
Test / Run Tests (push) Successful in 1m13s

This commit is contained in:
2026-05-16 23:17:21 +02:00
parent 076e96f3de
commit f9920db232
4 changed files with 74 additions and 14 deletions
+1
View File
@@ -6,6 +6,7 @@ This repository is maintained by Gemini.
* **Test-Driven Development (TDD):** Wherever possible, Test-Driven Development principles should be followed. Write tests before writing the code they are intended to validate.
* **Pre-commit Hooks:** Ensure that `pre-commit` hooks are installed and active before making any commits. This can be done by running `pre-commit install` in your local repository.
* **Note for Gemini:** Git commits trigger pre-commit hooks, which can take several seconds (or minutes) to complete. Checking the command status for git commit is only appropriate every 120s.
## Repository Comparison