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.

tell phi to link to things it references in musings

musing task prompt now says "if you're riffing on something specific,
include the link." phi already includes URLs when blogging but was
paraphrasing timeline content without linking. prompt problem, not
tool problem.

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

zzstoatzz 90f3dfc1 96187777

+4 -1
+4 -1
src/bot/agent.py
··· 559 559 560 560 musing_task = ( 561 561 "you have a moment. post something if you want to, or don't. " 562 - "your recent posts are in [YOUR RECENT POSTS] — don't repeat yourself." 562 + "your recent posts are in [YOUR RECENT POSTS] — don't repeat yourself. " 563 + "if you're riffing on something specific, include the link so readers " 564 + "can find it — a post that references something without linking to it " 565 + "is vague." 563 566 ) 564 567 565 568 toolsets = self._mcp_toolsets()