From 60246b0c3d30352bec3b6f54e79d7b78c51948da Mon Sep 17 00:00:00 2001 From: Ryan Sheppard Date: Fri, 5 Jun 2026 09:20:44 -0400 Subject: [PATCH] docs: update agent workflow guidance --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 0194580..eeef1b7 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -58,7 +58,7 @@ Requires Node 22 (see `.tool-versions`). Expo environment variables: `EXPO_PUBLI ## Workflow -Always commit after each individual change rather than batching multiple changes into one commit. Do not ask the user before committing — just commit. +Always commit after each individual change rather than batching multiple changes into one commit. Do not ask the user before committing — just commit. Do not commit historical artifacts such as plan docs unless explicitly asked to. ## Design Reference