Aider configuration for a monorepo foodtech delivery system with CI/CD, focusing on web app changes while protecting lock files
Aider configuration for working on a foodtech delivery agent factory monorepo. This setup focuses development on the web application while maintaining awareness of CI/CD workflows and monorepo structure.
This skill configures Aider to:
1. **Enable Git integration** with automatic commits for changes
2. **Focus on web app scope** by limiting the tree view to included files only
3. **Auto-approve all changes** for streamlined workflow
4. **Optimize context** with 2048 map tokens for better code understanding
5. **Use cost-effective model** (gpt-4o-mini or similar)
6. **Protect dependencies** by marking lock files as read-only
When working with this configuration:
1. **Git Integration**
- All changes will be automatically committed
- Work is scoped to the specified subtree only
- Review commits regularly to ensure clean history
2. **File Scope**
- Primary focus: `apps/web/**` (all web app files)
- CI/CD awareness: `.github/workflows/ci.yml` (for deployment context)
- Monorepo config: `package.json`, `pnpm-workspace.yaml` (for dependency management)
- Protected: `apps/web/pnpm-lock.yaml` (read-only to prevent accidental changes)
3. **Development Workflow**
- Make changes to web app components, pages, and features
- Reference CI/CD configuration when deployment concerns arise
- Update monorepo configs when adding/removing dependencies
- Never manually edit the lock file (use `pnpm install` instead)
4. **Model Usage**
- Default model is `gpt-4o-mini` for cost-effective development
- Map tokens set to 2048 for good codebase context
- Auto-confirmation enabled for faster iteration
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/foodtech-delivery-agent-factory-workflow/raw