feat(dev): add no-touch OpenClaw config renderer and integration guide
This commit is contained in:
8
Makefile
8
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user