Skip to content

Conversation

@jadercorrea
Copy link
Collaborator

Auto-generated blog post from video transcript

File: 2025-11-28-metarrompting-for-claude-coding.md
Topic: Metarrompting for Claude coding

jadercorrea added a commit that referenced this pull request Dec 6, 2025
New module: internal/codebase/finder.go (255 LOC)

Capabilities:
- FindRelevantFiles() - AI-powered file discovery from issue description
- IdentifyTestFiles() - Locate test files for implementation files
- AnalyzeGitHistory() - Find similar past changes

Integration with chu issue fix:
- New --find-files flag (default: true)
- Identifies 3-5 most relevant files before implementation
- Shows confidence level (HIGH/MED/LOW) for each file
- Passes file list to Symphony autonomous executor

MVAA Progress: Implements scenario #4 (Find relevant files)
Coverage: 36/64 scenarios (56%)
jadercorrea added a commit that referenced this pull request Dec 6, 2025
New module: internal/codebase/finder.go (255 LOC)

Capabilities:
- FindRelevantFiles() - AI-powered file discovery from issue description
- IdentifyTestFiles() - Locate test files for implementation files
- AnalyzeGitHistory() - Find similar past changes

Integration with chu issue fix:
- New --find-files flag (default: true)
- Identifies 3-5 most relevant files before implementation
- Shows confidence level (HIGH/MED/LOW) for each file
- Passes file list to Symphony autonomous executor

MVAA Progress: Implements scenario #4 (Find relevant files)
Coverage: 36/64 scenarios (56%)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants