Skip to content

fix(cli): drop experimental platform suggestion, fix stale --search doc - #174

Merged
jpage-godaddy merged 1 commit into
mainfrom
cli-experimental-next-actions
Aug 1, 2026
Merged

fix(cli): drop experimental platform suggestion, fix stale --search doc#174
jpage-godaddy merged 1 commit into
mainfrom
cli-experimental-next-actions

Conversation

@jpage-godaddy

Copy link
Copy Markdown
Collaborator

Summary

  • Remove platform app list from the root next_actions list — platform is gated behind Stage::Experimental and hidden at the default Ga min-stage, but this suggestion surfaced unconditionally for everyone.
  • Fix the gddy skill docs (SKILL.md, README.md), which still referenced the removed --search global flag instead of the search <query...> subcommand introduced in cli-engine 0.5.0.

Test plan

  • cargo check
  • cargo clippy -- -D warnings
  • cargo test
  • cargo fmt --check

The root-level next-actions list suggested `platform app list` even
when the `platform` namespace is hidden behind its Experimental
feature flag. Also update the gddy skill docs, which still referenced
the old `--search` flag instead of the `search` subcommand.
Copilot AI review requested due to automatic review settings August 1, 2026 15:24

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes an experimental-only command suggestion from the default root “next actions” list and updates the gddy agent skill documentation to reflect the current search <query...> subcommand (replacing the removed --search global flag).

Changes:

  • Removed platform app list from the root next_actions shown to users at the default GA min-stage.
  • Updated gddy skill documentation to use gddy search <keywords> instead of the deprecated gddy --search <keywords>.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
rust/src/main.rs Removes an experimental-gated command from the root next-action suggestions.
.agents/skills/gddy/SKILL.md Updates self-documentation guidance to the search subcommand.
.agents/skills/gddy/README.md Fixes stale mention of --search in the skill overview text.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jpage-godaddy

Copy link
Copy Markdown
Collaborator Author

Merging to avoid live bug.

@jpage-godaddy
jpage-godaddy merged commit 48047d1 into main Aug 1, 2026
5 checks passed
@jpage-godaddy
jpage-godaddy deleted the cli-experimental-next-actions branch August 1, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants