backup current stable ejclaw state

This commit is contained in:
Codex
2026-05-27 10:53:05 +09:00
parent 646bc34372
commit 1509108e04
57 changed files with 7127 additions and 154 deletions

View File

@@ -17,6 +17,7 @@ const STEPS: Record<
'restart-stack': () => import('./restart-stack.js'),
service: () => import('./service.js'),
verify: () => import('./verify.js'),
login: () => import('./login.js'),
};
async function main(): Promise<void> {