- diet.protein_per_kg 2 -> 1.7 g/kg (evidence ceiling for trained/resistance-adapted adults) daily target 190-200 -> 165-175 g/day, ~80-90 g/meal - weekly non-whey protein floor 1330 -> 1190 g (170 g/day x 7), still excl whey - SKILL.md: RATIONAL PORTIONS hard rule (per-item max_per_meal caps, no single-ingredient overload, honest shortfall reporting); WEEKLY PROTEIN FLOOR (>=3 sources, none >50%) - inventory.json: per-item max_per_meal caps + rational_portions defaults table - scripts/verify_portions.py: regression probe for overload/cap violations - README + references synced to 1.7 g/kg; .idea/.agentbridge gitignored
16 lines
439 B
Plaintext
16 lines
439 B
Plaintext
# Live data — keep out of version control.
|
|
# Your current stock and 7-day meal log drift as you eat / the daily job runs.
|
|
inventory.json
|
|
meal-history.json
|
|
# Weekly cuisine pick (regenerated by scripts/pick_cuisine.py; not source).
|
|
cuisine-rotation.json
|
|
# Last generated weekly shop (regenerated by the weekly job; not the inventory).
|
|
last-shop.json
|
|
# Python caches
|
|
__pycache__/
|
|
scripts/__pycache__/
|
|
|
|
# IDE artifacts
|
|
.idea/
|
|
.agentbridge/
|