@@ -126,7 +126,7 @@ For Codex Desktop GUI (non-tmux) use command-mode nudging:
126126 ],
127127 "handle" : " @CodexMB" ,
128128 "interval_sec" : 60 ,
129- "api_key" : " antfarm_xxx " ,
129+ "api_key" : " groupmind_xxx " ,
130130 "seen_file" : " /tmp/codex-room-seen.txt" ,
131131 "notification_file" : " /tmp/codex-room-notifications.txt" ,
132132 "nudge_mode" : " command" ,
@@ -328,7 +328,7 @@ To enable sidecar enrichment (Memory and Intent), add the following blocks to yo
328328{
329329 "intent" : {
330330 "baseUrl" : " https://groupmind.one/api/v1" ,
331- "apiKey" : " antfarm_your_key " ,
331+ "apiKey" : " groupmind_your_key " ,
332332 "userId" : " your_user_id"
333333 },
334334 "memory_api" : {
@@ -369,7 +369,7 @@ Example enriched event shape:
369369
370370``` json
371371{
372- "kind" : " antfarm .message.created" ,
372+ "kind" : " groupmind .message.created" ,
373373 "payload" : {
374374 "body" : " can we ship the release notes today?" ,
375375 "room" : " thinkoff-development"
@@ -379,7 +379,7 @@ Example enriched event shape:
379379 "derived" : {
380380 "urgency_mode" : " emergency-only"
381381 },
382- "provider" : " antfarm "
382+ "provider" : " groupmind "
383383 },
384384 "memory_context" : {
385385 "raw" : [
@@ -397,7 +397,7 @@ Verify the two upstream integrations independently before debugging the poller:
397397``` bash
398398# 1. Intent lookup should return HTTP 200 JSON
399399curl -i \
400- -H " Authorization: Bearer antfarm_your_key " \
400+ -H " Authorization: Bearer groupmind_your_key " \
401401 " https://groupmind.one/api/v1/intent/your_user_id"
402402
403403# 2. Claude-Mem lookup should return HTTP 200 JSON with a content[] array
@@ -428,7 +428,7 @@ node bin/cli.mjs serve --port 8787
428428# Set a webhook secret in config for HMAC verification
429429
430430# GroupMind webhooks are also accepted at:
431- # http://your-host:8787/antfarm
431+ # http://your-host:8787/groupmind
432432```
433433
434434Config keys: ` listen.port ` , ` github.webhook_secret ` , ` github.event_kinds ` , ` queue.path ` .
@@ -700,5 +700,5 @@ Source code for this deployment is available at commit [be641cf](https://github.
700700
701701## GroupMind Helpers
702702
703- - `examples/antfarm/gemini_from_claude.sh ` — non-interactive Gemini wrapper for room/autopost bots .
703+ - `examples/flow-pr-opened.md ` — example PR-opened event flow .
704704 Uses `gemini -p` with a hard timeout to prevent stuck polling loops.
0 commit comments