# .aider.conf.yml — Aider Configuration for ByteLyst Agentic Notes # Auto-generated by learning_ai_common_plat/scripts/update-agent-docs.sh # Hand-edit will be overwritten on next run. 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