fowler doesnt need to explicity read README/AGENTS

This commit is contained in:
Dhanji R. Prasanna
2026-01-13 16:16:27 +05:30
parent 47e3a88cf6
commit bd756307f1

View File

@@ -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.