fix(cli): close eval gaps for formats, profiles, and plugins - #381
Open
ankitranjan7 wants to merge 5 commits into
Open
fix(cli): close eval gaps for formats, profiles, and plugins#381ankitranjan7 wants to merge 5 commits into
ankitranjan7 wants to merge 5 commits into
Conversation
Accept --json as --format json, add -f/--stdin on site fixture and memory, scope plugin update dirt to the named plugin, add profile create with PROFILE_NOT_FOUND, refuse monorepo-root installs without --all, and steer blocked/403 fetches to webcmd web fetch.
This was referenced Aug 20, 2026
cli: --json rejected where --format json works; site fixture/memory still reject -f and --stdin
#376
Open
Contributor
🟠 Maintainer review suggested — low confidenceThe automated review could not reach a fully supported conclusion. Limitations
This review is advisory and does not block merging. |
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.
Description
Repairs product-side eval gaps in CLI parsing, plugin management, and local profile lifecycle.
Closes #373
Closes #376
Closes #377
plugin update <name>replaces that plugin's source subtree plus generated shared install artifacts without replacing dirty sibling source. Each published monorepo commit remains available as the next update baseline, including across consecutive updates.--jsonaliases--format json; explicit--formator-f(including attached-fyaml) wins regardless of argument order in execution, structured help, and early errors. Site memory and fixture commands accept the documented format and stdin forms.profile create <alias>provisions an idempotent local Cloak profile, while an unknown explicit profile reportsPROFILE_NOT_FOUNDwith recovery commands.--allor a plugin subpath; help shows the per-plugin source form, and search keepsinstallSourcefirst. Hosted--allfails locally with a normalizedCONFIGerror before any marketplace request and points to a single plugin or local mode. Hosted monorepo-wide installation remains open until Webcmd Cloud supports that operation.web fetchdiscoverable from blocked, 403, and Cloudflare language. Agent skill guidance is intentionally excluded from this product PR.SESSION_BUSYwith consistent wait-and-retry guidance, anddata:URL storage failures name the limitation. The issue remains open for its full end-to-end workflow.Related issues: #373, #374, #375, #376, #377, #378, #379, #380
Type of Change
Checklist
skill-src/, I ranmake buildand committedskills/Adapter Notes
CliErrorsubclasses instead of rawErrorScreenshots / Output
Fresh local verification on Node
v22.17.0:npm ci— passed (171 packages installed)npm run typecheck— passednpm run build— passed (1 CLI manifest entry; 842 plugin command entries)npm test— passed (445 files; 5,811 tests passed; 1 skipped)