- 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.
14 lines
289 B
Text
14 lines
289 B
Text
summary: Secondary / Legacy Tests
|
|
description: |
|
|
Tests that are useful but:
|
|
- Are too slow.
|
|
- Are flaky.
|
|
- Test features not critical to the "Core Ethics".
|
|
Failures here are "Warnings", not "Blockers".
|
|
|
|
discover:
|
|
how: fmf
|
|
filter: tier: 2
|
|
|
|
execute:
|
|
how: tmt
|