WIP: A simple cli for daily tangled use cases and AI integration. This is for my personal use right now, but happy if others get mileage from it! :)

Update the todos

markbennett.ca ba347070 5b903918

verified
+4 -2
+4 -2
TODO.md
··· 37 37 38 38 ## Issue Management 39 39 40 - - [ ] Implement `tangled issue create "<title>" [--body "<body>" | --body-file <file> | -F -]` command. 41 - - [ ] Implement `tangled issue list [--json "id,title"]` command. 40 + - [x] Implement `tangled issue create "<title>" [--body "<body>" | --body-file <file> | -F -]` command. 41 + - [x] Implement `tangled issue list [--json "id,title"]` command. 42 42 - [ ] Support `--json` output with field filtering. 43 43 - [ ] Migrate this TODO list into Tangled issues once issue creation is implemented. (note defects and address blocking features as needed). 44 44 - [ ] Create phases in this todo list, and then use `- [ ]` tasks in the issue descriptions. 45 45 - [ ] Remove TODO.md once all tasks are migrated to issues. 46 + - [ ] Update README.md to link to the issue board for contribution guidelines and project status instead of this TODO list. 47 + - [ ] Create CLI_FEEDBACK.md with learnings from using the CLI and complete the issue creation process and close the loop on dogfooding the CLI for this project. 46 48 47 49 ## Pull Request Management 48 50