Curriculum Graphconcept

The compiled artifact's backbone — a directed acyclic graph over ConceptNodes where edges encode prerequisite, dependency, and foundation relations, enabling recursive descent.

It is what distinguishes SKCE from a flat doc site; the DAG is what makes the exploration 'infinitely explorable' rather than a stack of pages.

Where it appears

Descend

Historical evolution

Built by pass-05 (edges) + pass-07 (topological learning paths + gap detection).

Implementation details

Validated acyclic in ir.validate(); cycle = build error. Root is 'sovereign-knowledge-compiler'.

Sources

View in graph →