learning_ai_common_plat/.aider.conf.yml
2026-03-05 14:37:31 -08:00

16 lines
329 B
YAML

# .aider.conf.yml — Aider Configuration for @bytelyst Common Platform
# Helps Aider understand the project structure and conventions.
read:
- AGENTS.md
- README.md
conventions: AGENTS.md
lint-cmd:
- 'pnpm build 2>&1 | tail -10'
- 'pnpm test 2>&1 | tail -10'
- 'pnpm typecheck 2>&1 | tail -10'
auto-commits: false