CONVENTIONS.md General General DevOps

Aider CONVENTIONS.md 公式ガイド

AiderでのCONVENTIONS.md活用ガイド。ライブラリ選択、型アノテーション、コードスタイルを読み取り専用ファイルで管理。

CONVENTIONS.md · 28 lines
# Aider CONVENTIONS.md Guide

## What to Include
- Library/package preferences (e.g., "Prefer httpx over requests")
- Type annotation requirements
- Code style guidelines
- Project-specific conventions

## Usage Methods

### Per-session loading
```bash
aider --read CONVENTIONS.md
```
Or in chat: `/read CONVENTIONS.md` (marks as read-only)

### Persistent configuration (.aider.conf.yml)
```yaml
read: CONVENTIONS.md
# or multiple files
read: [CONVENTIONS.md, anotherfile.txt]
```

## How Aider Uses It
When included in chat, Aider incorporates your coding preferences into generated code. Loading via `/read` marks it as read-only and enables prompt caching.

## Community Resources
Pre-built convention files: https://github.com/Aider-AI/conventions
Share on X

こちらもおすすめ

DevOps カテゴリの他のルール

もっとルールを探す

CLAUDE.md、.cursorrules、AGENTS.md、Image Prompts の全 157 ルールをチェック。