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: verifygrind?suggestionslinter.tacticAnalysis.verifyGrindSuggestions: verifygrind? +suggestionsAlso addsrunTacticCodeCapturingInfoTreeto capture InfoTrees during tactic execution, enabling extraction of TryThis suggestions. š¤ Prepared with Claude Code