Build-tool for bulk-generating AI images.
Find a file
Konstantin Fickel 1d98c0010a
feat: add CLI commands (build, clean, graph)
- build: executes all or specific target with dependency resolution
- clean: removes generated artifacts and state file, preserves inputs
- graph: prints dependency graph with build stages
- Config discovery: finds single *.bulkgen.yaml in working directory
2026-02-13 20:14:16 +01:00
bulkgen feat: add CLI commands (build, clean, graph) 2026-02-13 20:14: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
pyrightconfig.json chore: add pyrightconfig.json pointing to devenv venv 2026-02-13 20:10:48 +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