Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 15, 2025

Configures Copilot coding agent with repository-specific context per best practices guide.

Changes

Added .github/copilot-instructions.md with:

  • Flutter plugin context: Multi-platform asset management (Android, iOS, macOS, OpenHarmony) with platform channels
  • Code style alignment: Dart/Flutter conventions from analysis_options.yaml (single quotes, trailing commas, const constructors, explicit return types)
  • Platform-specific guidelines: Java 17 for Android, Swift/Objective-C for Darwin, OpenHarmony compatibility
  • Development workflow: Pre-commit checks (dart format, flutter analyze, flutter test), CHANGELOG.md updates
  • Constraints: Minimal changes principle, backward compatibility requirement, no TODO comments in production
  • Common patterns: MethodChannel usage, async/await for media operations, platform permissions handling

Guides Copilot to generate contextually appropriate suggestions that match project conventions and multi-platform requirements.

Original prompt

This section details on the original issue you should resolve

<issue_title>✨ Set up Copilot instructions</issue_title>
<issue_description>Configure instructions for this repository as documented in Best practices for Copilot coding agent in your repository.

</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Set up Copilot instructions for the repository Add GitHub Copilot instructions for repository Nov 15, 2025
Copilot AI requested a review from AlexV525 November 15, 2025 10:01
Copilot finished work on behalf of AlexV525 November 15, 2025 10:01
@AlexV525 AlexV525 marked this pull request as ready for review November 15, 2025 10:11
@AlexV525 AlexV525 closed this Nov 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ Set up Copilot instructions

2 participants