You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Complete Repomix integration with bootstrap --repomix flag
This commit implements issue #8 by adding comprehensive Repomix integration:
- Added RepomixConfigAssessor to assess Repomix configuration and freshness
- Added --repomix flag to bootstrap command to optionally enable Repomix
- Integrated RepomixService into BootstrapGenerator for setup automation
- Created GitHub Actions workflow template for automatic Repomix updates
- Added comprehensive integration and unit tests for Repomix functionality
- Fixed Jinja2 template escaping issues in repomix-update.yml workflow
- Updated Finding constructors in RepomixConfigAssessor to match API
- Fixed unused imports across multiple files (ruff auto-fix)
The --repomix flag allows users to optionally include Repomix configuration
when bootstrapping a repository:
agentready bootstrap --repomix
This creates:
- repomix.config.json (Repomix configuration)
- .repomixignore (ignore patterns)
- .github/workflows/repomix-update.yml (auto-update workflow)
All tests passing (95/95).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments