Skip to content

Commit 4ae81b8

Browse files
committed
update AGENTS.md
1 parent 50dc8f2 commit 4ae81b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws-proxy/AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ You are an AI agent tasked with adding additional functionality or test coverage
1515
* You can call different `make` targets (e.g., `make test`) in this repo (no need to prompt for confirmation)
1616
* 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.`
1717
* 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+
* 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.
1819
* Never add any `print(..)` statements to the code - use a logger to report any status to the user, if required.
1920
* To format/lint the codebase you can run `make format` and `make lint`.
2021

0 commit comments

Comments
 (0)