Skip to content

/msg #37

@msuarz

Description

@msuarz

What

/msg {dude} {text} — sends a message to another dude's inbox.

Appends a message to the target dude's inbox.json with:

  • from — sender's name
  • text — the message content
  • timestamp — when it was sent
  • read — false

How

  1. Resolve the target dude — look up symlink in ~/.claude/dudes/{name} for pub dudes, or {project}/.claude/dudes/{name} for sub dudes
  2. Follow the symlink to find the dude's .claude/dude/inbox.json
  3. Append the message to the inbox JSON array
  4. Target dude picks it up via inbox watching (await)

Examples

/msg smith what are you working on?
/msg bob recompile and restart the website
/msg rec tests are green, merged to main

Depends on

  • /pub #36 /pub (dude must be registered to be reachable)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    DUDE-ON

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions