[session 1] docs(processes.develop): explain [session N] in PR titles (#43)
CD - Develop (guide → bcos.dev) / build-and-deploy (push) Has started running

This commit was merged in pull request #43.
This commit is contained in:
2026-07-19 13:09:18 -04:00
parent f745e5c5d6
commit 2f3435af32
@@ -108,6 +108,12 @@ intentionally stay on `main` (no `develop`): `hiveops-src`, `hiveops-docs`, `hiv
- Conventional commits: `feat(scope): …`, `fix`, `chore`, `docs`, `content`; end with the
`Co-Authored-By: Claude …` line.
- **Commit before stopping** — never leave uncommitted work in any repo.
- **`[session N]` in a PR title is a Claude-session tag, not a person.** Several Claude sessions run
concurrently against the same repos; the prefix records which one opened the PR. Session ids are
**recycled slots**, so a tag identifies a slot at a point in time, not an author — for PR
archaeology use the branch, the issue, and the commit author. Full mechanics live in the monorepo
`CLAUDE.md` § *Session tracking (CC_SESSION)*, deliberately **not** in the Guide: it is session
bootstrap config, needed before a session can call this API.
## Do NOT
- Do NOT commit directly to `main` or bypass branch protection.