Repository slug¶
The CLI must know which GitHub repo to use (owner/name).
Resolution order:
| Priority | Source |
|---|---|
| 1 | GITHUB_REPO environment variable |
| 2 | .env → GITHUB_REPO=owner/repo |
| 3 | tracker/github_repo — one line (created by adopt.py) |
Option A — local file (recommended after adopt)¶
Cross-platform (Python 3):
Option B — .env¶
Option C — one-time override¶
First commands¶
After token and slug are set:
Works the same on Windows, macOS, and Linux.