This project uses jj as its version control system (VCS) instead of git. jj allows you to create empty "future" commits which are descendants of the current working copy and we use these to plan out future work.
jj new --after @ --message 'TODO: future task to work on'
--after @add the new change as a child of the current working change (@)--messageprovides the change description
This project follows strict test-driven development (TDD). During planning, each co
[Description truncada. Veja o README completo no GitHub.]