LukeMathWalker/build-your-own-jira-with-rust ? reverse-engineered prompt
Reverse engineered prompt
Help me build a simple JIRA style app in Rust as a learning project, and guide me through it with tests first.
I want a command line tool that lets me create tickets, view them, update them, and move them through a basic workflow like open, in progress, and done. Please set it up so I can work through the exercises in the existing workshop style, and make sure the code is easy to learn from since I am still getting comfortable with Rust.
If there are already example or solution files in the repo, use them only as a reference, but build the working version in the main workshop area. Keep the experience focused on passing the tests and making the CLI feel useful and clear. If you need to check current Rust docs or anything about the tooling, go ahead and look it up online.
Are you gonna build this?
make sure you review the code using coderabbit