Files
beads/cmd/bd
Steve Yegge 210789fa4d Fix aider integration to use proper YAML config format
Code review found critical issue: aider expects actual YAML configuration
with 'read:' directive, not comment-only instructions.

Changes:
- Split instructions into separate .aider/BEADS.md file
- Updated .aider.conf.yml to properly load instructions via 'read:' directive
- Added aiderBeadsInstructions template for AI-facing instructions
- Updated InstallAider to create three files:
  - .aider.conf.yml (YAML config with read directive)
  - .aider/BEADS.md (instructions for AI, loaded by aider)
  - .aider/README.md (reference for humans)
- Updated RemoveAider to clean up all three files and empty .aider directory
- Removed unused path/filepath import

This follows aider's documented conventions:
- https://aider.chat/docs/config/aider_conf.html
- https://aider.chat/docs/usage/conventions.html

The AI instructions are now properly loaded via aider's 'read:' mechanism
which marks them as read-only and enables caching for efficiency.

Related to bd-3djj

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-23 15:18:47 -08:00
..
2025-11-22 00:06:13 -08:00
2025-11-22 00:11:45 -08:00
2025-11-17 10:12:46 -07:00
2025-11-21 19:01:42 -05:00
2025-11-22 00:11:45 -08:00
2025-11-22 00:06:13 -08:00