Исправлен перевод CSV и обновлены правила коммита

This commit is contained in:
2026-04-08 20:37:02 +03:00
parent 37d34f8406
commit 85a7ec546c
2 changed files with 2140 additions and 4 deletions

View File

@@ -127,8 +127,7 @@ Current workflow policy:
User preference:
- after making changes, ask for permission before committing
- if the user approves, commit and push immediately
- after making changes, commit and push by default without asking for separate permission
- for significant changes, propose moving work into a separate branch
- feature/fix branches must use the prefix `feat/` or `fix/`
- after finishing work in a `feat/` or `fix/` branch, propose merging it back into `main`
@@ -137,8 +136,6 @@ User preference:
- if changes affect files that go into the final `.pak`, or change the build/release process, propose releasing the next version
- if push fails, retry up to two more times with a 3-second pause between attempts
Do not auto-commit or auto-push without explicit user approval.
## Cleanup Expectations
Temporary directories and debug artifacts should not remain in the repository.