You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Section -> guide. Keys mirror `navItems` in views.js (R-M1).
666
666
//
667
-
// Issue #16 / R-O7 additions:
667
+
// Issue #16 / R-O7 and issue #27 additions:
668
668
// - `connectFirst` is the per-section deep-link the empty-state card
669
-
// shows. It points the user at Settings → Connections and scrolls to
670
-
// the first relevant provider card (`#conn-{providerId}`).
669
+
// shows. It points the user at Connections -> provider detail, where
670
+
// the matching provider owns credentials, archive import, and probe.
671
671
exportconstconnectionGuides={
672
672
chat: {
673
673
title: 'Your unified inbox starts empty.',
674
674
titleKey: 'guide.chat.title',
675
-
body: 'meta-sovereign keeps every chat from every connected service in one place. Connect a provider below, or import an exported archive to populate this view.',
675
+
body: 'meta-sovereign keeps every chat from every connected service in one place. Open Connections to connect a provider or import an exported archive, then come back here.',
body: 'Contacts are aggregated from every connected provider so the same person across networks shows up once. Add a provider to populate this list.',
713
+
body: 'Contacts are aggregated from every connected provider so the same person across networks shows up once. Open Connections to add a provider and populate this list.',
body: 'Automation graphs route incoming messages from a pattern to a reply variation. Drop a node above, or import an archive first so you have data to match against.',
735
+
body: 'Automation graphs route incoming messages from a pattern to a reply variation. Open Connections to import provider data before building automations.',
body: 'Patterns are inferred from example messages. Connect a provider, or import an archive, then come back here and feed the inferrer a few examples.',
751
+
body: 'Patterns are inferred from example messages. Open Connections to connect a provider or import an archive, then return with examples to infer from.',
body: 'Reply groups are extracted from your previous outgoing messages by fuzzy similarity. Connect a chat-capable provider to seed your reply library.',
759
+
body: 'Reply groups are extracted from your previous outgoing messages by fuzzy similarity. Open Connections to add a chat-capable provider and seed your reply library.',
body: 'Facts are question -> answer pairs extracted across messages by your patterns. Add a pattern with a capture group, or connect a chat provider to start gathering data.',
776
+
body: 'Facts are question -> answer pairs extracted across messages by your patterns. Open Connections to gather provider data, then add a capture pattern here.',
body: 'Cross-reference contacts using AND/OR/NOT plus dimensions like network:, chat:, sender:, kind:, fact:. Connect at least one provider so you have contacts to filter.',
784
+
body: 'Cross-reference contacts using AND/OR/NOT plus dimensions like network:, chat:, sender:, kind:, fact:. Open Connections to add at least one provider first.',
body: 'Mass-personal outreach sends a templated message 1:1 to each contact in an audience query. Connect a chat-capable provider to enable outreach.',
811
+
body: 'Mass-personal outreach sends a templated message 1:1 to each contact in an audience query. Open Connections to add a chat-capable provider first.',
body: 'Edit your profile and resume here; saves are pushed to every connected provider. Connect at least one provider so the sync envelope has somewhere to go.',
829
+
body: 'Edit your profile and resume here; saves are pushed to every connected provider. Open Connections to add at least one provider for profile sync.',
body: 'Provider connections, credentials, and archive imports live here. The list below mirrors every catalogued provider; pick one to enter its credentials, upload an archive, and probe the live API.',
868
+
body: 'App-level preferences live here. Provider credentials, archive imports, and live probes live on the dedicated Connections screen.',
0 commit comments