Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 576 Bytes

File metadata and controls

11 lines (9 loc) · 576 Bytes

AGENTS.md

Course repository guidance

  • Treat prompts/ and LEARNER_GUIDE.md as learner-facing course materials.
  • Do not modify learner-facing course materials unless explicitly asked.
  • Build the application in this repository.
  • Keep the implementation focused on the requested habit-tracker scope.
  • Prefer simple, maintainable solutions over unnecessary product expansion.
  • Run relevant tests and a production build before declaring the work complete.
  • If a request is ambiguous, explain your interpretation before making a significant scope-expanding change.