docs(agents): scope docs-only validation · openclaw/openclaw@8314b83
vincentkoc
·
2026-04-26
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -85,7 +85,8 @@ Telegraph style. Root rules only. Read scoped `AGENTS.md` before subtree work.
|
85 | 85 | - extension tests: extension test typecheck/tests |
86 | 86 | - public SDK/plugin contract: extension prod/test too |
87 | 87 | - unknown root/config: all lanes |
88 | | -- Before handoff/push: `pnpm check:changed`. Tests-only: `pnpm test:changed`. Full prod sweep: `pnpm check`. |
| 88 | +- Before handoff/push for code/test/runtime/config changes: `pnpm check:changed`. Tests-only: `pnpm test:changed`. Full prod sweep: `pnpm check`. |
| 89 | +- Docs/changelog-only and CI/workflow metadata-only changes are not changed-gate work by default. Use `git diff --check` plus the relevant formatter/docs/workflow sanity check; escalate to `pnpm check:changed` only when scripts, test config, generated docs/API, package metadata, or runtime/build behavior changed. |
89 | 90 | - Rebase sanity: after a green `pnpm check:changed`, a clean rebase onto current |
90 | 91 | `origin/main` does not require rerunning the full changed gate when the rebase |
91 | 92 | has no conflicts and the branch diff is materially unchanged. Do a quick |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。