This directory contains documentation and workflows for AI agents working in this repository.
- DEPENDABOT.md - Workflow for handling dependency upgrades and security alerts
- LOCAL_E2E_TESTING.md - Guide for running e2e tests and build steps locally
This infrastructure is adapted from amplify-category-api with the following customizations for amplify-cli-gen1:
- amplify-category-api: Uses
AmplifyAPIE2EProd - amplify-cli-gen1: Uses
AmplifyE2EProd
- amplify-category-api:
amplify-category-api-e2e-workflow:{UUID} - amplify-cli-gen1:
amplify-cli-e2e-workflow:{UUID}
- amplify-category-api: Focuses on GraphQL transformers and API category
- amplify-cli-gen1: Covers all CLI categories and commands
Both repos share:
- E2E test management with auto-retry
- Dependabot alert checking
- Smart retry logic (skips build/test/lint jobs)
- 5-minute polling interval
- 10 retry attempts by default
- Failure rate detection (>50% stops retries)
See AGENTS.md in the root directory for the main workflow guide.