Skip to content

[Parley] Conversation Simulator: Add sub-node coverage tracking #14950

@LordOfMyatar

Description

@LordOfMyatar

Summary

Add per-node coverage tracking for intermediate nodes in the Conversation Simulator, using the same X/Y format as root entries.

Current Behavior

  • Root entries show coverage like "(2/3)" indicating visited/total replies under that entry
  • Intermediate nodes (non-root entries) don't show their own coverage metrics

Desired Behavior

  • All entry nodes should show coverage for their direct child replies
  • Format: "(X/Y)" where X = visited replies, Y = total replies under that node
  • This helps identify which specific branches haven't been tested

Context

Follow-up from Issue #478 - Conversation Simulator Sprint 1

Acceptance Criteria

  • Each NPC entry displays coverage for its child replies
  • Coverage updates in real-time as user navigates
  • Visual indicator when a node's children are fully covered

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions