Dicklesworthstone/beads_rust ? reverse-engineered prompt

Reverse engineered prompt

Build me a small Rust command line app for tracking project issues locally inside a repo.

I want it to feel like a simple, offline first issue tracker that keeps the main data in SQLite and also writes a JSONL export in a .beads folder so it plays nicely with git. It should let me initialize a repo, create issues with priorities and types, list what is ready to work on, update status, add dependencies between issues, and close items with a reason. I also want basic sync and recovery commands so the SQLite data and the JSONL export can be kept in step, plus a way to print JSON output for automation. If it makes sense, include a small command to add helpful agent instructions to AGENTS.md and make the default behavior non invasive, so it does not commit or push anything for me. Look up current Rust and SQLite docs online if you need to.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab