Reproduction
The installed conversations-send skill prescribes:
conversations send --channel <channel> --content "<message>" --from <agent>
The installed Conversations CLI rejects that form with:
error: unknown option '--content'
Current conversations send --help defines the message as the required positional <message> argument. Retrying with the positional form succeeded and returned message ID 677940.
Expected
The managed skill must feature-detect and use the current positional-message contract, and its example must be executable against the installed CLI.
Acceptance
- Update the canonical skill source, not rendered copies.
- Add a two-sided contract test: the documented positional form succeeds against a stub/current parser, while the stale
--content form is not emitted.
- Run skill validation and the Instructions secret scan.
- Land through one reviewed PR and re-render the managed skill homes.
Deduplication
Public GitHub search found no open Hasna issue or pull request matching conversations-send content.
Reproduction
The installed
conversations-sendskill prescribes:The installed Conversations CLI rejects that form with:
Current
conversations send --helpdefines the message as the required positional<message>argument. Retrying with the positional form succeeded and returned message ID677940.Expected
The managed skill must feature-detect and use the current positional-message contract, and its example must be executable against the installed CLI.
Acceptance
--contentform is not emitted.Deduplication
Public GitHub search found no open Hasna issue or pull request matching
conversations-send content.