Port three workflows from infraspec-api:
- aws-api-autotrack.yml: Daily AWS SDK update tracking with AI-powered
implementation generation via Claude Code
- cloudmirror.yml: Weekly AWS API parity checks and PR coverage comments
- continuous-validation.yml: Scheduled feature validation with embedded
emulator and unit test validation
Paths adapted for infraspec repo structure:
- internal/services/ → internal/emulator/services/
- cmd/emulator/ → cmd/infraspec/
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Summary
Workflows Added
aws-api-autotrack.ymlcloudmirror.ymlinternal/emulator/services/continuous-validation.ymlPath Adaptations
Adjusted paths from infraspec-api to match this repo's structure:
internal/services/internal/emulator/services/cmd/emulator/cmd/infraspec/terraform/tests/features/(Gherkin tests)Required Secrets
CLAUDE_CODE_OAUTH_TOKEN- For AI code generation inaws-api-autotrack.yml(optional - can skip generation)Test plan
cloudmirror.ymlworkflow and verify it runscontinuous-validation.ymlworkflow and verify feature tests executeinternal/emulator/services/files change🤖 Generated with Claude Code