feat(KB-643): add dashboard scripts management and execution

- Add project settings support and dashboard API helpers for custom scripts
- Add scripts CRUD and run routes backed by terminal sessions with validation and duplicate checks
- Add Scripts modal and header integration for managing and launching project scripts
- Add regression coverage for scripts routes and API client helpers
This commit is contained in:
gsxdsm
2026-04-01 13:52:18 -07:00
parent 614c710de8
commit d943616cb3
6 changed files with 532 additions and 111 deletions

View File

@@ -4,7 +4,6 @@ import {
fetchScripts,
addScript,
removeScript,
type ScriptRunResult,
} from "../api";
import type { ToastType } from "../hooks/useToast";