- 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.
18 lines
354 B
Text
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"
|