Initial implementation of TriggerShell
A Python CLI (typer) that bootstraps Node/pnpm and launches a Next.js 16 web app for running configured shell scripts: YAML config validated by a shared Zod schema, dynamic per-script forms mapped to shadcn controls, argv-safe execa execution with live WebSocket streaming, SQLite/Drizzle run history, and optional argon2 session + API token auth. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
allowBuilds:
|
||||
argon2: true
|
||||
better-sqlite3: true
|
||||
esbuild: true
|
||||
sharp: false
|
||||
unrs-resolver: false
|
||||
Reference in New Issue
Block a user