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! :)
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

Move issue management up in the plan so I can dog food it.

+7 -6
+7 -6
TODO.md
··· 37 37 - [ ] Implement logic to parse the DID from `ssh -T git@tangled.org` output (will be reused by `tangled ssh-key verify`). 38 38 - [ ] Implement functionality to resolve a DID (e.g., `did:plc:b2mcbcamkwyznc5fkplwlxbf`) into a human-readable Bluesky handle (will be reused by `tangled ssh-key verify`). 39 39 40 + ## Issue Management 41 + 42 + - [ ] Implement `tangled issue create "<title>" [--body "<body>" | --body-file <file> | -F -]` command. 43 + - [ ] Implement `tangled issue list [--json "id,title"]` command. 44 + - [ ] Support `--json` output with field filtering. 45 + - [ ] Migrate this TODO list into Tangled issues once issue creation is implemented. (note defects and address blocking features as needed). 46 + 40 47 ## Repository Management 41 48 42 49 - [ ] Implement `tangled repo create <repo-name>` command. 43 50 - [ ] Implement `tangled repo view` command (display repo details). 44 51 - [ ] Support `--json` output with field filtering (e.g., `--json name,cloneUrl,description`) using `lodash/pick`). 45 - 46 - ## Issue Management 47 - 48 - - [ ] Implement `tangled issue create "<title>" [--body "<body>" | --body-file <file> | -F -]` command. 49 - - [ ] Implement `tangled issue list [--json "id,title"]` command. 50 - - [ ] Support `--json` output with field filtering. 51 52 52 53 ## Pull Request Management 53 54