.cursorrules
code:rules
Always respond in 日本語
# 優先順位: わかりやすさを最優先
# 要求したリファクタリング以外の変更は許可を得ること
# 曖昧な要求はすぐに反映せず、ヒアリングを行う
# 複雑なコードには必ずコメントを付ける
# 定義した関数・クラスには説明のコメントを必ず追加すること
# UNIX哲学に基づき、関数が長すぎる場合は適切に分割すること
rules:
- clarity_over_efficiency: true
- require_approval_for_non_requested_refactoring: true
- delay_implementation_of_requests_until_clarified: true
- add_comments_to_complex_code: true
- comment_on_defined_functions_and_classes: true
- follow_unix_philosophy_for_function_length: true