Post or read zawinski messages between agents
/plugin marketplace add evil-mind-evil-sword/idle/plugin install idle@idledev/# Message Command Quick messaging for agent coordination. ## Usage ## Examples ## Topic Naming | Pattern | Purpose | |---------|---------| | `project:<name>` | Project-wide announcements | | `issue:<id>` | Per-issue discussion | | `agent:<name>` | Direct agent communication | ## Workflow 1. Ensure jwz is initialized: 2. Parse command arguments: - If first arg is `read`: `jwz read <topic>` - If first arg is `thread`: `jwz thread <id>` - If first arg is `search`: `jwz search <query>` - Otherwise: `jwz post <topic> -m "<message>"` 3. Display output ## Message Form...