feat: add stack restart orchestration

This commit is contained in:
Eyejoker
2026-03-29 07:08:01 +09:00
parent 0e12a560a4
commit ca578d1627
10 changed files with 281 additions and 88 deletions

View File

@@ -7,6 +7,7 @@
"scripts": {
"build": "tsc",
"build:runners": "npm --prefix runners/agent-runner install && npm --prefix runners/agent-runner run build && npm --prefix runners/codex-runner install && npm --prefix runners/codex-runner run build",
"restart:stack": "bash scripts/restart-ejclaw-stack.sh",
"restart:hint": "tsx src/restart-context-cli.ts write",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",