docs(agents): document sparse changed gate · openclaw/openclaw@c5e6f4b
vincentkoc
·
2026-04-25
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -44,6 +44,7 @@ Telegraph style. Root rules only. Read scoped `AGENTS.md` before subtree work.
|
44 | 44 | - Install: `pnpm install` (keep Bun lock/patches aligned if touched). |
45 | 45 | - CLI: `pnpm openclaw ...` or `pnpm dev`; build: `pnpm build`. |
46 | 46 | - Smart gate: `pnpm check:changed`; explain `pnpm changed:lanes --json`; staged preview `pnpm check:changed --staged`. |
| 47 | +- Sparse worktrees: `pnpm check:changed` is sparse-safe and may skip sparse-missing typecheck projects; do not expand sparse checkout just to satisfy changed-gate tsgo. Direct `pnpm tsgo*` remains strict; use a fuller worktree when you need direct typecheck proof. |
47 | 48 | - Prod sweep: `pnpm check`; tests: `pnpm test`, `pnpm test:changed`, `pnpm test:serial`, `pnpm test:coverage`. |
48 | 49 | - Extension tests: `pnpm test:extensions`, `pnpm test extensions`, `pnpm test extensions/<id>`. |
49 | 50 | - Targeted tests: `pnpm test <path-or-filter> [vitest args...]`; never raw `vitest`. |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。