What
/pub registers the current Claude session as a pub dude.
- Ensures
{project}/.claude/dude/inbox.json exists — local inbox, this dude's own
- Creates symlink
~/.claude/dudes/{name} -> {project}/.claude/ — global discovery
If running from ~/.claude/ (sup context), no symlink — sup is already global.
Why
Pub dudes are globally discoverable. Any other pub dude can find them via ~/.claude/dudes/ and drop a message in their inbox. Registration is explicit — private by default, pub by choice.
What
/pubregisters the current Claude session as a pub dude.{project}/.claude/dude/inbox.jsonexists — local inbox, this dude's own~/.claude/dudes/{name} -> {project}/.claude/— global discoveryIf running from
~/.claude/(sup context), no symlink — sup is already global.Why
Pub dudes are globally discoverable. Any other pub dude can find them via
~/.claude/dudes/and drop a message in their inbox. Registration is explicit — private by default, pub by choice.