Bound original-library metadata reads and preserve upload errors - #2873
Merged
Chris0Jeky merged 2 commits intoSep 10, 2026
Merged
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Owner
Author
|
Independent bounded Luna review of ac13824..df83c1c completed: no HIGH/CRITICAL or additional MEDIUM query/privacy defect. The host 413 rollback path and owner-scoped single-query projection retain the existing private-source authority. Root observed all9183backend tests passing (34existing skips),9focusedAPI cases and the real original-library browser journey. No provider/device/production acceptance is inferred. |
Base automatically changed from
codex/2808-source-interaction-followthrough
to
codex/2808-overhaul-integration
September 10, 2026 02:42
Chris0Jeky
merged commit Sep 10, 2026
df83c1c
into
codex/2808-overhaul-integration
34 of 35 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Audio uploads rejected by the host now preserve the standard 413 response after transaction rollback instead of surfacing as a generic server error. Original-library pages authorize candidate boards, then retrieve up to twenty owner-scoped metadata rows in one detached SQL projection, avoiding per-entry capture graph reads and clipping evidence excerpts in SQL.
Continues #2808 and the recorded integration review follow-through. Stacked on #2870; preserve that base until it lands. No schema migration, frontend behavior, implicit model call or board mutation is introduced.
Verification
dotnet test backend/Taskdeck.sln -c Release -m:1: 9,183 passed, 34 existing skips (Domain1639, Application4258, API3008, CLI243, Architecture28, Integration7).npx playwright test tests/e2e/original-audio-library.spec.ts --project=chromium --workers=1: passed against this backend and an isolated synthetic SQLite database; retained-source discovery, exact-byte playback/download, archival and the shared experience path remain functional.Initial compile errors (missing ErrorCodes import and ambiguous Capture type in the fixture) were corrected before these passing checks. Evidence is retained under C:/Taskdeck-overhaul/evidence/source-scalability-* and SOURCE-SCALABILITY-VALIDATION.md.
No production database or primary checkout changed. Direct Kestrel socket transport, physical microphone, automatic transcription, live provider, deployment and restore acceptance are not claimed. Indexed original-history cursors are the next separate continuation. The existing OUTSTANDING_TASKS.md owner decisions remain unchanged.