u-foo 1.9.2 → 1.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -97,21 +97,18 @@ ufoo bus alert "$SUBSCRIBER" --stop
|
|
|
97
97
|
ufoo bus check "$SUBSCRIBER"
|
|
98
98
|
```
|
|
99
99
|
|
|
100
|
-
|
|
100
|
+
The system automatically prefixes each message with `[ufoo]<from:id(nickname)>` to identify the sender. You do not need to add this prefix yourself.
|
|
101
101
|
|
|
102
|
-
|
|
103
|
-
=== Pending Messages ===
|
|
102
|
+
If pending events exist, output looks like:
|
|
104
103
|
|
|
104
|
+
```
|
|
105
105
|
[ufoo]<from:claude-code:abc123(architect)>
|
|
106
106
|
Type: message/targeted/message
|
|
107
107
|
Content: {"message":"review src/main.ts","injection_mode":"immediate"}
|
|
108
|
-
|
|
109
|
-
---
|
|
110
|
-
Please handle the above messages, after completion you can reply:
|
|
111
|
-
ufoo bus send "architect" "Review completed, found 2 issues..."
|
|
112
108
|
```
|
|
113
109
|
|
|
114
|
-
|
|
110
|
+
- The sender ID and nickname are in the `[ufoo]<from:...>` line — use the ID to reply
|
|
111
|
+
- The actual task is in `Content.message`
|
|
115
112
|
|
|
116
113
|
### 5. IMPORTANT: Acknowledge messages after handling
|
|
117
114
|
|