Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 771 Bytes

File metadata and controls

9 lines (7 loc) · 771 Bytes

Remember that the basic idea for this project is in @guide/idea.md, the spec is in @guide/spec.md and the prompt plan, which serves as the implementation plan is in @guide/prompt_plan.md. Always read these files to get a good idea about how the implementation is to be carried out. Also, remember that after the implementation, tests need to be written and run successfully before moving on to the next step. Once a step has been implemented, always mark it as done in the @guide/prompt_plan.md file.

Development

  • Always commit after a step from @guide/prompt_plan.md is completed.
  • Use uv for dependency management and development
  • Follow Test Driven Development
  • Setup integration tests as well.
  • When adding new dependencies use uv to add latest dependencies