sync: update from private repo (c2c10e0)
Some checks failed
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync 2026-06-16 03:40:45 +00:00
parent 519e898c10
commit d6ce1ff1a3

View File

@ -65,6 +65,18 @@ npx vitest run src/engine/tools/core.test.ts # a single file
- DB schema changes: update `src/db/schema.sql` and add an idempotent migration in - DB schema changes: update `src/db/schema.sql` and add an idempotent migration in
`src/db/migrate.ts`. `src/db/migrate.ts`.
## Translations
Documentation is **English-first**, with a Japanese sibling using a `.ja.md`
suffix (e.g. `README.md` / `README.ja.md`, `docs/docker.md` / `docs/docker.ja.md`).
English is canonical: a `.md` page is the source of truth and its `.ja.md`
sibling is the translation.
If you change an English page, update the `.ja.md` sibling when you can. If you
can't, note in the PR that the translation needs updating — a stale translation
should not block an English fix. New docs should land in English first; a
translation can follow in a later PR.
## Architecture ## Architecture
See `AGENTS.md` for a contributor-oriented architecture overview and See `AGENTS.md` for a contributor-oriented architecture overview and