Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .claude/rules/tri-comparison-chart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: regenerate-tri-comparison-chart-all
description: Ensure the tri-comparison chart is always regenerated for all languages instead of just the ones being modified.
---

# Always Regenerate Tri-Comparison Chart For All Languages

When regenerating the tri-comparison chart (`tests/tools/tri_comparison_chart.py`) and its ledger to verify fixes, you **MUST ALWAYS** regenerate it for ALL languages, not just the languages that were improved.

To do this, use the `--all` flag:
`python tests/tools/tri_comparison_chart.py --all --write`

This ensures that the final chart accurately reflects the global state of the engine rather than isolating metrics for a single language.
Loading
Loading