docs(ST-1115): AGENTS.md branch-and-PR quick-reference tabel
This commit is contained in:
parent
f1dc7d7865
commit
874342a750
1 changed files with 10 additions and 0 deletions
10
AGENTS.md
10
AGENTS.md
|
|
@ -11,3 +11,13 @@ last_updated: 2026-05-03
|
|||
This file is a redirect stub. All agent instructions live in **[CLAUDE.md](./CLAUDE.md)**.
|
||||
|
||||
For Claude Code specifically, CLAUDE.md is loaded automatically. Start there.
|
||||
|
||||
## Branch & PR-flow (quick reference)
|
||||
|
||||
| Moment | Actie | Verbod |
|
||||
|---|---|---|
|
||||
| Start run | `git checkout -b feat/<batch-slug>` | `gh pr create` |
|
||||
| Na elke taak | `git add -A && git commit -m "<type>(ST-XXX): <title>"` | `git push` |
|
||||
| Queue leeg | `git push -u origin <branch>` + `gh pr create` | — |
|
||||
|
||||
Full details: [docs/runbooks/branch-and-commit.md § Agent-batch flow](./docs/runbooks/branch-and-commit.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue