Skip to content

Conversation

Copy link

Copilot AI commented Dec 4, 2025

Configures repository-specific instructions for GitHub Copilot coding agent as documented in the best practices guide.

Changes

Added .github/copilot-instructions.md covering:

  • Technology stack: Kotlin 2.1.10, Java 21, Maven, Kubernetes/Docker operators
  • Build/test commands: Maven lifecycle with Docker integration requirements
  • Code conventions: Formatting rules from .editorconfig, Kotlin patterns, Apache License header requirements
  • Architecture: Operator interfaces, platform-specific implementations (Kubernetes/Docker), event system, core models
  • Testing patterns: JUnit 5 setup, coroutine-based integration tests, helper utilities
  • Key dependencies: Fabric8 Kubernetes client, custom Docker client, Kotlin coroutines
  • CI/CD: GitHub Actions workflow testing against multiple Kubernetes versions

This provides Copilot with context to generate code consistent with project conventions.

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:

  • nexus.openanalytics.eu
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --enable-native-access=ALL-UNNAMED -classpath /usr/share/apache-maven-3.9.11/boot/plexus-classworlds-2.9.0.jar -Dclassworlds.conf=/usr/share/apache-maven-3.9.11/bin/m2.conf -Dmaven.home=/usr/share/apache-maven-3.9.11 -Dlibrary.jansi.path=/usr/share/apache-maven-3.9.11/lib/jansi-native -Dmaven.multiModuleProjectDirectory=/home/REDACTED/work/shinyproxy-operator/shinyproxy-operator org.codehaus.plexus.classworlds.launcher.Launcher -U clean install -DskipTests (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)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits December 4, 2025 15:11
Co-authored-by: jaredlander <628977+jaredlander@users.noreply.github.com>
Co-authored-by: jaredlander <628977+jaredlander@users.noreply.github.com>
Copilot AI changed the title [WIP] Configure instructions for Copilot in repository Add Copilot instructions for repository Dec 4, 2025
Copilot AI requested a review from jaredlander December 4, 2025 15:16
@jaredlander jaredlander marked this pull request as ready for review December 4, 2025 15:17
@jaredlander jaredlander merged commit 8f6b273 into master Dec 4, 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