feat: add OpenClaw session log ingestion script (MS22-INGEST-001)

This commit is contained in:
2026-02-28 21:46:07 -06:00
parent c640d22394
commit 7c7a821b0f
2 changed files with 623 additions and 1 deletions
+2 -1
View File
@@ -35,7 +35,8 @@
"docker:ps": "docker compose ps",
"docker:build": "docker compose build",
"docker:restart": "docker compose restart",
"prepare": "husky || true"
"prepare": "husky || true",
"ingest:sessions": "tsx scripts/ingest-openclaw-sessions.ts"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.26.0",