a digital entity named phi that roams bsky phi.zzstoatzz.io
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

expand thought post hours to 8am-10pm CT (every 2h)

phi now checks its feed and considers posting 8 times per day
instead of 3. each musing slot reads timeline + trending, so
this also increases how often phi is aware of what's happening.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

zzstoatzz ea9e8379 ef3efe0b

+2 -2
+2 -2
src/bot/config.py
··· 93 93 94 94 # Original thought posts 95 95 thought_post_hours: list[int] = Field( 96 - default=[15, 19, 23], 97 - description="UTC hours to attempt original thought posts (15,19,23 = ~10am,2pm,6pm CT)", 96 + default=[13, 15, 17, 19, 21, 23, 1, 3], 97 + description="UTC hours to attempt original thought posts (~8am-10pm CT, every 2h)", 98 98 ) 99 99 100 100 # Background exploration