1.1 KiB
1.1 KiB
AGENTS.md — Repo hygiene
Scope: this file covers repo hygiene — branching, remotes, CI, cleanup. It is not project documentation.
Identity
- breadhelp is a bakery product (
bakery.toml+ bakery CI + BOS ISO bake). It is not pacman-packaged.
Branch model
- One long-lived branch:
main. There is no separatedevorbetabranch — those are bakery tracks, published frommainand from tags. FollowCONTRIBUTING.md. - Short-lived work:
feature/<name>orfix/<name>offmain.
Remotes
origin— Forgejo on Hestia only (ssh://git@100.66.238.26:2222/Breadway/breadhelp.git), via Tailscale. No GitHub mirror, unlike most bread-ecosystem repos.
CI
.forgejo/workflows/dev-release.yml— push tomain(bakery dev track)..forgejo/workflows/rc-release.yml—vX.Y.Z-rc.Ntags (bakery beta track)..forgejo/workflows/release.yml— otherv*tags (signed bakery stable).- There is no
package.yml/ pacman publish workflow.
Don't
- Don't embed credentials in remote URLs — this repo already uses SSH, keep it that way.
- Don't start a Tauri port — this stays GTK4.