t258: Exclude skill reference files from subagent stub generation#1035
t258: Exclude skill reference files from subagent stub generation#1035marcusquinn merged 1 commit intomainfrom
Conversation
Add -not -name '*-skill.md' filter to find command in generate-opencode-agents.sh to prevent skill reference files from being processed as subagents.
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Caution Review failedThe pull request is closed. WalkthroughA shell script modification that adds an exclusion filter to the subagent markdown generation process, preventing files matching "*-skill.md" from being processed by the find command while preserving all downstream logic and workflows. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Possibly related PRs
Poem
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Wed Feb 11 00:30:57 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|



Summary
-not -name '*-skill.md'filter to find command in generate-opencode-agents.shChanges
.agents/scripts/generate-opencode-agents.shline 782-not -path '*/loop-state/*'exclusionTesting
Verification
Related: t258
Summary by CodeRabbit