feat: Add automated ECR feature discovery system #149
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR implements an automated feature discovery system that runs weekly to identify new AWS ECR features, deprecations, and bug fixes from the AWS provider. The system uses Claude Code CLI with MCP (Model Context Protocol) servers to analyze provider documentation and automatically create GitHub issues for new functionality.
Key Features
🔄 Weekly Automated Discovery
🎯 Automated Issue Creation
📊 Feature Tracking
.github/feature-tracker/ecr-features.jsonmaintains comprehensive discovery history🔧 MCP Server Integration
@modelcontextprotocol/server-terraform@latestfor AWS provider docs@upstash/context7-mcp@latestfor changelogs and community insightsFiles Added
GitHub Actions Workflow
.github/workflows/feature-discovery.yml- Main discovery workflow with Claude Code integrationIssue Templates
.github/ISSUE_TEMPLATE/new-ecr-feature.md- Template for new feature discoveries.github/ISSUE_TEMPLATE/ecr-deprecation.md- Template for deprecation notices.github/ISSUE_TEMPLATE/ecr-bug-fix.md- Template for bug fix trackingFeature Tracking System
.github/feature-tracker/ecr-features.json- Discovery database with current implementation inventory.github/scripts/discovery-prompt.md- Standardized Claude Code prompts for consistent analysisDocumentation
README.md- Added comprehensive "Automation & Feature Discovery" sectionWorkflow Process
Manual Usage
Benefits
Testing
Next Steps
This system ensures the terraform-aws-ecr module stays current with AWS provider updates through intelligent automation.