fix: 3.11.1 — a skill-only install still has the CLI, and the advertised install is one skill - #51
Merged
Merged
Conversation
…sed install is one skill Co-Authored-By: Subash Natarajan <suboss87@gmail.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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.
Summary
I ran the one path that had never been tested —
npx skills add suboss87/fdeops— and it succeeded, which is how both of these surfaced. It installs the method and nothing else, so the FDE ends up with a router that has no hands.1. The router's CLI fallback didn't exist off Claude Code.
~/.claude/fdeops/only exists afternpx fdeopshas run the installer. On Cursor/Codex/anything skills-compatible, askills adduser hit the manual path on their first deterministic command — losing dating, the ship/eval gates and<private>redaction, i.e. the reasons the CLI exists. The fallback chain now ends atnpx --yes fdeops <verb>, verified end-to-end on a clean HOME with nothing installed:"CLI unavailable" is now defined as no Node or no network — not "not installed".
2. The advertised install shipped a contributor skill.
skills adddiscovers.agents/skills/too, so a field user also gottesting-fieldbook(how to adversarially test this repo's own CLI):That skill has to stay where it is (it is the agent-skills location), so the README now documents
--skill fdeand a gate fails the build on anynpx skills addline in the README that doesn't pin it. A second gate asserts the SKILL.md npx fallback, so a future edit can't quietly re-strand skill-only users.Docs + one router paragraph + two gates; no CLI behaviour change.
npm run checkgreen, 119/119.Link to Devin session: https://app.devin.ai/sessions/f135381c4682413bae73dff38eb6d1a3
Open in Devin Desktop: https://app.devin.ai/desktop/session/f135381c4682413bae73dff38eb6d1a3?variant=devin
Requested by: @suboss87