コンテンツにスキップ

Developer Guidelines & AI Instructions

All developers and AI agents must strictly adhere to the following rules within this repository and related codebases.

1. Language & Communication

  • Documentation & Chat: Use Japanese for all reasoning, chat interactions, walkthroughs, implementation plans, and task documents (.md).
  • In-Code Comments: Keep comments to an absolute minimum. If comments or commit messages are strictly necessary, use English.

2. Coding Style Constraints

  • Function Formatting: Functions must be defined on a single line.
  • Correct: void func() {
  • Incorrect: void func() {
  • Deletion & Spacing: When deleting code or refactoring, ensure that the number of consecutive line breaks (empty lines) is one or less. Do not leave large gaps.

3. File Management

  • Python Verification Scripts: Python scripts used for verification must be managed within this repository (under projects/[name]/verification/ or shared/scripts/).