gpt-5.3-codex review phase 1 - Flatten the documentation
Quality Gate / gate (push) Successful in 33s

This commit is contained in:
Jim Lancaster
2026-08-19 14:54:24 -05:00
parent 2c26177d0c
commit 5404224079
32 changed files with 358 additions and 4467 deletions
+1 -1
View File
@@ -58,6 +58,6 @@ The application root and `/ui` redirect to `/ui/homepage`.
## Known Limitations
- Homepage storage is fixed under the repository/application `data` directory rather than a configured application-data root.
- Homepage storage location is configured by application settings and must remain writable in the active runtime environment.
- Uploading an image is immediate and is not rolled back by Cancel.
- The editor does not currently delete or select among previously uploaded images.
+1 -1
View File
@@ -53,7 +53,7 @@ Jobs manages transcription processing runs. A Job belongs to one Document, links
## Cancel Behavior
- The confirmation explains that processing stops and remaining non-transcribed Sources become failed.
- The confirmation explains that processing stops and remaining pending Sources become cancelled.
- The service decides whether the current state permits cancellation.
- Success updates the Job, notifies the worker, and returns to Job Detail.