docs: add Codeberg/tea operations guide to CLAUDE.md

This commit is contained in:
Brian Majewski 2026-06-05 10:58:31 -07:00
parent 6ab22c2b95
commit 783be5cd96

View file

@ -82,6 +82,18 @@ Key design decisions (all driven by /autoplan review):
- Staging: none.
- Rollback: revert the merge commit on `main` (and delete the tag) to roll back.
## Codeberg operations
The remote is Codeberg (Forgejo) — `gh`/`glab` do NOT work here. Use `tea`
(login name: `codeberg`, user `egbt`) for forge operations when a skill's
platform detection comes up "unknown":
- PRs: `tea pr create --base main --title ... --description ...` / `tea pr merge <index>`
- Releases: `tea releases create --tag v<X.Y.Z.W> --title "v<X.Y.Z.W> — <YYYY-MM-DD>" --note ...`
(convention: one release per tag, title `v<X.Y.Z.W> — <date>`)
- Issues/status: `tea issues`, `tea pr list`
- No CI on this repo: the bats suite run locally is the merge gate.
## Environment variable
`SECRETS_DIR` overrides the default `~/.secrets` location (useful for testing). Per-project bindings via `.secrets-store` file beat this env var; use `--store <dir>` for one-shot overrides that beat everything.