What problem does it solve?
When a stack trace arrives in an unknown or unsupported programming language, language-specific analyzers cannot run, leaving debugging workflows without structured failure-contract checks, reproduction guidance, or patch targets.
Core Features & Use Cases
- Language-Neutral Probing: Emits a generic LANGUAGE_PROBE result when the trace language cannot be identified.
- Structured Output Contract: Returns schema/contract checks, boundary checks, a minimal language-neutral reproducer shape, patch targets (defensive parsing, null handling, error propagation), and verification steps.
- Grounded Analysis: Bases every item strictly on the parsed trace supplied by the caller, without inventing files or dependencies.
- Use Case: Inside the meta-stack-trace-investigator workflow, when a trace's language is unrecognized, this probe supplies fallback failure-contract checks and patch targets so the investigation can proceed.
Quick Start
Ask the meta-stack-trace-investigator to analyze a stack trace whose language is unknown, and it will invoke this probe to produce generic checks, a reproducer shape, and patch targets.