Prerequisite Inferencepass

The pass that produces the prerequisite DAG — edges declaring what a reader must understand before a concept — making recursive descent possible.

Without prerequisite edges, descent dead-ends. This pass is the pedagogically load-bearing step; deterministic fallback (declared + ontology + structural) guarantees a working DAG even with no model.

Where it appears

Descend

Historical evolution

Deterministic fallback first (in v1); local-model inference is an additive enrichment that grounds edges with token-overlap citations.

Implementation details

pass-05 seeds declared prerequisites, ontology parent->child edges, then (if model) proposes edges with rationale + citation.

Sources

View in graph →