Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 31, 2025

Configures GitHub Copilot coding agent instructions as per best practices documentation.

Changes

  • Added .github/copilot-instructions.md - Comprehensive guidance covering:
    • Repository structure (Auth, Functions, PostgREST, Realtime, Storage modules)
    • Build/test commands for SPM and Xcode across platforms
    • Swift 6 conventions (strict concurrency, Sendable conformance, async/await patterns)
    • Testing patterns (XCTest, snapshot testing, Mocker for URLSession)
    • Conventional Commits workflow with release-please
    • CI/CD matrix (macOS/iOS/tvOS/watchOS/visionOS, multiple Xcode versions)
    • Support policy (4 latest major versions per platform)

This provides AI agents with actionable context about the Swift SDK's architecture, development workflow, and quality standards.

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] Configure instructions for Copilot in repository Add Copilot instructions for AI coding agents Oct 31, 2025
Copilot AI requested a review from grdsdev October 31, 2025 13:06
@grdsdev grdsdev changed the title Add Copilot instructions for AI coding agents chore: add Copilot instructions for AI coding agents Oct 31, 2025
@grdsdev grdsdev marked this pull request as ready for review October 31, 2025 13:10
@grdsdev grdsdev requested review from a team and mandarini October 31, 2025 13:10
@grdsdev grdsdev merged commit 49fb42c into main Nov 3, 2025
3 of 6 checks passed
@grdsdev grdsdev deleted the copilot/setup-copilot-instructions branch November 3, 2025 09:47
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

3 participants