1.1 KiB
1.1 KiB
| id | type | title | tags | importance | confidence | created | updated | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 6aa882c2-c6bf-4381-a38c-288eec3047f4 | configuration | tea CLI always requires --repo flag (auto-detection broken) |
|
0.6 | 0.8 | 2026-02-20T03:56:49.639350+00:00 | 2026-02-20T03:56:49.639350+00:00 |
Problem
The tea CLI cannot auto-detect the repository from git remote URLs. Without --repo, commands fail with:
path segment [0] is empty
Fix
All tea CLI commands must include --repo owner/name explicitly.
Updated Examples
# List PRs
tea pulls list --repo cal/major-domo-bot
# Create PR
tea pulls create --repo cal/major-domo-bot --head feature/name --base main --title "Title" --description "Desc"
# List issues
tea issues list --repo cal/major-domo-bot
Common Repos (updated list)
cal/major-domo-databasecal/major-domo-botcal/major-domo-v2← addedcal/paper-dynastycal/paper-dynasty-database
Scope
Global — applies to all projects using Gitea at https://git.manticorum.com (authenticated as cal@homelab).