Tailwind Typography's default inline <code> style is just bold text with decorative backtick characters added via CSS content - with docs like CONFIG_REFERENCE.md that use backticks constantly, it read as unstyled/half-parsed. Swapped it for the same muted rounded-pill look already used for inline code elsewhere in the app (e.g. the dashboard's "no scripts configured" message). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
TriggerShell web app
This is the Next.js app that TriggerShell's Python CLI (triggershell dev / triggershell start)
launches — it's not meant to be run standalone with next dev/next start since it needs a
custom server (server.ts) for the WebSocket endpoint.
See the repo root README for how to run TriggerShell end-to-end, and
../docs/ARCHITECTURE.md for how this app is put together.
pnpm install
pnpm dev # tsx watch server.ts - reads TRIGGERSHELL_CONFIG_PATH from the environment
pnpm lint
pnpm typecheck
pnpm db:studio # browse the SQLite database