1# carpool.yaml — managed by sideline. do not edit by hand.
2# (jennifer edited by hand)
3season: fall
4vehicle: odyssey # seats 7, smells like cleats
5assignments:
6 week_5: dana # accepted · 0.97
7 week_6: priya # accepted · 0.91
8 week_7: jennifers_mom # confidence 0.93
9pickups:
10 brayden: {home: cul_de_sac, gear: full}
11 sofia: {home: elm_ct, gear: shin_guards_only}
12 maddox: {home: unknown, gear: vibes}
13returns:
14 maddox: null # no ride home
1# snacks.toml — the rotation is config now
2[week_5]
3owner = "dana"
4item = "orange_slices" # compliant
5
6[week_6]
7owner = "priya"
8item = "rice_krispies"
9owner = "jennifer" # declared twice. sideline noticed.
10item = "rice_krispies"
11
12[week_7]
13owner = "tbd" # the agent is on it
1# saturday.md
2
3## pre-game runbook (t-minus 90 min)
4
5- [x] locate both cleats (separate rooms, as forecast)
6- [x] fill water bottle brayden will not drink from
7- [ ] confirm week_7 driver (blocked on jennifers_mom)
8- [ ] fold camp chair into trunk tetris slot 2
9- [ ] emotional preparation for the referee
10
11> incident postmortem, week 4: we do not discuss week 4.
1{
2 "name": "Brayden",
3 "position": "wherever the ball is",
4 "cleats": "velcro",
5 "hydration": "capri_sun",
6 "notes": [
7 "cries if subbed",
8 "cries if not subbed"
9 ]
10}