Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Requires **Node.js ≥22** (see `package.json#engines`).
- **Tests:** `node --test` with `tsx`. Each new branch in `src/` should have a test in `tests/`.
- **Lint/typecheck:** `npm run lint` (= `tsc --noEmit`). `npm run build` (= `tsc`) is what CI verifies.
- **Security:** `--ignore-scripts` on every `npm` invocation in CI. Workflow permissions are job-level least privilege. New workflows that need write scopes must justify them in the PR description.
- **Localization:** `README.md` is the English canonical root README. Localized README content ships under `docs/ko/README.md` until a public multilingual landing page becomes the primary localized surface. Korean uses formal honorifics (존댓말). `docs/graduation-from-vibe-coding.md` and `.ko.md` likewise.
- **Localization:** `README.md` is the English canonical root README. Localized README content ships under `docs/ko/README.md`; this package is distributed as CLI/MCP/plugin/Desktop extension tooling, not as a web product surface. Korean uses formal honorifics (존댓말). `docs/graduation-from-vibe-coding.md` and `.ko.md` likewise.

## Reporting security issues

Expand Down
Loading