Merge pull request 'docs: Codeberg/tea operations guide' (#2) from docs/codeberg-tea-guide into main
This commit is contained in:
commit
ab45c4c94b
1 changed files with 12 additions and 0 deletions
12
CLAUDE.md
12
CLAUDE.md
|
|
@ -82,6 +82,18 @@ Key design decisions (all driven by /autoplan review):
|
||||||
- Staging: none.
|
- Staging: none.
|
||||||
- Rollback: revert the merge commit on `main` (and delete the tag) to roll back.
|
- 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
|
## 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.
|
`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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue