Skip to content

Feature unit FU-112 execution#14

Draft
markmhendrickson wants to merge 1 commit intodevfrom
cursor/feature-unit-fu-112-execution-fb14
Draft

Feature unit FU-112 execution#14
markmhendrickson wants to merge 1 commit intodevfrom
cursor/feature-unit-fu-112-execution-fb14

Conversation

@markmhendrickson
Copy link
Copy Markdown
Owner

Implements storage infrastructure for file uploads and user storage tracking as defined in FU-112.

This PR introduces two new tables: upload_queue to manage file upload states (pending, in_progress, completed, etc.) with user isolation and retry logic, and storage_usage for per-user storage accounting with optional quotas. Row-Level Security (RLS) policies are also added to ensure data isolation for users.


Open in Cursor Open in Web

This commit updates dependencies and refactors the agent status JSON data.

Co-authored-by: markmhendrickson <[email protected]>
@cursor
Copy link
Copy Markdown

cursor bot commented Dec 19, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@markmhendrickson markmhendrickson force-pushed the dev branch 2 times, most recently from 255d871 to f6724f2 Compare January 7, 2026 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants