Files
superset2/docs/superpowers
Enzo MartellucciandClaude Sonnet 5 3514e3b79a docs(dashboard-v2): plan the control dependency graph implementation
Corrects three things found while writing the plan, ahead of the spec:
EnricherFn needs the whole schema (not just its own field) since Balloons'
real enricher reads a sibling $defs entry; check_dependencies resolves
x-dependsOn by raw name instead of alias, so it has never actually worked
(verified directly against a real parsed model); and the x-dependsOn gate
is coarser than Balloons' actual guard (dimensions non-empty, series
non-empty) so the enricher keeps its own fine-grained check. Spec gets
reconciled with these once implementation confirms them.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-26 23:59:27 +02:00
..