revert Исправлен перевод CSV и обновлены правила коммита
This commit is contained in:
2026-04-08 20:40:54 +03:00
parent 85a7ec546c
commit d5cd0300da
2 changed files with 4 additions and 2140 deletions

View File

@@ -127,7 +127,8 @@ Current workflow policy:
User preference: User preference:
- after making changes, commit and push by default without asking for separate permission - after making changes, ask for permission before committing
- if the user approves, commit and push immediately
- for significant changes, propose moving work into a separate branch - for significant changes, propose moving work into a separate branch
- feature/fix branches must use the prefix `feat/` or `fix/` - 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` - after finishing work in a `feat/` or `fix/` branch, propose merging it back into `main`
@@ -136,6 +137,8 @@ User preference:
- if changes affect files that go into the final `.pak`, or change the build/release process, propose releasing the next version - 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 - 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 ## Cleanup Expectations
Temporary directories and debug artifacts should not remain in the repository. Temporary directories and debug artifacts should not remain in the repository.

File diff suppressed because it is too large Load Diff