- Every week folder must include a README with setup, tasks, and expected outputs.
- Starter folders must not include final answer code.
- Solution folders must include full explanations and rubric mapping.
- Week folders must stay aligned with curriculum page names and milestones.
- Naming pattern is fixed:
week-1,week-2,week-3,week-4. - Shared utilities should live in
shared/and be imported rather than duplicated.
- Setup commands are reproducible
- Homework tasks are complete
- Rubric criteria are mappable to implementation
- Solution includes explanation, not only code