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.

docs: add mention consent section, update memory pipeline description

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+9 -1
+9 -1
README.md
··· 29 29 30 30 notes and bookmarks are dual-written: private for fast recall, public for network discovery. 31 31 32 - a separate [pipeline](https://github.com/zzstoatzz/my-prefect-server) periodically compacts per-user observations into relationship summaries. the [memory graph](/memory) visualizes connections between phi, the people it talks to, and the topics that link them. 32 + a separate [pipeline](https://github.com/zzstoatzz/my-prefect-server) enriches memory offline: 33 + - **compact** (hourly): synthesizes per-user relationship summaries, extracts observations from nate's liked posts 34 + - **morning** (daily): deduplicates tags, discovers relationships between topics, promotes observations to semble as public cosmik cards 35 + 36 + the [memory graph](/memory) visualizes connections between phi, the people it talks to, and the topics that link them. 37 + 38 + ## mention consent 39 + 40 + phi only sends notifications (via AT Protocol mention facets) to people who are part of the current conversation — the person who messaged phi, plus nate's accounts. third-party @handles in phi's replies render as plain text, visible but silent. this is enforced at two layers: code (`parse_mentions()` gates facets behind an `allowed_handles` set) and prompt (operational instructions tell phi not to @mention third parties). 33 41 34 42 ## development 35 43