-
Notifications
You must be signed in to change notification settings - Fork 288
docs: clarify marketplace registration behavior #2799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -66,8 +66,8 @@ Use HVE Core when you want AI-assisted work to be repeatable, standards-aligned, | |||||||||||||
| > ``` | ||||||||||||||
| > | ||||||||||||||
| > Reviewed source moves from `main` to `release/prerelease` to `release/stable`. | ||||||||||||||
| > Behavior when switching or duplicating same-name marketplace registrations | ||||||||||||||
| > has not been observed. See [CLI Plugins](docs/getting-started/methods/cli-plugins.md) | ||||||||||||||
| > The behavior when switching or duplicating same-name marketplace registrations | ||||||||||||||
| has not yet been observed. See [CLI Plugins](docs/getting-started/methods/cli-plugins.md) | ||||||||||||||
| > for details. | ||||||||||||||
|
Comment on lines
+69
to
71
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Medium — distinguish switching guidance from duplicate-registration uncertainty This sentence groups switching and duplicate registration together as wholly unobserved. The linked guide is more specific: switching can require removing and re-adding the marketplace, while duplicate same-name handling can vary by CLI version. Please preserve that distinction here so readers do not miss the actionable switching guidance. Suggested wording:
Suggested change
|
||||||||||||||
|
|
||||||||||||||
| ## Choose Your Path | ||||||||||||||
|
|
||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Low — preserve the explicit blockquote marker
This wrapped line relies on lazy blockquote continuation, unlike the surrounding lines. Please retain the explicit marker for consistent source structure and renderer-independent behavior.