Skip to content

Commit df8fe54

Browse files
committed
docs: define repository and chat language policy
1 parent 18a21be commit df8fe54

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Operational notes:
1414
- Validate with `npm test` for `themes.json` checks.
1515
- Use `npm run build` when touching generated site assets or source files under `dev/`.
1616
- When automation changes are introduced, document the intent and impact in `MEMORY.md`.
17+
- Use English for repository-facing output by default, including code, comments, commit messages, pull request text, documentation, workflow messages, and user-facing project strings unless the repository already requires another language in a specific place.
18+
- In chat, always reply in the same language used by the user.
1719
- After implementing relevant changes or new functionality, create a commit and push it so work remains traceable and easy to roll back if needed.
1820
- Never perform a merge without explicit user authorization.
1921
- Never take actions that could affect the repository's production main branch without explicit user authorization.

MEMORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ This file stores durable project context so future conversations can resume work
4949
- Hidden config generation now filters non-`.txt` files explicitly so builds do not create stray files like `docs/.robots`
5050
- Theme entries that depended on fragile remote screenshots have been localized into `images/themes/remote-*` and now build into committed assets under `docs/assets/img/themes/`
5151
- Binary copies for static images now use `fs.promises.copyFile` instead of `gulp.src().pipe(dest())` because the stream path was corrupting some `.webp` assets in `docs/`
52+
- Project-facing text should be written in English by default; chat replies should mirror the user's language
5253

5354
## Architecture Snapshot
5455

0 commit comments

Comments
 (0)