Describe your documentation update
Copilot often fails to produce a commit if it can't move past a step. The AGENTS.md should be updated for the POV of an AI agent, not a developer or a user. Developers run tests and install new dependencies. Copilot often gets stuck if it needs to install something or run a test. So, we should update the documentation to specify the workflow expected for agents specifically. I.e., "Always produce a commit, unless asked for 'analysis-only'. Do not try to install packages or actually run the code. Work from the logic of the codebase alone." Note: I know we can get Copilot to run tests, but I haven't gotten that set up properly yet.
Describe your documentation update
Copilot often fails to produce a commit if it can't move past a step. The
AGENTS.mdshould be updated for the POV of an AI agent, not a developer or a user. Developers run tests and install new dependencies. Copilot often gets stuck if it needs to install something or run a test. So, we should update the documentation to specify the workflow expected for agents specifically. I.e., "Always produce a commit, unless asked for 'analysis-only'. Do not try to install packages or actually run the code. Work from the logic of the codebase alone." Note: I know we can get Copilot to run tests, but I haven't gotten that set up properly yet.