refactor(menu): close numbering gap, renumber attacks 13-24 → 10-21

Menu options jumped from 9 to 13 because items 10-12 were removed
historically but remaining items kept their old numbers. Renumbers
the contiguous attack block to 10-21, closing the gap.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Justin Bollinger
2026-05-04 18:37:57 -04:00
co-authored by Claude Sonnet 4.6
parent eacbc44042
commit 14c6edf27a
5 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ def cli():
def test_generate_rules_crack_in_main_menu(cli):
options = cli.get_main_menu_options()
assert "21" in options
assert "18" in options
def test_generate_rules_crack_handler_calls_main(cli, tmp_path):