Interfaces
SkillRoutingStep
Interface: SkillRoutingStep
Defined in: src/lib/injection-engine/skillGraph.ts:190
One predicate on a skill's root→leaf decision path, and the branch taken.
Properties
branch
readonlybranch:"yes"|"no"
Defined in: src/lib/injection-engine/skillGraph.ts:194
Which side of the predicate leads to this skill.
label
readonlylabel:string
Defined in: src/lib/injection-engine/skillGraph.ts:192
The predicate's caption (the decide(...) label).
