learning_ai_notes/.aider.conf.yml
2026-03-10 22:56:39 -07:00

16 lines
379 B
YAML

# .aider.conf.yml — Aider Configuration for ByteLyst Agentic Notes
# Helps Aider understand the project structure and conventions.
read:
- AGENTS.md
- docs/ROADMAP.md
conventions: AGENTS.md
lint-cmd:
- 'cd backend && npm test 2>&1 | tail -10'
- 'cd backend && npm run typecheck 2>&1 | tail -10'
- 'cd backend && npm run build 2>&1 | tail -10'
auto-commits: false