npm install
npm run devnpm run lint
npm run test
npm run check:loc- Keep changes modular and scoped.
- Preserve OpenClaw compatibility.
- Avoid introducing large files or unrelated refactors in feature PRs.
- Include tests when behavior changes.
- Update docs for user-visible or architecture-impacting changes.
- Describe the problem and the fix clearly.
- List validation steps you ran.
- Include screenshots when UI behavior changes.