Rules â
- All tasks need to be put into the pending section of proposed.md before being worked on.
- Once a task is started, move it to the accepted section of proposed.md.
- Only once its move to accepted are you allowed to work on it and I have responded with the command [Execute the Plan].
- If a task is rejected, move it to the rejected section of proposed.md, The task is not to be worked on at this time, I will respond with the command [Reject Compare] when I want to work on a task that was rejected.
- You are only allowed to work on accepted tasks.
- You should always cargo check and allow the user to verify the changes
Workflow â
- First read rules.md (this file contains the rules for working on the project)
- Second read developer-docs.md (this file contains the documentation for the project, when working on a task, you should use this file to understand the codebase and where to specifically target, do not break the codebase)
- Third read proposed.md (this file contains the proposed changes to the project)