🎉 Smithery is now a part of Arcade.dev! Read more in our announcement here
Build a concept graph (nodes + prerequisite edges) from a tutorial spec, saving as outline/concept_graph.yml. Trigger: concept graph, prerequisite graph, dependency graph, 概念图, 先修关系. **Use...
outline/concept_graph.yml
source-tutorial
output/TUTORIAL_SPEC.md
Materializes the tutorial spec's structured concept inventory into outline/concept_graph.yml.
The graph must contain:
nodes
{id, title, summary, source_ids, objective_refs}
edges
{from, to}
scripts/run.py should:
scripts/run.py
Do not duplicate spec-parsing heuristics in multiple places; keep them in shared tutorial tooling.