veza/tmt/plans/vital.fmf
senke 31c9f2af0c feat: global update including storybook setup and backend fixes
- Web: Setup Storybook, added addons, configured Tailwind, added stories for UI components.
- Backend: Updated API router, database, workers, and auth in common.
- Stream Server: Removed SQLx queries and updated auth.
- Docs & Scripts: Updated documentation and recovery scripts.
2026-02-02 19:34:14 +01:00

18 lines
354 B
Text

summary: Vital Tests (The Law)
description: |
These tests are non-negotiable.
They execute the Frugality Manifesto.
If these fail, the product is broken.
discover:
how: fmf
filter: tier: 1
execute:
how: tmt
environment:
# Forces Low-Power Behavior
GOMAXPROCS: "1"
LIBGL_ALWAYS_SOFTWARE: "1"
RUST_BACKTRACE: "0"