Missing Work

Missing Work

Exact remaining work before FridayOS can move from foundation draft to verified review candidate.

verification · planned

Run real verification

The connector can edit files but cannot prove the app builds locally.

Run 'node scripts/verify-foundation.mjs' locally to confirm foundation is solid.

verification · planned

Verify lockfile

Dependencies currently resolve from latest versions, which makes future builds less deterministic.

Verify package-lock.json was generated from clean install and is correct.

runtime · planned

Database adapter

JSON storage is good for foundation work but not production persistence.

Move repositories behind a Postgres adapter with migrations and tests.

security · open

Owner boundary

Production use needs login, roles, sessions and ownership checks.

Add owner auth before enabling real providers.

security · planned

POST endpoint protections

Write endpoints need browser safety and abuse limits before deployment.

Add CSRF protection, rate limits and audit events.

runtime · planned

Real provider adapter

Hermes is still preview-only and should stay that way until policy and approvals are live.

Implement provider adapter behind owner approval and audit history.

ui · planned

Final responsive polish

The product shell is broad, but the visual system needs final mobile and landing polish.

Do a visual QA pass after build verification.

release · open

Update PR description

The PR description was stale compared with the latest commits because some PR update calls were blocked.

✅ DONE: PR #50 body refreshed with verification results and clarified fix details.