Commit 2026-02-17 05:26 a9fd936a

View on Github →

feat(TacticAnalysis): verify grind? suggestions work (#33645) This PR adds a tactic analysis linter that runs grind? at proof steps, captures the "Try this:" suggestions, and verifies they actually close the goal when run. Two new options:

  • linter.tacticAnalysis.verifyGrind: verify grind? suggestions
  • linter.tacticAnalysis.verifyGrindSuggestions: verify grind? +suggestions Also adds runTacticCodeCapturingInfoTree to capture InfoTrees during tactic execution, enabling extraction of TryThis suggestions. šŸ¤– Prepared with Claude Code

Estimated changes