claude-memory/graph/configurations/tea-cli-always-requires-repo-flag-auto-detection-broken-6aa882.md

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)
claude-code
gitea
tea-cli
configuration
cli
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-database
  • cal/major-domo-bot
  • cal/major-domo-v2 ← added
  • cal/paper-dynasty
  • cal/paper-dynasty-database

Scope

Global — applies to all projects using Gitea at https://git.manticorum.com (authenticated as cal@homelab).