feat(devtool-capture-stage-tamagotchi): tool for interacting the electron apps (#1549)

Authored-by-agent: Codex <267193182+codex@users.noreply.github.com>
This commit is contained in:
Neko
2026-04-02 15:22:37 +08:00
committed by GitHub
parent 5d30d6e295
commit eb448f6376
24 changed files with 1053 additions and 12 deletions
+1
View File
@@ -33,6 +33,7 @@
"lint": "moeru-lint .",
"lint:fix": "moeru-lint --fix .",
"lint:swift": "pnpm -rF @proj-airi/stage-pocket run lint:swift",
"capture:tamagotchi": "pnpm -F @proj-airi/devtool-capture-stage-tamagotchi capture --output-dir ./artifacts/manual-run",
"to-avif": "tsx docs/scripts/avif.ts",
"sponsors:generate": "sponsorkit --output-dir docs/content/public/assets/sponsors",
"typecheck": "pnpm -rF=\"./packages/*\" -F=\"./apps/*\" -F=\"./docs\" --parallel typecheck",