feat(dev): add no-touch OpenClaw config renderer and integration guide

This commit is contained in:
2026-02-25 13:47:00 +00:00
parent b99ec7c281
commit 1acaebf73f
3 changed files with 66 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: check check-rules up down smoke
.PHONY: check check-rules test-api up down smoke render-config
check:
cd plugin && npm run check
@@ -6,6 +6,9 @@ check:
check-rules:
node scripts/validate-rules.mjs
test-api:
node scripts/test-no-reply-api.mjs
up:
./scripts/dev-up.sh
@@ -14,3 +17,6 @@ down:
smoke:
./scripts/smoke-no-reply-api.sh
render-config:
node scripts/render-openclaw-config.mjs