docs(opencode): unify deployment documentation#277
Draft
hmoghani wants to merge 2 commits into
Draft
Conversation
Consolidate three separate doc entry points into a single unified README at agents/opencode/README.md. Content from DEPLOYMENT.md (configuration, session persistence, skills, security, architecture) and docs/mlflow-tracing-setup.md (MLflow setup) is merged into the root README. deployment/README.md is replaced with a file index. OpenShell-on-RHOAI and OpenShell+MLflow sections are placeholders pending cluster testing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
…IENG-6261) Replace the placeholder TODO section with step-by-step instructions tested on OpenShift 4.21 with OpenShell gateway v0.0.86 and OpenCode 1.17.1 against a vLLM endpoint. - Add deployment/openshell/ with RBAC, gateway config, StatefulSet, and TokenReview ClusterRole manifests (consistent with repo pattern of separate manifest files referenced from docs) - Document all 7 steps: namespace, RBAC, JWT keys, gateway deploy, image build, sandbox create, configure + test - Add troubleshooting for the 4 failure modes discovered during testing (TokenReview forbidden, EACCES on home dir, missing git init, supervisor relay timeout) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
README.md,DEPLOYMENT.md,docs/mlflow-tracing-setup.md) into a single unified guide atagents/opencode/README.mddeployment/README.md(was OpenShell-only) with a short file index pointing back to the unified guideDEPLOYMENT.mdanddocs/mlflow-tracing-setup.md(kept for existing bookmarks)All content comes from existing OpenCode files — no fabricated steps. OpenShell-on-RHOAI and OpenShell+MLflow sections have TODO placeholders pending cluster testing.
What's left (cluster work, not in this PR yet)
Test plan
agents/claude-code/pattern (root README = unified guide,deployment/README.md= file index)