score_entity
Record a framework's result for one entity on the exercise's includes edge (a MoSCoW bucket, a RICE score, a canvas slot). Auto-includes the entity if not already in scope. Merges into existing edge properties unless replace is set. Returns { edge, warnings }.
Spec Introspectionatomic.
Arguments
exercise_idstringrequiredRequired. The framework_exercise id.
entity_idstringrequiredRequired. The entity being scored.
valuesobjectrequiredRequired. The result as { input: value }, e.g. { "moscow": "must" } or { "reach": 4, "impact": 3 }.
slot_rolestringoptionalOptional framework slot role this entity plays (e.g. "pain_reliever"). Rides the same edge as the scores; validated against the framework's declared slot roles (warn-only).
replacebooleanoptionalReplace the edge properties instead of merging (default false).
Returns
Shape
{ edge, warnings }