chore: tidy local debug scripts

This commit is contained in:
npc0-hue
2026-07-23 16:09:12 +08:00
parent c07994c417
commit 8cc741ba19
15 changed files with 86 additions and 42 deletions
+13
View File
@@ -0,0 +1,13 @@
# Scripts
Use these root-level commands for day-to-day work:
- `scripts/dev-start.sh`: start the local platform API, run worker, and platform_web console.
- `scripts/dev-smoke.sh`: seed and verify the API-backed local plugin/server fixtures.
- `scripts/dev-stop.sh`: stop the managed local debug stack.
- `scripts/dev-reset.sh`: stop the stack and delete only the safe local debug data root.
- `scripts/browser-acceptance.sh`: run the full self-starting browser acceptance suite.
- `scripts/check-structure.sh`: verify required repository structure.
- `scripts/check-all.sh`: run structure, backend, frontend, and plugin checks.
Implementation details for the managed local stack live under `scripts/local-debug/`. Prefer the root commands above instead of calling those internals directly.