Build-tool for bulk-generating AI images.
Find a file
Konstantin Fickel ce2160bd6c
feat: add incremental build state tracking
- TargetState/BuildState pydantic models for .bulkgen.state.yaml
- SHA-256 hashing for files and strings
- is_target_dirty() checks output existence, input hashes, prompt, model, and extra params
- record_target_state() persists hashes after successful builds
- load_state()/save_state() for YAML serialization
2026-02-13 20:08:16 +01:00
bulkgen feat: add incremental build state tracking 2026-02-13 20:08:16 +01:00
.envrc build: set up project for bulkgen 2026-02-13 19:32:47 +01:00
.gitignore feat: scaffold project structure with package dirs and mistralai dependency 2026-02-13 20:07:08 +01:00
.python-version build: set up project for bulkgen 2026-02-13 19:32:47 +01:00
devenv.lock build: set up project for bulkgen 2026-02-13 19:32:47 +01:00
devenv.nix build: set up project for bulkgen 2026-02-13 19:32:47 +01:00
devenv.yaml build: set up project for bulkgen 2026-02-13 19:32:47 +01:00
main.py build: set up project for bulkgen 2026-02-13 19:32:47 +01:00
pyproject.toml feat: scaffold project structure with package dirs and mistralai dependency 2026-02-13 20:07:08 +01:00
README.md build: set up project for bulkgen 2026-02-13 19:32:47 +01:00
uv.lock feat: scaffold project structure with package dirs and mistralai dependency 2026-02-13 20:07:08 +01:00