Hide unramped ug setup/ug publish from help and public docs - #510
Open
david-siqi-liu wants to merge 1 commit into
Open
Hide unramped ug setup/ug publish from help and public docs#510david-siqi-liu wants to merge 1 commit into
ug setup/ug publish from help and public docs#510david-siqi-liu wants to merge 1 commit into
Conversation
Workspace-managed coding-agent config authoring (`ug setup`, `ug publish`) is still in development and unramped, so hide both from `ug --help` and drop their section from the public README. They stay registered and runnable; `ug export` stays documented. Co-authored-by: Isaac <no-reply@databricks.com>
david-siqi-liu
marked this pull request as ready for review
September 6, 2026 20:04
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.
What did you change, and why?
Workspace-managed coding-agent config authoring (
ug setup,ug publish) is still in development and unramped, so it should not be advertised to users. Hide both commands fromug --help(hidden=True) and remove their section from the public README. They stay registered and runnable;ug export(read-only, any user) stays documented.Independent of the FEATURE_DISABLED error fix in #500 (no code dependency), so it ships on its own rather than in that stack.
How do you know it works?
Unit test asserts the two commands are absent from
--helpyet still runnable viaug setup --help/ug publish --help. ruff clean. PR CI green (test + e2e).This pull request and its description were written by Isaac.