consultation_report
Analyze consultation sessions to compute coverage metrics, identify gaps in concept matching and relationships, and compare sessions for thorough architectural review before synthesis.
Instructions
COVERAGE CHECK — Compute coverage metrics for a consultation session. Concept coverage counts matched concepts that were either traversed (get_subgraph seeds) or assessed (log_pattern_assessment). Also shows relationship type coverage, passage diversity, prerequisite/conflict edge checks, and specific gaps. Call before synthesizing to ensure thorough coverage. Optionally compare two sessions with the same project fingerprint to see diffs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| consultation_id | Yes | The consultation session to evaluate | |
| compare_to | No | Optional second consultation ID to diff against |