-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/hikahana/cursor rules #340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR establishes a comprehensive development rules system for the Nutfes-Bingo project by implementing Cursor rules and distributing them across multiple AI development tools (Cursor, Claude, Gemini, Cline, and Roo).
- Creates a centralized quick-start guide and project documentation
- Implements distributed rule management system with rulesync configuration
- Establishes standardized development guidelines across all AI tools
Reviewed Changes
Copilot reviewed 24 out of 24 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| PROJECT_GUIDE.md | Quick reference guide with commands and project overview |
| GEMINI.md / CLAUDE.md | AI tool integration references to distributed rules |
| .cursor/rules/*.mdc | Core development rules (project guide, commit messages, PR rules) |
| .cursor/rulesync.json | Configuration for distributed rule management system |
| .roo/rules/*.md | Roo-specific rule copies for compatibility |
| .github/instructions/*.md | GitHub integration instructions |
| .gemini/memories/*.md | Gemini AI memory files for rule persistence |
| .clinerules/*.md | Cline-specific rule files |
| .claude/memories/*.md | Claude AI memory files for rule access |
| - **事前動作確認**: PR 作成前に必ず動作テストを実施 | ||
| - **コードレビュー**: 自分でもコードを一度見直してから PR 作成 | ||
| - **継続的更新**: 開発中も定期的にコミット・プッシュ | ||
| description: |
Copilot
AI
Aug 2, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description field is empty and appears to be incomplete metadata. Consider either providing a meaningful description or removing this metadata section if it's not required.
| description: |
| - **事前動作確認**: PR 作成前に必ず動作テストを実施 | ||
| - **コードレビュー**: 自分でもコードを一度見直してから PR 作成 | ||
| - **継続的更新**: 開発中も定期的にコミット・プッシュ | ||
| description: |
Copilot
AI
Aug 2, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description field is empty and appears to be incomplete metadata. This pattern is repeated across multiple rule files and should be standardized.
| description: | |
| description: "Standard checklist and guidelines for creating pull requests, including required formats, templates, and best practices." |
| description: | ||
| globs: | ||
| alwaysApply: false |
Copilot
AI
Aug 2, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty description field in metadata section. Consider either providing meaningful descriptions or removing these metadata sections if they're not actively used.
| description: | |
| globs: | |
| alwaysApply: false |
| - **新機能**: `feature/issue○○/title[簡単な説明]` | ||
| - **修正**: `fix/issue○○/title[簡単な説明]` | ||
| - **ベースブランチ**: `develop` (通常) / `main` (リリース) | ||
| description: |
Copilot
AI
Aug 2, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty description field in metadata section. This incomplete metadata pattern appears across all rule files and should be addressed consistently.
| description: | |
| description: Guidelines and format for writing Git commit messages. |
| - [`PROJECT_GUIDE.md`](../PROJECT_GUIDE.md) - ルートディレクトリの概要ガイド | ||
| - [`README.md`](../README.md) - プロジェクト全体説明 | ||
| - [`Makefile`](../Makefile) - 開発・ビルドコマンド定義 | ||
| description: |
Copilot
AI
Aug 2, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty description field in metadata section. Consider completing this metadata or removing the incomplete section.
| description: |
対応Issue
概要
実装詳細
画面スクリーンショット等
テスト項目
備考