docs(orchestrator): CLI provider protocol and provider plugin system#780
docs(orchestrator): CLI provider protocol and provider plugin system#780frostebite wants to merge 1 commit intomainfrom
Conversation
Documents the provider plugin system: - Built-in provider table (AWS, K8s, local, Docker, test, GCP, Azure) - CLI provider protocol: JSON-over-stdin/stdout, subcommands, streaming output, timeouts - Minimal shell provider example - Dynamic provider loading from GitHub, NPM, local paths - ProviderInterface contract (7 methods) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughA new documentation file is added that explains how to build orchestration provider plugins, including details about built-in providers, the CLI provider protocol, request/response formats, streaming behavior, timeouts, and examples of minimal provider implementations. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Moving to game-ci/documentation |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #780 +/- ##
=======================================
Coverage 31.25% 31.25%
=======================================
Files 84 84
Lines 4563 4563
Branches 1103 1103
=======================================
Hits 1426 1426
Misses 3137 3137 🚀 New features to boost your workflow:
|
Consolidates documentation from individual unity-builder PRs into the standalone orchestrator repository. Updated to reflect the standalone package architecture with both Action and CLI usage examples. Consolidates: - game-ci/unity-builder#780 (CLI provider protocol and provider plugin system) - game-ci/unity-builder#781 (submodule profiles, local caching, LFS agents, git hooks) - game-ci/unity-builder#782 (GCP Cloud Run and Azure ACI with multi-storage backends) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Summary
Documents the orchestrator's provider plugin system — how providers are selected, how the CLI protocol works, and how to write custom providers in any language.
Contents (
docs/orchestrator/provider-plugins.md)Dependencies
Documents features from: #777
Related documentation:
External docs: game-ci/documentation#532 (comprehensive orchestrator docs update)
🤖 Generated with Claude Code
Summary by CodeRabbit