learning_ai_notes/.aider.conf.yml
saravanakumardb1 479894446a chore(docs): consolidate agent docs to single source of truth
- Delete legacy .cursorrules, .windsurfrules, .clinerules, CLAUDE.md
  (content duplicated AGENTS.md; replaced by canonical pointer architecture)
- Rewrite .github/copilot-instructions.md as thin pointer to AGENTS.md
  and the canonical agent-behavior-guidelines.md
- Prepend canonical 'Read first' pointer block to AGENTS.md
- Regenerate .editorconfig and .aider.conf.yml

Canonical source: learning_ai_common_plat/AI.dev/SKILLS/agent-behavior-guidelines.md
Managed by: learning_ai_common_plat/scripts/update-agent-docs.sh
2026-05-23 11:53:22 -07:00

17 lines
433 B
YAML

# .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