Bootstrap project and safe work-item workflow

This commit is contained in:
2026-07-13 13:51:41 +02:00
commit 80447092e9
90 changed files with 10562 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# US02-06 — Deliver Workflow, Safety, Library, Analysis, and Stats Views
Epic: [E02](../E02-unified-workflow-shell.md)
As a user, I want one workflow home and migrated operational views so I can understand
readiness, review safety, browse assets, run analysis, and inspect results.
## Acceptance criteria
- Workflow cards show counts, blockers, last run, action, and details without relying
on color alone.
- Safety decisions persist and prevent NSFW assets from reaching vision analysis while
retaining verified upload eligibility.
- Library, Analyze, and Stats preserve useful donor features on shared APIs.
- Read-only browsing remains available during jobs; conflicting actions explain why
they are disabled.
## Automated tests
- View tests cover counts, filters, blockers, decisions, progress, errors, and reload.
- Integration tests assert provider-call privacy and verified safety EXIF behavior.
## Dependencies
- US02-01, US02-05