personal memory agent
0

Configure Feed

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

copy(settings): tighten facet-detail value framing and primary CTA

CMO voice review (req_xv7zpzhn) on the 5 owner-facing constants shipped
via req_rkweh34h. Two warranted tightening for owner-warmth and
concreteness:

- FACET_DETAIL_VALUE_FRAMING: lead with {title} and "gathers"
(warmer than "tags entities") so the owner sees their choice
reflected back, not internal jargon
- FACET_DETAIL_PRIMARY_CTA: replace "entities" with "people, places,
and things" to keep language consistent across the surface

Three constants (heading, secondary, tertiary) ship as-is.
Tests pass.

+3 -4
+3 -4
solstone/apps/settings/copy.py
··· 30 30 CONVEY_HOST_URL_FLAG_CONFLICT = "error: choose exactly one of <url>, --auto, or --show" 31 31 FACET_DETAIL_SUCCESS_HEADING = "{title} is ready" 32 32 FACET_DETAIL_VALUE_FRAMING = ( 33 - "this facet tags entities so you can see them in their own context. as you tag " 34 - "people, places, and things to {title}, they'll show up here and in your " 35 - "journal's filtered views." 33 + "{title} gathers the people, places, and things that share this context. " 34 + "as you tag them, they'll show up here and in your journal's filtered views." 36 35 ) 37 - FACET_DETAIL_PRIMARY_CTA = "tag entities to {title}" 36 + FACET_DETAIL_PRIMARY_CTA = "tag people, places, and things to {title}" 38 37 FACET_DETAIL_SECONDARY_CTA = "create another facet" 39 38 FACET_DETAIL_TERTIARY_ESCAPE = "back to settings" 40 39