hokusai/bulkgen
Konstantin Fickel bb4b2e2b86
feat: add build orchestrator with incremental and parallel execution
- run_build() drives the full build pipeline
- Topological generations executed concurrently via asyncio.gather()
- Incremental builds: skip clean targets, rebuild dirty ones
- Error isolation: failed targets don't block independent branches
- State saved after each generation for crash resilience
2026-02-13 20:13:33 +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
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