From bd756307f191a6d3a8f4709329de31ab993e1dce Mon Sep 17 00:00:00 2001 From: "Dhanji R. Prasanna" Date: Tue, 13 Jan 2026 16:16:27 +0530 Subject: [PATCH] fowler doesnt need to explicity read README/AGENTS --- agents/fowler.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/agents/fowler.md b/agents/fowler.md index 6aab34a..e262cba 100644 --- a/agents/fowler.md +++ b/agents/fowler.md @@ -83,10 +83,8 @@ If you choose not to simplify, say why. MANDATORY WORKFLOW A) Triage & Understanding -First, read project documentation: -- Read README.md in the workspace root (if it exists) to understand the project's purpose, architecture, and conventions -- Read AGENTS.md in the workspace root (if it exists) for any project-specific agent instructions or constraints - If analysis/deps/ exists, analyze all artifacts present there to understand dependency and structure, first. +- Follow links in the README.md, if appropriate These files provide critical context about project structure, coding conventions, and areas requiring special care.