Skip to content

Conversation

@tommasodotNET
Copy link
Contributor

Closes #<ISSUE_NUMBER>

This PR adds instructions for our hosting integration custom agents, in order to support certain features when we are dealing with coding languages (golang, rust, etc):

  • package manager support
  • TLS support
  • publish as container
  • multi stage builds
  • optimize and secure container images (ability to override image baseline)
  • version detection

PR Checklist

  • Created a feature/dev branch in your fork (vs. submitting directly from a commit on main)
  • Based off latest main branch of toolkit
  • PR doesn't include merge commits (always rebase on top of our main, if needed)
  • New integration
    • Docs are written
    • Added description of major feature to project description for NuGet package (4000 total character limit, so don't push entire description over that)
  • Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Contains NO breaking changes
  • Every new API (including internal ones) has full XML docs
  • Code follows all style conventions

@tommasodotNET tommasodotNET marked this pull request as ready for review November 21, 2025 09:52
Copilot AI review requested due to automatic review settings November 21, 2025 09:52
Copilot finished reviewing on behalf of tommasodotNET November 21, 2025 09:55
Copy link
Contributor

Copilot AI left a 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 adds comprehensive instructions to the hosting integration creator agent for implementing language-based integrations (e.g., Golang, Rust, Python, Node.js, Java) in the Aspire Community Toolkit. The additions provide detailed guidance on implementing advanced features that are common to language runtime integrations.

Key changes:

  • Added guidance for package manager support including build tags, dependency installation, and flexible executable paths
  • Documented multi-stage Docker build patterns with optimization and security best practices
  • Provided code examples for version detection, TLS support, and customizable container base images

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.

2 participants