Commit 1aa4f1b
committed
Eliminate consecutive muscle overlap in all splits, cap rep ranges to 4-10
Splits:
- Removed SIDE_REAR_DELTS from Pull (rear delts get indirect row volume)
- Reordered Push/Pull x2 → Push/Legs/Pull/Legs to separate push and pull
- Replaced Upper/Lower/Legs/Upper/Lower → Upper/Lower/Push/Legs/Pull
- Reordered Bro split: Chest/Back/Arms/Shoulders/Legs (no triceps overlap)
- Removed ABS from Shoulders day, CALVES from Push/Pull hybrid days
- Redesigned 6-day hybrid to PPL + Arnold-style second half
- Added requires_rest_days flag for full-body splits (inherent overlap)
- Added validation function and test: no non-full-body split has overlap
Rep ranges:
- All tiers now 4-10: T1=4-6, T2=6-8, T3=8-10
- Female bias within same window: T1=5-8, T2=6-10, T3=8-10
https://claude.ai/code/session_01Lo7Z7GoRzG6hZkKwrxnXVk1 parent 7b9701c commit 1aa4f1b
3 files changed
Lines changed: 251 additions & 133 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments