hokusai/bulkgen
Konstantin Fickel bedc0cc9ec
feat: add networkx dependency graph construction
- build_graph() creates a DAG from project config with validation
- get_build_order() wraps topological_generations() for parallel batches
- get_subgraph_for_target() extracts transitive deps for single-target builds
- Validates missing dependencies and cycle detection
2026-02-13 20:08:53 +01:00
..
providers feat: scaffold project structure with package dirs and mistralai dependency 2026-02-13 20:07:08 +01:00
__init__.py feat: scaffold project structure with package dirs and mistralai dependency 2026-02-13 20:07:08 +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