Home: README
Path placeholder: <repo-root> means the folder containing this repository's README.md.
Use this every week to prevent drifting and self-delusion.
cd <repo-root>
git log --since="7 days ago" --onelineExpected output:
<one or more commits showing study activity>
Optional weekly quality snapshot:
# run from one active project folder
pytest -q
ruff check .
black --check .Expected output:
... passed ...
All checks passed!
would reformat 0 files
- Projects completed:
- Break/fix drills completed:
- Tests added or improved:
- Major blockers:
- Root causes discovered:
- Confidence level (1-10):
- What did I avoid this week because it was hard?
- Which bug took longest and why?
- Which concept still feels fragile?
- What exact fix will I prioritize next week?
- Top 3 priorities:
- One stretch goal:
- One non-negotiable mastery check:
- Build output quality:
- Test quality:
- Failure diagnosis quality:
- Documentation clarity:
- Consistency (sessions completed):
Interpretation:
- 0-4: stabilization week needed.
- 5-7: continue current pace.
- 8-10: increase complexity next week.