Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 428 Bytes

File metadata and controls

7 lines (6 loc) · 428 Bytes

Repository Instructions

  • Always run git status -sb at the start of a task and investigate any uncommitted changes before proceeding.
  • Use git for all work. Group changes into sane commits.
  • Keep README.md, TODO, and WORKING_ON.md updated when features change.
  • Maintain documentation under docs/ when architectural changes are made.
  • Prefer simple, dependency-light implementations unless requested otherwise.