Skip to content

Commit df33b16

Browse files
Hex Sullivanclaude
andcommitted
Fix stale processed.md references in platform files (review sweep #49)
Platform scanner flows still referenced `processed.md` after PR #49 migrated tracking state to `processed.db` (SQLite). Updated all 4 references across whatsapp.md, imessage.md, and quo.md. Caught by Cursor Bugbot. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d8b3e1e commit df33b16

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

workflows/contact-steward/platforms/imessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ iMessage gets more spam than WhatsApp. Common patterns to skip:
198198
1. `imsg chats --limit 100` — get conversations (use a larger limit to reach threads up
199199
to 90 days back)
200200
2. Filter to phone numbers and emails (skip short codes, RBM agents)
201-
3. For each, check `processed.md` — skip if already processed with no new messages
201+
3. For each, check `processed.db` — skip if already processed with no new messages
202202
4. `imsg history --chat-id <id> --limit 15` — read recent messages
203203
5. Check if your human sent any messages (`[sent]`) — if not, skip
204204
6. Cross-reference (if WhatsApp is configured): `wacli contacts search "<number>"` to

workflows/contact-steward/platforms/quo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ does the "is this a known contact?" check for you.
117117

118118
1. `quo conversations --unknown --limit 50` — get conversations with unknown numbers
119119
(larger limit to reach up to 90 days back)
120-
2. For each, check `processed.md` — skip if already processed with no new activity
120+
2. For each, check `processed.db` — skip if already processed with no new activity
121121
3. `quo gather <phone> --since <90-days-ago-ISO>` — pull all messages, calls,
122122
transcripts (explicit `--since` required — default is 30 days which misses older
123123
conversations)

workflows/contact-steward/platforms/whatsapp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ notifications, or suggesting contact additions), use this priority:
165165

166166
1. Use `business_name` as the display name
167167
2. Flag as business -> skip per workflow rules
168-
3. Log in `processed.md` with any human contact name found in conversation
168+
3. Log in `processed.db` with any human contact name found in conversation
169169

170170
### "More Complete" Check
171171

@@ -207,7 +207,7 @@ This is the correct action for unknown contacts — set their alias to the resol
207207
1. `wacli chats list --limit 200 --json` — get conversations (use a large limit to reach
208208
threads up to 90 days back)
209209
2. Filter to `Kind: "dm"` or `Kind: "unknown"` (LID contacts), skip groups
210-
3. For each, check `processed.md` — skip if already processed with no new messages
210+
3. For each, check `processed.db` — skip if already processed with no new messages
211211
4. `wacli messages list --chat "<JID>" --limit 20 --json` — read recent messages
212212
(remember: messages are under `data.messages`)
213213
5. Check if your human replied (`FromMe: true`) — if not, skip

0 commit comments

Comments
 (0)