Skip to content

BUG: instructions — conversations-send skill emits unsupported --content flag #64

Description

@andrei-hasna

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions