Type: AFK · Source: PRD v1 · Stories: 6, 7, 8
What to build
The Flow Spec module: parse(text) → { goal, hints[], mode }. In Persona mode hints are soft — the Bud improvises the path from the goal and may deviate. The adapter emits milestone events (hint reached / deviated / goal achieved), and deviations from hints become discoverability Findings.
Acceptance criteria
Blocked by
Type: AFK · Source: PRD v1 · Stories: 6, 7, 8
What to build
The Flow Spec module:
parse(text) → { goal, hints[], mode }. In Persona mode hints are soft — the Bud improvises the path from the goal and may deviate. The adapter emitsmilestoneevents (hint reached / deviated / goal achieved), and deviations from hints become discoverability Findings.Acceptance criteria
parse()unit-tested for goal-only and goal + step-hints inputsmilestoneevents are emitted for hint reached / deviated; a deviation maps to a discoverability Finding with evidenceBlocked by