automodel
automodel enthält 3 gesammelte Skills von thepartly, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Publish automodel crates to crates.io. USE FOR: releasing new versions, bumping version numbers, publishing automodel (lib) and automodel-cli to crates.io, preparing a release. DO NOT USE FOR: building locally, running tests, CI/CD pipeline setup.
Run and test the example-app against a local PostgreSQL database. USE FOR: starting Postgres via Docker Compose, running SQL migrations, building with code generation, running the example app, verifying generated queries work end-to-end. DO NOT USE FOR: writing unit tests, CI/CD pipeline setup.
Invalidate AutoModel generated code to force full regeneration on next build. USE FOR: forcing code regeneration, clearing stale generated output, resetting generated files, regenerating all queries, rebuilding generated code from scratch. DO NOT USE FOR: deleting source code, cleaning build artifacts (use cargo clean).