feat(scripts): add dev:local:archive to snapshot dev data for debugging

Archives ~/.super-multica-dev and ~/Documents/Multica-dev into
~/.super-multica-dev-archives/<timestamp>/ before cleaning, so the
state can be fed to AI for post-mortem analysis.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jiayuan Zhang 2026-02-15 00:58:39 +08:00
parent 9e40e8ca76
commit af7deb5a02
2 changed files with 43 additions and 0 deletions

View file

@ -19,6 +19,7 @@
"dev:gateway": "pnpm --filter @multica/gateway dev",
"dev:web": "pnpm --filter @multica/web dev",
"dev:local": "bash scripts/dev-local.sh",
"dev:local:archive": "bash scripts/archive-dev-data.sh",
"dev:all": "concurrently \"pnpm dev:gateway\" \"pnpm dev:web\"",
"build": "turbo build",
"build:desktop": "pnpm --filter @multica/desktop build",