--- 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/` | `gh pr create` | | Na elke taak | `git add -A && git commit -m "(ST-XXX): "` | `git push` | | Queue leeg | `git push -u origin <branch>` (Forgejo) | `gh pr create` — GitHub-PR via de promote-Action | Sinds **PBI-86** (hybride Forgejo-model) is `origin` Forgejo. De worker initieert geen GitHub-PR meer — die ontstaat via een handmatig getriggerde promote-Action in Forgejo. Zie [docs/runbooks/forgejo-hybrid-flow.md](./docs/runbooks/forgejo-hybrid-flow.md). Full details: [docs/runbooks/branch-and-commit.md § Agent-batch flow](./docs/runbooks/branch-and-commit.md)