Skip to content

Comments

Add Copilot instructions for repository standards and conventions#10

Merged
qdequippe merged 1 commit intomainfrom
copilot/set-up-copilot-instructions
Feb 12, 2026
Merged

Add Copilot instructions for repository standards and conventions#10
qdequippe merged 1 commit intomainfrom
copilot/set-up-copilot-instructions

Conversation

Copy link
Contributor

Copilot AI commented Feb 12, 2026

Configures .github/copilot-instructions.md to guide AI coding agents on project-specific requirements that aren't readily inferrable from code inspection.

Key Directives

Quality Gates

  • PHPStan max level compliance (zero errors)
  • Symfony coding standards via PHP-CS-Fixer
  • Strict typing (declare(strict_types=1)) in all files

Development Workflow

composer quality-check  # Runs Rector, CS-Fixer, PHPStan, PHPUnit
composer cs-fix         # Auto-format code
composer phpstan        # Static analysis
composer test          # PHPUnit tests

Domain Context

  • UN/EDIFACT D23B standard library for CDAR messages
  • Models auto-generated from UN/CEFACT XSD schemas
  • Namespace: TiimePDP\CrossDomainAcknowledgementAndResponse
  • Architecture: Codelist, Enum, QualifiedDataType, UnqualifiedDataType, RABIE entities

Critical Constraints

  • GPL-3.0-or-later license (all modifications must preserve)
  • Backward compatibility required (library consumers)
  • No modification of auto-generated models without XSD regeneration

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • gh.io
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

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)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Set up Copilot instructions for repository Add Copilot instructions for repository standards and conventions Feb 12, 2026
Copilot AI requested a review from qdequippe February 12, 2026 09:14
@qdequippe qdequippe marked this pull request as ready for review February 12, 2026 09:15
Co-authored-by: qdequippe <3193300+qdequippe@users.noreply.github.com>
@qdequippe qdequippe force-pushed the copilot/set-up-copilot-instructions branch from dc51066 to 33f945b Compare February 12, 2026 09:15
@qdequippe qdequippe enabled auto-merge (squash) February 12, 2026 09:16
@qdequippe qdequippe merged commit 0d90cab into main Feb 12, 2026
6 checks passed
@qdequippe qdequippe deleted the copilot/set-up-copilot-instructions branch February 12, 2026 09:16
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