···67676868# Create, comment on, inspect, and update pull requests
6969tg pr create --title "Add feature" --base main
7070+tg pr checkout <rkey>
7071tg pr diff <rkey>
7172tg pr comment <rkey> --body "Looks good"
7273tg pr close <rkey>
···77787879`tg repo edit`, `tg repo set-default-branch`, `tg repo delete --yes`, `tg repo fork`,
7980`tg ssh-key delete`, `tg browse`, `tg completion`, `tg auth token`, and `tg api` are available.
8080-8181-Changing scopes requires existing users to run `tg auth login` again.
8282-8383-## Platform limits
8484-8585-Tangled currently has no API for releases, gists, workflows/runs, repository archive/sync/rename,
8686-PR checks, projects, codespaces, a status dashboard, or global text search. `tg pr checkout` is
8787-deferred until PRs expose an immutable base commit/ref, allowing a safe isolated-worktree
8888-implementation. `auth switch` is deferred because the local auth store currently supports one
8989-account.
90819182## Architecture
9283