refactor(installer): rename to install.mjs, remove record/restore flow, add --no-reply-port and wire config port

This commit is contained in:
2026-03-08 06:38:33 +00:00
parent 7640e80373
commit 4d50826f2a
8 changed files with 266 additions and 501 deletions

View File

@@ -9,7 +9,7 @@
"no-reply-api/",
"docs/",
"scripts/install-dirigent-openclaw.mjs",
"scripts/install.mjs",
"docker-compose.yml",
"Makefile",
"README.md",
@@ -18,9 +18,9 @@
],
"scripts": {
"prepare": "mkdir -p dist/dirigent && cp -r plugin/* dist/dirigent/",
"postinstall": "node scripts/install-dirigent-openclaw.mjs --install",
"uninstall": "node scripts/install-dirigent-openclaw.mjs --uninstall",
"update": "node scripts/install-dirigent-openclaw.mjs --update"
"postinstall": "node scripts/install.mjs --install",
"uninstall": "node scripts/install.mjs --uninstall",
"update": "node scripts/install.mjs --update"
},
"keywords": [
"openclaw",