chore: update AGENTS commit guidance

This commit is contained in:
Will Miao
2026-03-27 19:26:13 +08:00
parent 1e8aca4787
commit 0b66bf5479

View File

@@ -138,6 +138,13 @@ npm run test:coverage # Generate coverage report
- Run `python scripts/sync_translation_keys.py` after adding UI strings to `locales/en.json` - Run `python scripts/sync_translation_keys.py` after adding UI strings to `locales/en.json`
- Symlinks require normalized paths - Symlinks require normalized paths
## Git / Commit Messages
- Follow the style of recent repository commits when writing commit messages
- Prefer the repo's existing `feat(...)`, `fix(...)`, `chore:` style where applicable
- If the user has provided a GitHub issue link or issue ID for the task, mention that issue in the commit message, for example `(#871)`
- When unrelated local changes exist, stage and commit only the files relevant to the requested task
## Frontend UI Architecture ## Frontend UI Architecture
### 1. Standalone Web UI ### 1. Standalone Web UI