15 lines
305 B
YAML
15 lines
305 B
YAML
# .aider.conf.yml — Aider Configuration for ChronoMind
|
|
# Helps Aider understand the project structure and conventions.
|
|
|
|
read:
|
|
- AGENTS.md
|
|
- docs/PRD.md
|
|
|
|
conventions: AGENTS.md
|
|
|
|
lint-cmd:
|
|
- 'cd web && npm test 2>&1 | tail -10'
|
|
- 'cd web && npm run typecheck 2>&1 | tail -10'
|
|
|
|
auto-commits: false
|