From 6133d248e20f7a5df149219b0d022c993792e1d1 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 12 Apr 2026 05:11:55 +0100 Subject: [PATCH] docs(contributing): note committer fast mode --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 125ab23812d..375e5d4d239 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,6 +95,7 @@ For coordinated change sets that genuinely need more than 10 PRs, join the **#cl - Test locally with your OpenClaw instance - Run tests: `pnpm build && pnpm check && pnpm test` +- For iterative local commits, `scripts/committer --fast "message" ` passes `FAST_COMMIT=1` through to the pre-commit hook so it skips the repo-wide `pnpm check`. Only use it when you've already run equivalent targeted validation for the touched surface. - For extension/plugin changes, run the fast local lane first: - `pnpm test:extension ` - `pnpm test:extension --list` to see valid extension ids