codex users, what's your actual move when a session dies or you hit a rate limit mid task?
When a session gets cut off, whether that's a hard rate limit, a crash, or you just decide to start fresh, what do you actually do to pick back up? do you rely on `--resume`, keep your own notes on the side, commit more often as a checkpoint, or just eat the cost of re-explaining what codex already figured out?
Also curious how people handle the token side of this. do you switch to a cheaper/faster model for the boring parts and save the expensive one for the hard calls, or just run everything on whatever model you started with? and if you do switch models mid task to save tokens, does that cause the same kind of "explain everything again" problem as switching tools entirely, or is it cleaner since it's still technically codex?
The thing i keep coming back to across every sub I've asked this in: it's not really the code that's hard to reconstruct, it's the dead ends you already ruled out and why. does that survive for you across a model switch or a rate limit reset, or is it gone the moment the session ends?