* docs(ST-1115): agent-batch flow — branch-only-at-start, commit lokaal per taak - CLAUDE.md Track A: voeg stap 1 (branch aanmaken) toe, splits stap 6 (commit, geen push) af, voeg stap 7-8 (herhaal / push+PR bij lege queue) - Hardstop Push-regel: verduidelijkt dat commits lokaal accumuleren per taak; push pas bij lege queue of expliciete gebruikersbevestiging - docs/runbooks/branch-and-commit.md: nieuwe subsectie "Agent-batch flow" met tabel (run-start / na taak / queue leeg) en single-task edge case * docs(ST-1115): AGENTS.md branch-and-PR quick-reference tabel * docs(ST-1115): end-to-end verificatie checklist 1 batch = 1 Vercel-deploy Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
23 lines
751 B
Markdown
23 lines
751 B
Markdown
---
|
|
title: "AGENTS.md — Scrum4Me agent rules"
|
|
status: active
|
|
audience: [ai-agent]
|
|
language: en
|
|
last_updated: 2026-05-03
|
|
---
|
|
|
|
# Agent Instructions — Scrum4Me
|
|
|
|
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)
|