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

Further spec key management.

markbennett.ca 79b0d5fc 00656fce

verified
+1 -1
+1 -1
TODO.md
··· 22 22 ## Git SSH Key Management 23 23 24 24 - [ ] Implement `tangled ssh-key add <public-key-path>` command. 25 - - [ ] This command should upload the provided public SSH key to the user's tangled.org account via the API, similar to how `gh ssh-key add` works. 25 + - [ ] This command should upload the provided public SSH key to the user's tangled.org account via the API, similar to how `gh ssh-key add` works. If no path is provided, it should default to `~/.ssh/id_rsa.pub` or prompt the user for a path. 26 26 - [ ] The CLI is not responsible for generating SSH keys or managing the local ssh-agent; users are expected to handle these steps externally. 27 27 - [ ] Implement `tangled ssh-key verify` command. 28 28 - [ ] This command should execute `ssh -T git@tangled.org`, parse the DID from its output, and then resolve that DID to a Bluesky handle, displaying the result to the user.