Changed paths:
M pkg/aflow/tool/codeexpert/codeexpert.go
Log Message:
-----------
pkg/aflow/tool/codeexpert: restrict filename guessing and broad searches
Update codeexpert agent instructions to prevent guessing and reading
non-existent paths, treat missing files as completely absent, and
avoid broad git-log searches without a PathPrefix to prevent command
timeouts.
Update reproc instructions to:
- Prevent generator from checking for compilation tools or using
system() shell functions.
- Instruct oracle to trigger TerminalError if target source files or
functions, or required hardware dependencies are missing from the
environment/codebase.
Log Message:
-----------
pkg/aflow/flow/reproc: feed back C code and logs into generator prompt
Update generatorPrompt to include previous code attempts and execution
logs directly in subsequent iterations. This bridges the context gap
between generator and oracle agents, allowing for localized C code
debugging.