···7373- **Filtered JSON:** Saves tokens for LLM context windows.
7474- **Git Config Integration:** Treats the local .git folder as a database of configuration, reducing the need for environment variables or complex flags.
75757676-### Examples Tangled CLI Usage
7676+## 6. Examples Tangled CLI Usage
77777878```bash
7979tangled auth login (opens a browser for auth)
···8383tangled issue list --json "id,title"
8484```
85858686-### Task Management
8686+## 7. Task Management
87878888We're bootstrapping task tracking with TODO.md, but will migrate all tasks into Tangled issues and dog food the product as soon as we have basic issue creation and listing working.
89899090-### Outstanding Issues
9090+## 8. Outstanding Issues
919192921. Can we allow auth through the web browser, rather than just CLI username/password? This would be more secure and user-friendly.
93932. The GitHub CLI manages the private keys allowing you to authenticate git operations. Can we do something similar, or will users have to manage SSH keys separately? Currently, I store my SSH keys in 1Password which signs requests for me. It would be great if tangled CLI could detect this and use it seamlessly, itentifying the user by the signed ssh key.