feat: add db:seed command to package.json and update README.md for seeding reference data. Enhance job status handling in generation logic to support completed_partial status, improving error reporting and user feedback. Introduce new utility functions for job outcome resolution and non-retryable error detection, along with corresponding tests. Update database migration scripts to include new tables and fields for improved data management.
ef46e44 | { | |
| "version": "7", | |
| "dialect": "postgresql", | |
| "entries": [ | |
| { | |
| "idx": 0, | |
| "version": "7", | |
| "when": 1777096566249, | |
| "tag": "0000_amazing_gamora", | |
| "breakpoints": true | |
| }, | |
| { | |
| "idx": 1, | |
| "version": "7", | |
| "when": 1777620170000, | |
| "tag": "0001_add_logs_to_generation_job", | |
| "breakpoints": true | |
| }, | |
| { | |
| "idx": 2, | |
| "version": "7", | |
| "when": 1777604043426, | |
| "tag": "0002_add_feedback_and_package_rating", | |
| "breakpoints": true | |
| }, | |
| { | |
| "idx": 3, | |
| "version": "7", | |
| "when": 1777620900000, | |
| "tag": "0003_repair_feedback_and_package_rating", | |
| "breakpoints": true | |
| }, | |
| { | |
| "idx": 4, | |
| "version": "7", | |
| "when": 1779604635821, | |
| "tag": "0004_left_diamondback", | |
| "breakpoints": true | |
| } | |
| ] | |
| } |