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

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #593.
This commit is contained in:
2026-03-01 03:54:36 +00:00
committed by jason.woltje
parent 7106512fa9
commit a925f91062
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",