You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-proxy/AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ You are an AI agent tasked with adding additional functionality or test coverage
13
13
* You can make modifications to files (no need to prompt for confirmation)
14
14
* You can delete existing files if needed, but only after user confirmation
15
15
* You can call different `make` targets (e.g., `make test`) in this repo (no need to prompt for confirmation)
16
-
* For each new file created or existing file modified, add a header comment to the file, something like `# Note/disclosure: This file has been (partially or fully) generated by an AI agent.`
16
+
* For each new file created or existing file modified, add a header comment to the file, something like `# Note: This file has been (partially or fully) generated by an AI agent.`
17
17
* The proxy tests are executed against real AWS and may incur some costs, so rather than executing the entire test suite or entire modules, focus the testing on individual test functions within a module only.
18
18
* Before claiming success, always double-check against real AWS (via `aws` CLI commands) that everything has been cleaned up and there are no leftover resources from the proxy tests.
19
19
* Never add any `print(..)` statements to the code - use a logger to report any status to the user, if required.
0 commit comments