feat: add OpenClaw session log ingestion script (MS22-INGEST-001)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
2026-02-28 21:18:08 -06:00
parent c640d22394
commit 7c7a821b0f
2 changed files with 623 additions and 1 deletions

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",