Commit 8e7c76b
coordinator: inbox filter by marker only, not author login
The coordinator posts its own status comments under the same GitHub
login the operator uses to type steering comments (both `ellataira`).
The author-login branch of the own-filter was swallowing every human
steering message as "own output" — silently, for 2+ days, while
last_seen_id advanced normally.
The zero-width-space marker (OWN_MESSAGE_MARKER = "") is prepended
by github_out.format_message on every coordinator-emitted comment.
Humans cannot type it by accident. Using the marker alone as the
own-filter cleanly distinguishes the two cases.
Drops the now-unused `_own_login` helper + its cache. `user_login`
still returned by `_fetch_comments` query for debugging (harmless).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent bfec600 commit 8e7c76b
1 file changed
Lines changed: 10 additions & 35 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | 66 | | |
94 | 67 | | |
95 | 68 | | |
| |||
159 | 132 | | |
160 | 133 | | |
161 | 134 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
167 | 144 | | |
168 | 145 | | |
169 | 146 | | |
| |||
174 | 151 | | |
175 | 152 | | |
176 | 153 | | |
177 | | - | |
178 | | - | |
179 | | - | |
| 154 | + | |
180 | 155 | | |
181 | 156 | | |
182 | 157 | | |
| |||
0 commit comments