• 0 Open
    3 Closed
    Updated 2026-04-07 20:05:00 +00:00
    No due date

    Add confidence + confidence_reason fields to cache entries. Enables later phases to prioritize re-investigation of uncertain entries.

  • 0 Open
    4 Closed
    Updated 2026-04-07 04:57:48 +00:00
    No due date

    Lightweight pre-investigation pass. Agent characterizes the target before dir loops begin. Replaces hardcoded domain detection.

  • 4 Open
    0 Closed
    Updated 2026-04-06 22:27:26 +00:00
    No due date

    Planning pass allocates investigation depth per directory. Replaces fixed max_turns with a global turn budget the agent manages.

  • 6 Open
    0 Closed
    Updated 2026-04-06 22:27:49 +00:00
    No due date

    Resolution strategies beyond local files: web_search, package_lookup, fetch_url, ask_user. All gated behind --no-external.

  • 3 Open
    0 Closed
    Updated 2026-04-06 22:28:18 +00:00
    No due date

    Calibrate synthesis input and depth to target size: small/medium/large/xlarge tiers.

  • 2 Open
    0 Closed
    Updated 2026-04-06 22:28:19 +00:00
    No due date

    Grouping pass identifies logical subsystems from dir summaries. Final synthesis receives subsystem summaries, not hundreds of dir summaries.

  • 2 Open
    0 Closed
    Updated 2026-04-06 22:28:20 +00:00
    No due date

    Synthesis reframed from aggregation to conclusion-with-evidence. Agent forms hypothesis, finds confirming/refuting evidence, then submits.

  • 3 Open
    0 Closed
    Updated 2026-04-06 22:28:23 +00:00
    No due date

    Post-synthesis targeted re-investigation. Resolves gaps, contradictions, and low-confidence entries. Triggered by --refine flag.

  • 2 Open
    0 Closed
    Updated 2026-04-06 22:28:24 +00:00
    No due date

    Synthesis produces a superset of output fields; report formatter renders only populated ones. Output scales from minimal to comprehensive.