Commit 1105fef
committed
release: v0.5.0 — load smoothing, progression gate, and rebalance
## What's New
### sensei mark — Load Smoothing
- Automatically spreads reviews across nearby days to prevent spikes
- Spread windows: s=fixed, h=2-4d, g=5-14d, e=15-45d, t=45-90d
- Low-review-count problems prefer earliest slot; high-count prefer latest
- --no-spread flag for exact base intervals
### sensei mark — Progression Gate
- New problems gated through 1→3→7→30→full SRS ladder
- Prevents first-solve from jumping to 30 days
- Capping note shown in output when gate fires
### times_reviewed Field
- All problem files now track times_reviewed (incremented on each mark)
- Legacy files default to 0 — no migration required
- New sensei new scaffolds revisit_in_days=1, times_reviewed=0
### sensei rebalance (new command)
- Dry-run and --apply modes for reactive cluster busting
- Displaces most-reviewed problems first within ±50% interval window
- --cap N sets the overloaded-day threshold (default: 3)
### Docs
- README: new sections for progression gate, load smoothing, rebalance
- AGENTS.md: CLI reference updated with all new commands and flags;
rating integrity rule and socratic-question hint distinction added1 parent 6eab5a7 commit 1105fef
2 files changed
Lines changed: 50 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
83 | 114 | | |
84 | 115 | | |
85 | 116 | | |
| |||
159 | 190 | | |
160 | 191 | | |
161 | 192 | | |
162 | | - | |
163 | | - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
164 | 206 | | |
165 | 207 | | |
| 208 | + | |
| 209 | + | |
166 | 210 | | |
167 | 211 | | |
168 | 212 | | |
| |||
213 | 257 | | |
214 | 258 | | |
215 | 259 | | |
216 | | - | |
| 260 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
0 commit comments