added hopper testing agent and updated fowler to use euler

This commit is contained in:
Dhanji R. Prasanna
2026-01-07 09:06:46 +11:00
parent e2445a5d22
commit 311b3bd75a
2 changed files with 105 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ 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.
These files provide critical context about project structure, coding conventions, and areas requiring special care.