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.
refactor: update database migration instructions in COOLIFY.md for clarity and remove post-deployment command. Adjust server.nixpacks.toml to ensure migrations run before starting the server.
feat: update deployment documentation for Coolify, clarifying post-deployment commands and environment variable setup. Enhance error handling in drizzle.config.ts to ensure DATABASE_URL is properly configured for production and local development.
feat: update deployment documentation and environment variable examples for Coolify setup. Add new Nixpacks configuration files for server and web applications, enhancing deployment clarity and ensuring proper environment variable usage. Include new serve command in package.json for production builds.