# gitea-axi — Agent Instructions ## Commits Any commit message you write must follow the Conventional Commits specification as documented in [CONVENTIONAL-COMMITS.md](CONVENTIONAL-COMMITS.md). ## Gotchas The `origin` remote is a self-hosted **Gitea** instance (`git.alexion.dev`), not GitHub. The `gh` CLI does not work here — open pull requests with `tea pr create --login axi --base main --head `, and list them with `tea pr`. Task branches are merged into `main` on the remote, so the local `main` goes stale. Always `git fetch origin` and cut a task branch from `origin/main`, not from whatever local `main` happens to point at.