From 874342a7501dea8e32ebb06fb3fe7e7624776953 Mon Sep 17 00:00:00 2001 From: Scrum4Me Agent <30029041+madhura68@users.noreply.github.com> Date: Sun, 3 May 2026 14:08:18 +0200 Subject: [PATCH] docs(ST-1115): AGENTS.md branch-and-PR quick-reference tabel --- AGENTS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index da6aa78..6d98658 100644 --- a/AGENTS.md +++ b/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/` | `gh pr create` | +| Na elke taak | `git add -A && git commit -m "(ST-XXX): "` | `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)