docs(orchestrator): provider plugins, build services, and cloud providers#779
docs(orchestrator): provider plugins, build services, and cloud providers#779frostebite wants to merge 2 commits intomainfrom
Conversation
…s documentation Documents the provider plugin system including: - Built-in provider list and selection - CLI provider protocol (JSON-over-stdin/stdout, subcommands, streaming, timeouts) - Dynamic provider loading (GitHub, NPM, local path) - ProviderInterface contract - Shell example of a minimal CLI provider Documents orchestrator build services: - Submodule profiles (YAML format, glob patterns, variant overlays) - Local build caching (Library + LFS, cache key scheme, restore/save) - Custom LFS transfer agents (git config setup, elastic-git-storage) - Git hooks (lefthook/husky detection, skip lists, disable) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…entation Documents experimental cloud providers including: - GCP Cloud Run Jobs: prerequisites, 4 storage types (gcs-fuse, gcs-copy, nfs, in-memory) with trade-off comparison, inputs table, usage examples - Azure Container Instances: prerequisites, 4 storage types (azure-files, blob-copy, azure-files-nfs, in-memory) with trade-off comparison, inputs table, usage examples - Cross-links to provider-plugins.md and build-services.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThree documentation files added for orchestrator infrastructure: build services covering submodule profiles, caching, and git hooks; cloud providers detailing GCP Cloud Run Jobs and Azure Container Instances; and provider plugins documenting the CLI protocol, built-in providers, and dynamic provider loading. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
✨ 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 |
|
Splitting into 3 separate documentation PRs |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #779 +/- ##
=======================================
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:
|

Summary
Full documentation for the orchestrator provider plugin system, build services, and experimental cloud providers.
Files
docs/orchestrator/provider-plugins.mddocs/orchestrator/build-services.mddocs/orchestrator/cloud-providers.mdProvider Plugins
Build Services
Cloud Providers
Dependencies
Documents features from these code PRs:
🤖 Generated with Claude Code
Summary by CodeRabbit