hokusai/bulkgen
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
..
providers feat: add Mistral text generation provider 2026-02-13 20:12:45 +01:00
__init__.py feat: scaffold project structure with package dirs and mistralai dependency 2026-02-13 20:07:08 +01:00
builder.py feat: add build orchestrator with incremental and parallel execution 2026-02-13 20:13:33 +01:00
cli.py feat: add CLI commands (build, clean, graph) 2026-02-13 20:14:16 +01:00
config.py feat: add pydantic config models for YAML parsing 2026-02-13 20:07:44 +01:00
graph.py feat: add networkx dependency graph construction 2026-02-13 20:08:53 +01:00
state.py feat: add incremental build state tracking 2026-02-13 20:08:16 +01:00