get_diagnostic_snapshot
Validate cached simulation results against your target case and receive a compact status summary with suggested calls for missing steps, preventing stale cross-case data.
Instructions
Cold-start accelerator that aggregates cached tool results into a single summary view. It never triggers sub-steps and only reads cache. Returns availability status, compact summaries, and suggested calls for missing steps. The result cache is process-global and survives across cases, so at the start of a new session pass your target case (verif_root and/or case_dir): the snapshot validates the cache against it and reports a clean cold start if the cache belongs to a different case. If you pass no target, a cached sim_paths is returned with summary.carried_over=true to signal it may belong to a previous case — confirm it or re-run get_sim_paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_dir | No | Absolute path to the specific case directory you are debugging. When given, the snapshot confirms the cached get_sim_paths is for this case; if it is for a different case, the snapshot degrades to a cold start instead of leaking the previous case's paths/hierarchy/log. | |
| verif_root | No | Absolute path to the project's verif/ directory. Builds a suggested_call when get_sim_paths has not run, and validates that a cached get_sim_paths result belongs to this project (mismatch ⇒ honest cold start). |