From 5123f9163c6751b4ac1d39278c133e600bc26d80 Mon Sep 17 00:00:00 2001 From: David Kaya Date: Wed, 25 Mar 2026 21:41:04 +0100 Subject: [PATCH] docs: update agent guidelines --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 3c75001..d253941 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -156,7 +156,7 @@ Every interactive component must include basic accessibility: ## 8. Planning requirements -- If a task spans both backend and frontend work, the implementation plan must be split into **Part 1 — Backend** and **Part 2 — Frontend**. +- If a task spans both backend and frontend work, the implementation plan must be split into **Part 1 — Backend** and **Part 2 — Frontend**. The Frontend part will be launched manually by the user. - Backend work must be planned and executed first. - Before frontend work begins, backend work must produce a handover artifact in the session workspace `files\` directory. Do not put this handover document in the repository. - The frontend phase must consume that backend handover artifact and build on it rather than rediscovering backend contracts from scratch.