max / balanced_breakfast
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01MptwXZ8k65v19rFmdGAyki
1 file changed,
+8 insertions,
-1 deletion
| @@ -187,7 +187,14 @@ | |||
| 187 | 187 | /// and `.run-overflow` / `.run-overflow-items` from 0.63.0's folded menu run. | |
| 188 | 188 | /// Same reason every line above gives: BB describes no screens, so a class | |
| 189 | 189 | /// that arrives with one is dead here by construction. No markup changed. | |
| 190 | - | const DEAD_VOCABULARY_HIGH_WATER: usize = 64; | |
| 190 | + | /// Raised 64 to 67 on the makeover-layout 0.42.0 cascade. The denominator went | |
| 191 | + | /// 92 to 95 and all three new names land here: `.row-nested`, `.row-branch` | |
| 192 | + | /// and `.row-disclose`, from makeover-webview 0.70.1's rule for a described | |
| 193 | + | /// outline's indent. This app's lock had held makeover-webview at 0.70.0, so | |
| 194 | + | /// the three had never reached it. Same reason every line above gives: BB | |
| 195 | + | /// describes no screens, so a class that arrives with one is dead here by | |
| 196 | + | /// construction. No markup changed. | |
| 197 | + | const DEAD_VOCABULARY_HIGH_WATER: usize = 67; | |
| 191 | 198 | ||
| 192 | 199 | /// Every file that can carry a class name. | |
| 193 | 200 | fn markup_files(frontend: &std::path::Path) -> Vec<std::path::PathBuf> { |