jayminwest/seeds ? reverse-engineered prompt
Reverse engineered prompt
Build me a git native issue tracker for agent workflows, called Seeds.
I want a simple command line tool that stores everything in a JSONL file inside a .seeds folder, and keeps the data in git so I can commit and sync issues like normal code changes. It should let me initialize a project, create issues with title, type, priority, description, assignee, labels, dependencies, and status, then list, search, show, update, close, block, and unblock them. I also want a ready view for open work with no blockers, plus basic stats and a doctor command to check the data.
Please make it work with Bun, keep it dependency free if possible, and make the output friendly for both humans and scripts, including JSON and a few plain text formats. If it makes sense, add the planning and template commands from the README too, so larger tasks can be broken into child issues. Use the README as the source of truth, and look up current docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit