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
+11
View File
@@ -4,6 +4,8 @@ set -euo pipefail
required_paths=(
"AGENTS.md"
"README.md"
"scripts/README.md"
"scripts/browser-acceptance.sh"
"scripts/check-all.sh"
"platform/AGENTS.md"
"platform/README.md"
@@ -96,6 +98,15 @@ required_paths=(
"plugins/examples/scum-server-plugin/actions/status.json"
"plugins/scripts/validate-manifest.ts"
"plugins/tests/manifest-validation.test.ts"
"scripts/dev-start.sh"
"scripts/dev-smoke.sh"
"scripts/dev-stop.sh"
"scripts/dev-reset.sh"
"scripts/local-debug/env.sh"
"scripts/local-debug/start.sh"
"scripts/local-debug/smoke.sh"
"scripts/local-debug/stop.sh"
"scripts/local-debug/reset.sh"
"openspec/changes/bootstrap-game-server-platform-architecture/proposal.md"
"openspec/changes/bootstrap-game-server-platform-architecture/design.md"
"openspec/changes/bootstrap-game-server-platform-architecture/tasks.md"