Skip to content

internal: Remove skill remove command#192

Merged
peterj merged 1 commit intoagentregistry-dev:mainfrom
timflannagan:cleanup/remove-skill-remove-command
Feb 19, 2026
Merged

internal: Remove skill remove command#192
peterj merged 1 commit intoagentregistry-dev:mainfrom
timflannagan:cleanup/remove-skill-remove-command

Conversation

@timflannagan
Copy link
Copy Markdown
Collaborator

@timflannagan timflannagan commented Feb 19, 2026

Description

Remove the stub remove command from arctl skill which only printed "Not implemented yet". MCP and agent subcommands only have delete - skill should match that pattern.

Change Type

/kind cleanup

Changelog

NONE

Additional Notes

Also updated the help text example to show delete instead of remove.

The remove command was a stub that printed 'Not implemented yet'. This aligns
with the pattern established in fc760bc where we removed stale push commands
from agent, mcp, and skill. The delete command is the canonical way to remove
skills from the registry.
@peterj peterj merged commit 6f6b7fa into agentregistry-dev:main Feb 19, 2026
5 of 6 checks passed
@timflannagan timflannagan deleted the cleanup/remove-skill-remove-command branch February 19, 2026 21:50
christian-posta pushed a commit to christian-posta/agentregistry that referenced this pull request Mar 9, 2026
# Description

Remove the stub `remove` command from `arctl skill` which only printed
"Not implemented yet". MCP and agent subcommands only have `delete` -
skill should match that pattern.

# Change Type

/kind cleanup

# Changelog

```release-note
NONE
```

# Additional Notes

Also updated the help text example to show `delete` instead of `remove`.
github-merge-queue bot pushed a commit that referenced this pull request Mar 12, 2026
# Description

- **Motivation:** After deploying an agent or MCP server, the CLI
returned immediately without confirming the deployment was actually
ready. Users had no way to know if the deployment succeeded. Fixes #192.
- **What changed:**
- Added `--wait` flag (default `true`) to both `agent deploy` and `mcp
deploy` commands
- Added `WaitForDeploymentReady` helper in `internal/cli/common/wait.go`
that polls deployment status until terminal state or 5-minute timeout
  - Added `deploy_test.go` with flag registration tests
  - Removed trivial `TestWaitConstants` test per review feedback

# Change Type

/kind feature

# Changelog

```release-note
Add --wait flag to agent deploy and mcp deploy to wait for deployment readiness before returning
```

# Additional Notes

- Rebased on latest main to reduce diff noise.
- The `--wait` flag defaults to `true` per review feedback (reversed
from original `--no-wait` approach).
- Local deployments skip the wait since they are handled synchronously.

---------

Co-authored-by: Claude Opus 4.6 <[email protected]>
Co-authored-by: timflannagan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants