@company-semantics/contracts 52.0.0 → 52.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/notifications/__tests__/__snapshots__/monospace-budget.test.ts.snap +23 -0
- package/src/notifications/__tests__/__snapshots__/render-snapshot.test.ts.snap +309 -259
- package/src/notifications/__tests__/monospace-budget.test.ts +75 -0
- package/src/notifications/renderers/README.md +8 -4
- package/src/notifications/renderers/ascii/README.md +75 -0
- package/src/notifications/renderers/ascii/__tests__/README.md +39 -0
- package/src/notifications/renderers/ascii/__tests__/layout.test.ts +228 -0
- package/src/notifications/renderers/ascii/chat.ts +179 -0
- package/src/notifications/renderers/ascii/cta.ts +57 -0
- package/src/notifications/renderers/ascii/geometry.ts +112 -0
- package/src/notifications/renderers/ascii/index.ts +40 -0
- package/src/notifications/renderers/ascii/keyvalue.ts +34 -0
- package/src/notifications/renderers/ascii/rule.ts +53 -0
- package/src/notifications/renderers/ascii/runs.ts +84 -0
- package/src/notifications/renderers/ascii/signature.ts +41 -0
- package/src/notifications/renderers/ascii/wrap.ts +96 -0
- package/src/notifications/renderers/brand.ts +12 -0
- package/src/notifications/renderers/email/chat.ts +62 -146
- package/src/notifications/renderers/email/constants.ts +17 -2
- package/src/notifications/renderers/email/cta.ts +8 -13
- package/src/notifications/renderers/email/render.ts +29 -5
- package/src/notifications/renderers/layout.ts +31 -0
- package/src/notifications/renderers/slack/README.md +135 -79
- package/src/notifications/renderers/slack/__tests__/README.md +3 -2
- package/src/notifications/renderers/slack/__tests__/index.test.ts +233 -93
- package/src/notifications/renderers/slack/blocks.ts +149 -0
- package/src/notifications/renderers/slack/chat.ts +167 -0
- package/src/notifications/renderers/slack/cta.ts +69 -0
- package/src/notifications/renderers/slack/index.ts +136 -229
- package/src/notifications/renderers/slack/message.ts +23 -0
|
@@ -137,17 +137,17 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
137
137
|
|
|
138
138
|
A login code was requested.
|
|
139
139
|
|
|
140
|
-
|
|
140
|
+
───────────────────────────────────────
|
|
141
141
|
|
|
142
|
-
|
|
143
|
-
│ Copy + paste this code in
|
|
144
|
-
[c_S] │ form.
|
|
145
|
-
|
|
142
|
+
┌──────────────────────────────┐
|
|
143
|
+
│ Copy + paste this code in │
|
|
144
|
+
[c_S] │ the login form. │
|
|
145
|
+
└──────────────────────────────┘
|
|
146
146
|
|
|
147
147
|
*------------------*
|
|
148
148
|
| >> 123456 << |
|
|
149
149
|
*------------------*
|
|
150
|
-
|
|
150
|
+
───────────────────────────────────────
|
|
151
151
|
|
|
152
152
|
Status: Valid
|
|
153
153
|
Expires in: 10 minutes
|
|
@@ -300,17 +300,17 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
300
300
|
|
|
301
301
|
A login code was requested.
|
|
302
302
|
|
|
303
|
-
|
|
303
|
+
───────────────────────────────────────
|
|
304
304
|
|
|
305
|
-
|
|
306
|
-
│ Copy + paste this code in
|
|
307
|
-
[c_S] │ form.
|
|
308
|
-
|
|
305
|
+
┌──────────────────────────────┐
|
|
306
|
+
│ Copy + paste this code in │
|
|
307
|
+
[c_S] │ the login form. │
|
|
308
|
+
└──────────────────────────────┘
|
|
309
309
|
|
|
310
310
|
*------------------*
|
|
311
311
|
| >> 902413 << |
|
|
312
312
|
*------------------*
|
|
313
|
-
|
|
313
|
+
───────────────────────────────────────
|
|
314
314
|
|
|
315
315
|
Status: Valid
|
|
316
316
|
Expires in: 1 minute
|
|
@@ -469,17 +469,17 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
469
469
|
|
|
470
470
|
A login code was requested.
|
|
471
471
|
|
|
472
|
-
|
|
472
|
+
───────────────────────────────────────
|
|
473
473
|
|
|
474
|
-
|
|
475
|
-
│ Copy + paste this code in
|
|
476
|
-
[c_S] │ form.
|
|
477
|
-
|
|
474
|
+
┌──────────────────────────────┐
|
|
475
|
+
│ Copy + paste this code in │
|
|
476
|
+
[c_S] │ the login form. │
|
|
477
|
+
└──────────────────────────────┘
|
|
478
478
|
|
|
479
479
|
*------------------*
|
|
480
480
|
| >> 246810 << |
|
|
481
481
|
*------------------*
|
|
482
|
-
|
|
482
|
+
───────────────────────────────────────
|
|
483
483
|
|
|
484
484
|
Status: Valid
|
|
485
485
|
Expires in: 5 minutes
|
|
@@ -660,18 +660,18 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
660
660
|
|
|
661
661
|
A chat was shared with you.
|
|
662
662
|
|
|
663
|
-
|
|
663
|
+
────────────────────────────────────────────────
|
|
664
664
|
|
|
665
|
-
|
|
666
|
-
│
|
|
667
|
-
|
|
668
|
-
|
|
665
|
+
┌──────────────────────────────┐
|
|
666
|
+
│ API design discussion │ (•̀_ರ╮)
|
|
667
|
+
└──────────────────────────────┘
|
|
668
|
+
Alex Rivera
|
|
669
669
|
|
|
670
|
-
|
|
671
|
-
│ Here are my thoughts on the
|
|
672
|
-
│ design for the new
|
|
673
|
-
[c_S] │ endpoints.
|
|
674
|
-
|
|
670
|
+
┌──────────────────────────────┐
|
|
671
|
+
│ Here are my thoughts on the │
|
|
672
|
+
│ REST API design for the new │
|
|
673
|
+
[c_S] │ authentication endpoints. │
|
|
674
|
+
└──────────────────────────────┘
|
|
675
675
|
|
|
676
676
|
⋮
|
|
677
677
|
|
|
@@ -680,10 +680,11 @@ ________________________________________________________
|
|
|
680
680
|
*--------------------*
|
|
681
681
|
|
|
682
682
|
https://app.companysemantics.ai/share/abc123
|
|
683
|
-
|
|
683
|
+
────────────────────────────────────────────────
|
|
684
684
|
|
|
685
685
|
This share was sent via Company Semantics.
|
|
686
|
-
If you weren't expecting this, no action is
|
|
686
|
+
If you weren't expecting this, no action is
|
|
687
|
+
required.
|
|
687
688
|
|
|
688
689
|
|
|
689
690
|
/* EOM */
|
|
@@ -763,7 +764,7 @@ exports[`email render > chat.shared · Long preview 1`] = `
|
|
|
763
764
|
<tr>
|
|
764
765
|
<td class="csr-chat-avatar-left">[c_S]</td>
|
|
765
766
|
<td class="csr-chat-channel-left"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
766
|
-
<tr><td class="cs-bubble csr-bubble-assistant">I reviewed the pull request and found several areas that need improvement. The
|
|
767
|
+
<tr><td class="cs-bubble csr-bubble-assistant">I reviewed the pull request and found several areas that need improvement. The...</td></tr>
|
|
767
768
|
</table></td>
|
|
768
769
|
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
769
770
|
</tr>
|
|
@@ -827,7 +828,7 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
827
828
|
<tr>
|
|
828
829
|
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap;">[c_S]</td>
|
|
829
830
|
<td style="width: 100%; text-align: left;"><table cellpadding="0" cellspacing="0" border="0" style="display: inline-block; max-width: 100%; vertical-align: bottom;">
|
|
830
|
-
<tr><td class="cs-bubble" style="border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666;">I reviewed the pull request and found several areas that need improvement. The
|
|
831
|
+
<tr><td class="cs-bubble" style="border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666;">I reviewed the pull request and found several areas that need improvement. The...</td></tr>
|
|
831
832
|
</table></td>
|
|
832
833
|
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap;">(•̀_ರ╮)</td>
|
|
833
834
|
</tr>
|
|
@@ -854,18 +855,18 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
854
855
|
|
|
855
856
|
A chat was shared with you.
|
|
856
857
|
|
|
857
|
-
|
|
858
|
+
────────────────────────────────────────────────
|
|
858
859
|
|
|
859
|
-
|
|
860
|
-
│
|
|
861
|
-
|
|
862
|
-
|
|
860
|
+
┌──────────────────────────────┐
|
|
861
|
+
│ Code review feedback │ (•̀_ರ╮)
|
|
862
|
+
└──────────────────────────────┘
|
|
863
|
+
Alex Rivera
|
|
863
864
|
|
|
864
|
-
|
|
865
|
-
│ I reviewed the pull request
|
|
866
|
-
│ found several areas that
|
|
867
|
-
[c_S] │ improvement. The
|
|
868
|
-
|
|
865
|
+
┌──────────────────────────────┐
|
|
866
|
+
│ I reviewed the pull request │
|
|
867
|
+
│ and found several areas that │
|
|
868
|
+
[c_S] │ need improvement. The... │
|
|
869
|
+
└──────────────────────────────┘
|
|
869
870
|
|
|
870
871
|
⋮
|
|
871
872
|
|
|
@@ -874,10 +875,11 @@ ________________________________________________________
|
|
|
874
875
|
*--------------------*
|
|
875
876
|
|
|
876
877
|
https://app.companysemantics.ai/share/preview789
|
|
877
|
-
|
|
878
|
+
────────────────────────────────────────────────
|
|
878
879
|
|
|
879
880
|
This share was sent via Company Semantics.
|
|
880
|
-
If you weren't expecting this, no action is
|
|
881
|
+
If you weren't expecting this, no action is
|
|
882
|
+
required.
|
|
881
883
|
|
|
882
884
|
|
|
883
885
|
/* EOM */
|
|
@@ -943,7 +945,7 @@ exports[`email render > chat.shared · Long title 1`] = `
|
|
|
943
945
|
<tr>
|
|
944
946
|
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
945
947
|
<td class="csr-chat-channel-right"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
946
|
-
<tr><td class="cs-bubble csr-bubble-user">This is a very long chat title that should be truncated to fit the
|
|
948
|
+
<tr><td class="cs-bubble csr-bubble-user">This is a very long chat title that should be truncated to fit the layo...</td></tr>
|
|
947
949
|
</table></td>
|
|
948
950
|
<td class="csr-chat-avatar-right">(•̀_ರ╮)</td>
|
|
949
951
|
</tr>
|
|
@@ -1007,7 +1009,7 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
1007
1009
|
<tr>
|
|
1008
1010
|
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap;">[c_S]</td>
|
|
1009
1011
|
<td style="width: 100%; text-align: right;"><table cellpadding="0" cellspacing="0" border="0" style="display: inline-block; max-width: 100%; vertical-align: bottom;">
|
|
1010
|
-
<tr><td class="cs-bubble" style="border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666;">This is a very long chat title that should be truncated to fit the
|
|
1012
|
+
<tr><td class="cs-bubble" style="border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666;">This is a very long chat title that should be truncated to fit the layo...</td></tr>
|
|
1011
1013
|
</table></td>
|
|
1012
1014
|
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap;">(•̀_ರ╮)</td>
|
|
1013
1015
|
</tr>
|
|
@@ -1048,18 +1050,19 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
1048
1050
|
|
|
1049
1051
|
A chat was shared with you.
|
|
1050
1052
|
|
|
1051
|
-
|
|
1053
|
+
────────────────────────────────────────────────
|
|
1052
1054
|
|
|
1053
|
-
|
|
1054
|
-
│
|
|
1055
|
-
│
|
|
1056
|
-
│
|
|
1057
|
-
|
|
1058
|
-
|
|
1055
|
+
┌──────────────────────────────┐
|
|
1056
|
+
│ This is a very long chat │
|
|
1057
|
+
│ title that should be │
|
|
1058
|
+
│ truncated to fit the layo... │ (•̀_ರ╮)
|
|
1059
|
+
└──────────────────────────────┘
|
|
1060
|
+
Alex Rivera
|
|
1059
1061
|
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1062
|
+
┌──────────────────────────────┐
|
|
1063
|
+
│ The assistant response │
|
|
1064
|
+
[c_S] │ preview text. │
|
|
1065
|
+
└──────────────────────────────┘
|
|
1063
1066
|
|
|
1064
1067
|
⋮
|
|
1065
1068
|
|
|
@@ -1068,10 +1071,11 @@ ________________________________________________________
|
|
|
1068
1071
|
*--------------------*
|
|
1069
1072
|
|
|
1070
1073
|
https://app.companysemantics.ai/share/long456
|
|
1071
|
-
|
|
1074
|
+
────────────────────────────────────────────────
|
|
1072
1075
|
|
|
1073
1076
|
This share was sent via Company Semantics.
|
|
1074
|
-
If you weren't expecting this, no action is
|
|
1077
|
+
If you weren't expecting this, no action is
|
|
1078
|
+
required.
|
|
1075
1079
|
|
|
1076
1080
|
|
|
1077
1081
|
/* EOM */
|
|
@@ -1224,24 +1228,25 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
1224
1228
|
|
|
1225
1229
|
A chat was shared with you.
|
|
1226
1230
|
|
|
1227
|
-
|
|
1231
|
+
────────────────────────────────────────────────
|
|
1228
1232
|
|
|
1229
|
-
|
|
1230
|
-
│
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
+
┌──────────────────────────────┐
|
|
1234
|
+
│ Quick sync notes │ (•̀_ರ╮)
|
|
1235
|
+
└──────────────────────────────┘
|
|
1236
|
+
Alex Rivera
|
|
1233
1237
|
|
|
1234
|
-
|
|
1238
|
+
⋮
|
|
1235
1239
|
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1240
|
+
*--------------------*
|
|
1241
|
+
| >> SEE MORE << |
|
|
1242
|
+
*--------------------*
|
|
1239
1243
|
|
|
1240
|
-
|
|
1241
|
-
|
|
1244
|
+
https://app.companysemantics.ai/share/xyz789
|
|
1245
|
+
────────────────────────────────────────────────
|
|
1242
1246
|
|
|
1243
1247
|
This share was sent via Company Semantics.
|
|
1244
|
-
If you weren't expecting this, no action is
|
|
1248
|
+
If you weren't expecting this, no action is
|
|
1249
|
+
required.
|
|
1245
1250
|
|
|
1246
1251
|
|
|
1247
1252
|
/* EOM */
|
|
@@ -1412,16 +1417,16 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
1412
1417
|
|
|
1413
1418
|
A chat was shared with you.
|
|
1414
1419
|
|
|
1415
|
-
|
|
1420
|
+
────────────────────────────────────────────────
|
|
1416
1421
|
|
|
1417
|
-
|
|
1418
|
-
│
|
|
1419
|
-
|
|
1420
|
-
|
|
1422
|
+
┌──────────────────────────────┐
|
|
1423
|
+
│ Hi │ (•̀_ರ╮)
|
|
1424
|
+
└──────────────────────────────┘
|
|
1425
|
+
Alex Rivera
|
|
1421
1426
|
|
|
1422
|
-
|
|
1423
|
-
[c_S] │ Hello!
|
|
1424
|
-
|
|
1427
|
+
┌──────────────────────────────┐
|
|
1428
|
+
[c_S] │ Hello! │
|
|
1429
|
+
└──────────────────────────────┘
|
|
1425
1430
|
|
|
1426
1431
|
⋮
|
|
1427
1432
|
|
|
@@ -1430,10 +1435,11 @@ ________________________________________________________
|
|
|
1430
1435
|
*--------------------*
|
|
1431
1436
|
|
|
1432
1437
|
https://app.companysemantics.ai/share/short123
|
|
1433
|
-
|
|
1438
|
+
────────────────────────────────────────────────
|
|
1434
1439
|
|
|
1435
1440
|
This share was sent via Company Semantics.
|
|
1436
|
-
If you weren't expecting this, no action is
|
|
1441
|
+
If you weren't expecting this, no action is
|
|
1442
|
+
required.
|
|
1437
1443
|
|
|
1438
1444
|
|
|
1439
1445
|
/* EOM */
|
|
@@ -1588,27 +1594,30 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
1588
1594
|
"subject": "Jordan Lee mentioned you in a comment",
|
|
1589
1595
|
"text": "Hi there,
|
|
1590
1596
|
|
|
1591
|
-
Jordan Lee mentioned you in a comment on
|
|
1597
|
+
Jordan Lee mentioned you in a comment on
|
|
1598
|
+
"Engineering Handbook".
|
|
1592
1599
|
|
|
1593
|
-
|
|
1600
|
+
────────────────────────────────────────────────
|
|
1594
1601
|
|
|
1595
|
-
|
|
1596
|
-
│
|
|
1597
|
-
│
|
|
1598
|
-
|
|
1599
|
-
|
|
1602
|
+
┌──────────────────────────────┐
|
|
1603
|
+
│ Adding @Sam Chen — this │
|
|
1604
|
+
│ whole doc needs a pass │
|
|
1605
|
+
│ before Friday. │ (•̀_ರ╮)
|
|
1606
|
+
└──────────────────────────────┘
|
|
1607
|
+
Jordan Lee
|
|
1600
1608
|
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1609
|
+
*------------------------*
|
|
1610
|
+
| >> VIEW COMMENT << |
|
|
1611
|
+
*------------------------*
|
|
1604
1612
|
|
|
1605
1613
|
https://app.companysemantics.ai/doc/handbook?thread=th_456
|
|
1606
|
-
|
|
1614
|
+
────────────────────────────────────────────────
|
|
1607
1615
|
|
|
1608
1616
|
From: Jordan Lee
|
|
1609
1617
|
On: "Engineering Handbook"
|
|
1610
1618
|
|
|
1611
|
-
This notification was sent via Company
|
|
1619
|
+
This notification was sent via Company
|
|
1620
|
+
Semantics.
|
|
1612
1621
|
You were named in this comment.
|
|
1613
1622
|
|
|
1614
1623
|
|
|
@@ -1766,28 +1775,31 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
1766
1775
|
"subject": "Jordan Lee mentioned you in a comment",
|
|
1767
1776
|
"text": "Hi Sam Chen,
|
|
1768
1777
|
|
|
1769
|
-
Jordan Lee mentioned you in a comment on
|
|
1778
|
+
Jordan Lee mentioned you in a comment on
|
|
1779
|
+
"Engineering Handbook".
|
|
1770
1780
|
|
|
1771
|
-
|
|
1781
|
+
────────────────────────────────────────────────
|
|
1772
1782
|
|
|
1773
|
-
|
|
1774
|
-
│
|
|
1775
|
-
│
|
|
1776
|
-
|
|
1777
|
-
|
|
1783
|
+
┌──────────────────────────────┐
|
|
1784
|
+
│ Should this say Q3 or Q4? │
|
|
1785
|
+
│ @Sam Chen you owned this │
|
|
1786
|
+
│ last time. │ (•̀_ರ╮)
|
|
1787
|
+
└──────────────────────────────┘
|
|
1788
|
+
Jordan Lee
|
|
1778
1789
|
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1790
|
+
*------------------------*
|
|
1791
|
+
| >> VIEW COMMENT << |
|
|
1792
|
+
*------------------------*
|
|
1782
1793
|
|
|
1783
1794
|
https://app.companysemantics.ai/doc/handbook?thread=th_123
|
|
1784
|
-
|
|
1795
|
+
────────────────────────────────────────────────
|
|
1785
1796
|
|
|
1786
1797
|
From: Jordan Lee
|
|
1787
1798
|
On: "Engineering Handbook"
|
|
1788
1799
|
Passage: "ship the quarterly goals"
|
|
1789
1800
|
|
|
1790
|
-
This notification was sent via Company
|
|
1801
|
+
This notification was sent via Company
|
|
1802
|
+
Semantics.
|
|
1791
1803
|
You were named in this comment.
|
|
1792
1804
|
|
|
1793
1805
|
|
|
@@ -1957,28 +1969,31 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
1957
1969
|
"subject": "Alex Rivera replied in a thread you are part of",
|
|
1958
1970
|
"text": "Hi there,
|
|
1959
1971
|
|
|
1960
|
-
Alex Rivera replied in a comment thread on
|
|
1972
|
+
Alex Rivera replied in a comment thread on
|
|
1973
|
+
"Engineering Handbook".
|
|
1961
1974
|
|
|
1962
|
-
|
|
1975
|
+
────────────────────────────────────────────────
|
|
1963
1976
|
|
|
1964
|
-
|
|
1977
|
+
⋮
|
|
1965
1978
|
|
|
1966
|
-
|
|
1967
|
-
│
|
|
1968
|
-
|
|
1969
|
-
|
|
1979
|
+
┌──────────────────────────────┐
|
|
1980
|
+
│ Started on the onboarding │
|
|
1981
|
+
│ section. │ (•̀_ರ╮)
|
|
1982
|
+
└──────────────────────────────┘
|
|
1983
|
+
Alex Rivera
|
|
1970
1984
|
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1985
|
+
*-----------------------*
|
|
1986
|
+
| >> VIEW THREAD << |
|
|
1987
|
+
*-----------------------*
|
|
1974
1988
|
|
|
1975
1989
|
https://app.companysemantics.ai/doc/handbook?thread=th_456
|
|
1976
|
-
|
|
1990
|
+
────────────────────────────────────────────────
|
|
1977
1991
|
|
|
1978
1992
|
From: Alex Rivera
|
|
1979
1993
|
On: "Engineering Handbook"
|
|
1980
1994
|
|
|
1981
|
-
This notification was sent via Company
|
|
1995
|
+
This notification was sent via Company
|
|
1996
|
+
Semantics.
|
|
1982
1997
|
You are part of this thread.
|
|
1983
1998
|
|
|
1984
1999
|
|
|
@@ -2150,30 +2165,32 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
2150
2165
|
"subject": "Alex Rivera replied in a thread you are part of",
|
|
2151
2166
|
"text": "Hi Sam Chen,
|
|
2152
2167
|
|
|
2153
|
-
Alex Rivera replied in a comment thread on
|
|
2168
|
+
Alex Rivera replied in a comment thread on
|
|
2169
|
+
"Engineering Handbook".
|
|
2154
2170
|
|
|
2155
|
-
|
|
2171
|
+
────────────────────────────────────────────────
|
|
2156
2172
|
|
|
2157
|
-
|
|
2173
|
+
⋮
|
|
2158
2174
|
|
|
2159
|
-
|
|
2160
|
-
│
|
|
2161
|
-
│
|
|
2162
|
-
|
|
2163
|
-
|
|
2175
|
+
┌──────────────────────────────┐
|
|
2176
|
+
│ Q4 — we moved it at the last │
|
|
2177
|
+
│ planning session. │ (•̀_ರ╮)
|
|
2178
|
+
└──────────────────────────────┘
|
|
2179
|
+
Alex Rivera
|
|
2164
2180
|
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2181
|
+
*-----------------------*
|
|
2182
|
+
| >> VIEW THREAD << |
|
|
2183
|
+
*-----------------------*
|
|
2168
2184
|
|
|
2169
2185
|
https://app.companysemantics.ai/doc/handbook?thread=th_123
|
|
2170
|
-
|
|
2186
|
+
────────────────────────────────────────────────
|
|
2171
2187
|
|
|
2172
2188
|
From: Alex Rivera
|
|
2173
2189
|
On: "Engineering Handbook"
|
|
2174
2190
|
Passage: "ship the quarterly goals"
|
|
2175
2191
|
|
|
2176
|
-
This notification was sent via Company
|
|
2192
|
+
This notification was sent via Company
|
|
2193
|
+
Semantics.
|
|
2177
2194
|
You are part of this thread.
|
|
2178
2195
|
|
|
2179
2196
|
|
|
@@ -2323,24 +2340,25 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
2323
2340
|
|
|
2324
2341
|
Your access request was approved.
|
|
2325
2342
|
|
|
2326
|
-
|
|
2343
|
+
────────────────────────────────────────────────
|
|
2327
2344
|
|
|
2328
|
-
|
|
2329
|
-
[c_S] │ Open to view.
|
|
2330
|
-
|
|
2345
|
+
┌──────────────────────────────┐
|
|
2346
|
+
[c_S] │ Open to view. │
|
|
2347
|
+
└──────────────────────────────┘
|
|
2331
2348
|
|
|
2332
2349
|
*----------------*
|
|
2333
2350
|
| >> OPEN << |
|
|
2334
2351
|
*----------------*
|
|
2335
2352
|
|
|
2336
2353
|
https://app.companysemantics.ai/doc/handbook
|
|
2337
|
-
|
|
2354
|
+
────────────────────────────────────────────────
|
|
2338
2355
|
|
|
2339
2356
|
Document: "Engineering Handbook"
|
|
2340
2357
|
Access: can edit
|
|
2341
2358
|
Approved by: Jordan Lee
|
|
2342
2359
|
|
|
2343
|
-
This notification was sent via Company
|
|
2360
|
+
This notification was sent via Company
|
|
2361
|
+
Semantics.
|
|
2344
2362
|
Access is now active.
|
|
2345
2363
|
|
|
2346
2364
|
|
|
@@ -2500,26 +2518,27 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
2500
2518
|
|
|
2501
2519
|
Your access request was approved.
|
|
2502
2520
|
|
|
2503
|
-
|
|
2521
|
+
────────────────────────────────────────────────
|
|
2504
2522
|
|
|
2505
|
-
|
|
2506
|
-
│
|
|
2507
|
-
│
|
|
2508
|
-
|
|
2509
|
-
|
|
2523
|
+
┌──────────────────────────────┐
|
|
2524
|
+
│ Welcome aboard — start with │
|
|
2525
|
+
│ the onboarding section. │ (•̀_ರ╮)
|
|
2526
|
+
└──────────────────────────────┘
|
|
2527
|
+
Jordan Lee
|
|
2510
2528
|
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2529
|
+
*----------------*
|
|
2530
|
+
| >> OPEN << |
|
|
2531
|
+
*----------------*
|
|
2514
2532
|
|
|
2515
|
-
|
|
2516
|
-
|
|
2533
|
+
https://app.companysemantics.ai/doc/handbook
|
|
2534
|
+
────────────────────────────────────────────────
|
|
2517
2535
|
|
|
2518
2536
|
Document: "Engineering Handbook"
|
|
2519
2537
|
Access: can edit
|
|
2520
2538
|
Approved by: Jordan Lee
|
|
2521
2539
|
|
|
2522
|
-
This notification was sent via Company
|
|
2540
|
+
This notification was sent via Company
|
|
2541
|
+
Semantics.
|
|
2523
2542
|
Access is now active.
|
|
2524
2543
|
|
|
2525
2544
|
|
|
@@ -2669,24 +2688,25 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
2669
2688
|
|
|
2670
2689
|
Your access request was approved.
|
|
2671
2690
|
|
|
2672
|
-
|
|
2691
|
+
────────────────────────────────────────────────
|
|
2673
2692
|
|
|
2674
|
-
|
|
2675
|
-
[c_S] │ Open to view.
|
|
2676
|
-
|
|
2693
|
+
┌──────────────────────────────┐
|
|
2694
|
+
[c_S] │ Open to view. │
|
|
2695
|
+
└──────────────────────────────┘
|
|
2677
2696
|
|
|
2678
2697
|
*----------------*
|
|
2679
2698
|
| >> OPEN << |
|
|
2680
2699
|
*----------------*
|
|
2681
2700
|
|
|
2682
2701
|
https://app.companysemantics.ai/doc/handbook
|
|
2683
|
-
|
|
2702
|
+
────────────────────────────────────────────────
|
|
2684
2703
|
|
|
2685
2704
|
Document: "Engineering Handbook"
|
|
2686
2705
|
Access: can view
|
|
2687
2706
|
Approved by: Jordan Lee
|
|
2688
2707
|
|
|
2689
|
-
This notification was sent via Company
|
|
2708
|
+
This notification was sent via Company
|
|
2709
|
+
Semantics.
|
|
2690
2710
|
Access is now active.
|
|
2691
2711
|
|
|
2692
2712
|
|
|
@@ -2793,7 +2813,8 @@ Your access request was declined.
|
|
|
2793
2813
|
Document: "Engineering Handbook"
|
|
2794
2814
|
Declined by: Jordan Lee
|
|
2795
2815
|
|
|
2796
|
-
This notification was sent via Company
|
|
2816
|
+
This notification was sent via Company
|
|
2817
|
+
Semantics.
|
|
2797
2818
|
This request is now closed.
|
|
2798
2819
|
|
|
2799
2820
|
|
|
@@ -2929,19 +2950,20 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
2929
2950
|
|
|
2930
2951
|
Your access request was declined.
|
|
2931
2952
|
|
|
2932
|
-
|
|
2953
|
+
────────────────────────────────────────────────
|
|
2933
2954
|
|
|
2934
|
-
|
|
2935
|
-
│
|
|
2936
|
-
│
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2955
|
+
┌──────────────────────────────┐
|
|
2956
|
+
│ This doc is limited to the │
|
|
2957
|
+
│ platform team for now. │ (•̀_ರ╮)
|
|
2958
|
+
└──────────────────────────────┘
|
|
2959
|
+
Jordan Lee
|
|
2960
|
+
────────────────────────────────────────────────
|
|
2940
2961
|
|
|
2941
2962
|
Document: "Engineering Handbook"
|
|
2942
2963
|
Declined by: Jordan Lee
|
|
2943
2964
|
|
|
2944
|
-
This notification was sent via Company
|
|
2965
|
+
This notification was sent via Company
|
|
2966
|
+
Semantics.
|
|
2945
2967
|
This request is now closed.
|
|
2946
2968
|
|
|
2947
2969
|
|
|
@@ -3089,23 +3111,24 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
3089
3111
|
|
|
3090
3112
|
Someone requested document access.
|
|
3091
3113
|
|
|
3092
|
-
|
|
3114
|
+
────────────────────────────────────────────────
|
|
3093
3115
|
|
|
3094
|
-
|
|
3095
|
-
[c_S] │ Review the request.
|
|
3096
|
-
|
|
3116
|
+
┌──────────────────────────────┐
|
|
3117
|
+
[c_S] │ Review the request. │
|
|
3118
|
+
└──────────────────────────────┘
|
|
3097
3119
|
|
|
3098
3120
|
*------------------*
|
|
3099
3121
|
| >> REVIEW << |
|
|
3100
3122
|
*------------------*
|
|
3101
3123
|
|
|
3102
3124
|
https://app.companysemantics.ai/doc/handbook?request=req_456
|
|
3103
|
-
|
|
3125
|
+
────────────────────────────────────────────────
|
|
3104
3126
|
|
|
3105
3127
|
From: Sam Chen
|
|
3106
3128
|
Document: "Engineering Handbook"
|
|
3107
3129
|
|
|
3108
|
-
This notification was sent via Company
|
|
3130
|
+
This notification was sent via Company
|
|
3131
|
+
Semantics.
|
|
3109
3132
|
You own this document.
|
|
3110
3133
|
|
|
3111
3134
|
|
|
@@ -3263,25 +3286,26 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
3263
3286
|
|
|
3264
3287
|
Someone requested document access.
|
|
3265
3288
|
|
|
3266
|
-
|
|
3289
|
+
────────────────────────────────────────────────
|
|
3267
3290
|
|
|
3268
|
-
|
|
3269
|
-
│
|
|
3270
|
-
│
|
|
3271
|
-
|
|
3272
|
-
|
|
3291
|
+
┌──────────────────────────────┐
|
|
3292
|
+
│ I'd like to contribute the │
|
|
3293
|
+
│ onboarding section. │ (•̀_ರ╮)
|
|
3294
|
+
└──────────────────────────────┘
|
|
3295
|
+
Sam Chen
|
|
3273
3296
|
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3297
|
+
*------------------*
|
|
3298
|
+
| >> REVIEW << |
|
|
3299
|
+
*------------------*
|
|
3277
3300
|
|
|
3278
3301
|
https://app.companysemantics.ai/doc/handbook?request=req_123
|
|
3279
|
-
|
|
3302
|
+
────────────────────────────────────────────────
|
|
3280
3303
|
|
|
3281
3304
|
From: Sam Chen
|
|
3282
3305
|
Document: "Engineering Handbook"
|
|
3283
3306
|
|
|
3284
|
-
This notification was sent via Company
|
|
3307
|
+
This notification was sent via Company
|
|
3308
|
+
Semantics.
|
|
3285
3309
|
You own this document.
|
|
3286
3310
|
|
|
3287
3311
|
|
|
@@ -3433,18 +3457,19 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
3433
3457
|
|
|
3434
3458
|
Acme Corp uses Company Semantics.
|
|
3435
3459
|
|
|
3436
|
-
|
|
3460
|
+
────────────────────────────────────────────────
|
|
3437
3461
|
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3462
|
+
┌──────────────────────────────┐
|
|
3463
|
+
│ Join to accept the │
|
|
3464
|
+
[c_S] │ invitation. │
|
|
3465
|
+
└──────────────────────────────┘
|
|
3441
3466
|
|
|
3442
3467
|
*----------------*
|
|
3443
3468
|
| >> JOIN << |
|
|
3444
3469
|
*----------------*
|
|
3445
3470
|
|
|
3446
3471
|
https://app.companysemantics.ai/invite/abc123
|
|
3447
|
-
|
|
3472
|
+
────────────────────────────────────────────────
|
|
3448
3473
|
|
|
3449
3474
|
From: Alex Rivera
|
|
3450
3475
|
Workspace: Acme Corp
|
|
@@ -3452,7 +3477,8 @@ Role: Admin
|
|
|
3452
3477
|
Expires: Jun 13, 2026
|
|
3453
3478
|
|
|
3454
3479
|
This invitation was sent via Company Semantics.
|
|
3455
|
-
If you weren't expecting this, no action is
|
|
3480
|
+
If you weren't expecting this, no action is
|
|
3481
|
+
required.
|
|
3456
3482
|
|
|
3457
3483
|
|
|
3458
3484
|
/* EOM */
|
|
@@ -3603,18 +3629,19 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
3603
3629
|
|
|
3604
3630
|
Acme Corp uses Company Semantics.
|
|
3605
3631
|
|
|
3606
|
-
|
|
3632
|
+
────────────────────────────────────────────────
|
|
3607
3633
|
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3634
|
+
┌──────────────────────────────┐
|
|
3635
|
+
│ Join to accept the │
|
|
3636
|
+
[c_S] │ invitation. │
|
|
3637
|
+
└──────────────────────────────┘
|
|
3611
3638
|
|
|
3612
3639
|
*----------------*
|
|
3613
3640
|
| >> JOIN << |
|
|
3614
3641
|
*----------------*
|
|
3615
3642
|
|
|
3616
3643
|
https://app.companysemantics.ai/invite/def456
|
|
3617
|
-
|
|
3644
|
+
────────────────────────────────────────────────
|
|
3618
3645
|
|
|
3619
3646
|
From: Alex Rivera
|
|
3620
3647
|
Workspace: Acme Corp
|
|
@@ -3622,7 +3649,8 @@ Role: Member
|
|
|
3622
3649
|
Expires: Jun 13, 2026
|
|
3623
3650
|
|
|
3624
3651
|
This invitation was sent via Company Semantics.
|
|
3625
|
-
If you weren't expecting this, no action is
|
|
3652
|
+
If you weren't expecting this, no action is
|
|
3653
|
+
required.
|
|
3626
3654
|
|
|
3627
3655
|
|
|
3628
3656
|
/* EOM */
|
|
@@ -3769,24 +3797,25 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
3769
3797
|
|
|
3770
3798
|
You've been invited to take ownership.
|
|
3771
3799
|
|
|
3772
|
-
|
|
3800
|
+
────────────────────────────────────────────────
|
|
3773
3801
|
|
|
3774
|
-
|
|
3775
|
-
[c_S] │ Accept to take ownership.
|
|
3776
|
-
|
|
3802
|
+
┌──────────────────────────────┐
|
|
3803
|
+
[c_S] │ Accept to take ownership. │
|
|
3804
|
+
└──────────────────────────────┘
|
|
3777
3805
|
|
|
3778
3806
|
*------------------*
|
|
3779
3807
|
| >> ACCEPT << |
|
|
3780
3808
|
*------------------*
|
|
3781
3809
|
|
|
3782
3810
|
https://app.companysemantics.ai/owner-transfer/accept/tok456
|
|
3783
|
-
|
|
3811
|
+
────────────────────────────────────────────────
|
|
3784
3812
|
|
|
3785
3813
|
Workspace: Acme Corp
|
|
3786
3814
|
Expires: Jun 13, 2026
|
|
3787
3815
|
|
|
3788
3816
|
This transfer was sent via Company Semantics.
|
|
3789
|
-
If you weren't expecting this, no action is
|
|
3817
|
+
If you weren't expecting this, no action is
|
|
3818
|
+
required.
|
|
3790
3819
|
|
|
3791
3820
|
|
|
3792
3821
|
/* EOM */
|
|
@@ -3945,27 +3974,28 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
3945
3974
|
|
|
3946
3975
|
You've been invited to take ownership.
|
|
3947
3976
|
|
|
3948
|
-
|
|
3977
|
+
────────────────────────────────────────────────
|
|
3949
3978
|
|
|
3950
|
-
|
|
3951
|
-
│
|
|
3952
|
-
│
|
|
3953
|
-
|
|
3954
|
-
|
|
3979
|
+
┌──────────────────────────────┐
|
|
3980
|
+
│ Handing this over as I move │
|
|
3981
|
+
│ to an advisory role. │ (•̀_ರ╮)
|
|
3982
|
+
└──────────────────────────────┘
|
|
3983
|
+
Jordan Lee
|
|
3955
3984
|
|
|
3956
|
-
|
|
3957
|
-
|
|
3958
|
-
|
|
3985
|
+
*------------------*
|
|
3986
|
+
| >> ACCEPT << |
|
|
3987
|
+
*------------------*
|
|
3959
3988
|
|
|
3960
3989
|
https://app.companysemantics.ai/owner-transfer/accept/tok123
|
|
3961
|
-
|
|
3990
|
+
────────────────────────────────────────────────
|
|
3962
3991
|
|
|
3963
3992
|
From: Jordan Lee
|
|
3964
3993
|
Workspace: Acme Corp
|
|
3965
3994
|
Expires: Jun 13, 2026
|
|
3966
3995
|
|
|
3967
3996
|
This transfer was sent via Company Semantics.
|
|
3968
|
-
If you weren't expecting this, no action is
|
|
3997
|
+
If you weren't expecting this, no action is
|
|
3998
|
+
required.
|
|
3969
3999
|
|
|
3970
4000
|
|
|
3971
4001
|
/* EOM */
|
|
@@ -4090,19 +4120,21 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
4090
4120
|
|
|
4091
4121
|
Ownership was transferred.
|
|
4092
4122
|
|
|
4093
|
-
|
|
4123
|
+
───────────────────────────────────────
|
|
4094
4124
|
|
|
4095
|
-
|
|
4096
|
-
│ You're no longer the owner,
|
|
4097
|
-
[c_S] │ remain an admin.
|
|
4098
|
-
|
|
4099
|
-
|
|
4125
|
+
┌──────────────────────────────┐
|
|
4126
|
+
│ You're no longer the owner, │
|
|
4127
|
+
[c_S] │ but you remain an admin. │
|
|
4128
|
+
└──────────────────────────────┘
|
|
4129
|
+
───────────────────────────────────────
|
|
4100
4130
|
|
|
4101
4131
|
Workspace: Acme Corp
|
|
4102
4132
|
New owner: new.owner@acme.com
|
|
4103
4133
|
|
|
4104
|
-
This confirmation was sent via Company
|
|
4105
|
-
|
|
4134
|
+
This confirmation was sent via Company
|
|
4135
|
+
Semantics.
|
|
4136
|
+
If you did not authorize this, contact support
|
|
4137
|
+
immediately.
|
|
4106
4138
|
|
|
4107
4139
|
|
|
4108
4140
|
/* EOM */
|
|
@@ -4251,28 +4283,34 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
4251
4283
|
"subject": "You've been added as delegate owner to Platform Engineering in Acme Corp",
|
|
4252
4284
|
"text": "Hi there,
|
|
4253
4285
|
|
|
4254
|
-
You are now a delegate owner of Platform
|
|
4286
|
+
You are now a delegate owner of Platform
|
|
4287
|
+
Engineering. Delegate owners hold authority over
|
|
4288
|
+
the team: managing team membership, doc access,
|
|
4289
|
+
strategy, and execution against goals.
|
|
4255
4290
|
|
|
4256
|
-
|
|
4291
|
+
────────────────────────────────────────────────
|
|
4257
4292
|
|
|
4258
|
-
|
|
4259
|
-
|
|
4260
|
-
|
|
4293
|
+
┌──────────────────────────────┐
|
|
4294
|
+
│ Open the team to get │
|
|
4295
|
+
[c_S] │ started. │
|
|
4296
|
+
└──────────────────────────────┘
|
|
4261
4297
|
|
|
4262
4298
|
*-----------------------*
|
|
4263
4299
|
| >> MANAGE TEAM << |
|
|
4264
4300
|
*-----------------------*
|
|
4265
4301
|
|
|
4266
4302
|
https://app.companysemantics.ai/org/unit/42
|
|
4267
|
-
|
|
4303
|
+
────────────────────────────────────────────────
|
|
4268
4304
|
|
|
4269
4305
|
From: Jordan Lee
|
|
4270
4306
|
Team: Platform Engineering
|
|
4271
4307
|
Role: Delegate
|
|
4272
4308
|
Expires: Jun 13, 2026
|
|
4273
4309
|
|
|
4274
|
-
This notification was sent via Company
|
|
4275
|
-
|
|
4310
|
+
This notification was sent via Company
|
|
4311
|
+
Semantics.
|
|
4312
|
+
If you weren't expecting this, no action is
|
|
4313
|
+
required.
|
|
4276
4314
|
|
|
4277
4315
|
|
|
4278
4316
|
/* EOM */
|
|
@@ -4447,33 +4485,39 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
4447
4485
|
"subject": "You've been added as owner to Platform Engineering in Acme Corp",
|
|
4448
4486
|
"text": "Hi Sam Chen,
|
|
4449
4487
|
|
|
4450
|
-
You are now a unit owner of Platform
|
|
4488
|
+
You are now a unit owner of Platform
|
|
4489
|
+
Engineering. Unit owners hold authority over the
|
|
4490
|
+
team: managing team membership, doc access,
|
|
4491
|
+
strategy, and execution against goals.
|
|
4451
4492
|
|
|
4452
|
-
|
|
4493
|
+
────────────────────────────────────────────────
|
|
4453
4494
|
|
|
4454
|
-
|
|
4455
|
-
│
|
|
4456
|
-
│
|
|
4457
|
-
|
|
4458
|
-
|
|
4495
|
+
┌──────────────────────────────┐
|
|
4496
|
+
│ Welcome aboard — glad to │
|
|
4497
|
+
│ have you owning this team. │ (•̀_ರ╮)
|
|
4498
|
+
└──────────────────────────────┘
|
|
4499
|
+
Jordan Lee
|
|
4459
4500
|
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
|
|
4501
|
+
┌──────────────────────────────┐
|
|
4502
|
+
│ Open the team to get │
|
|
4503
|
+
[c_S] │ started. │
|
|
4504
|
+
└──────────────────────────────┘
|
|
4463
4505
|
|
|
4464
4506
|
*-----------------------*
|
|
4465
4507
|
| >> MANAGE TEAM << |
|
|
4466
4508
|
*-----------------------*
|
|
4467
4509
|
|
|
4468
4510
|
https://app.companysemantics.ai/org/unit/42
|
|
4469
|
-
|
|
4511
|
+
────────────────────────────────────────────────
|
|
4470
4512
|
|
|
4471
4513
|
From: Jordan Lee
|
|
4472
4514
|
Team: Platform Engineering
|
|
4473
4515
|
Role: Unit Owner
|
|
4474
4516
|
|
|
4475
|
-
This notification was sent via Company
|
|
4476
|
-
|
|
4517
|
+
This notification was sent via Company
|
|
4518
|
+
Semantics.
|
|
4519
|
+
If you weren't expecting this, no action is
|
|
4520
|
+
required.
|
|
4477
4521
|
|
|
4478
4522
|
|
|
4479
4523
|
/* EOM */
|
|
@@ -4583,7 +4627,8 @@ Unusual login-code activity detected.
|
|
|
4583
4627
|
Details: 12 login codes requested in 5 minutes
|
|
4584
4628
|
|
|
4585
4629
|
If this was you, no action is needed.
|
|
4586
|
-
If you didn't request these codes, someone may
|
|
4630
|
+
If you didn't request these codes, someone may
|
|
4631
|
+
be trying to access your account.
|
|
4587
4632
|
|
|
4588
4633
|
We recommend reviewing your account security.
|
|
4589
4634
|
|
|
@@ -4697,7 +4742,8 @@ A login from an unusual location was detected.
|
|
|
4697
4742
|
Details: Login from Berlin, DE
|
|
4698
4743
|
|
|
4699
4744
|
If this was you, no action is needed.
|
|
4700
|
-
If you didn't attempt to log in, someone may be
|
|
4745
|
+
If you didn't attempt to log in, someone may be
|
|
4746
|
+
trying to access your account.
|
|
4701
4747
|
|
|
4702
4748
|
We recommend reviewing your account security.
|
|
4703
4749
|
|
|
@@ -4860,27 +4906,29 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
4860
4906
|
|
|
4861
4907
|
A document was shared with you.
|
|
4862
4908
|
|
|
4863
|
-
|
|
4909
|
+
────────────────────────────────────────────────
|
|
4864
4910
|
|
|
4865
|
-
|
|
4866
|
-
│
|
|
4867
|
-
│
|
|
4868
|
-
|
|
4869
|
-
|
|
4911
|
+
┌──────────────────────────────┐
|
|
4912
|
+
│ Take a look before │
|
|
4913
|
+
│ Thursday's planning. │ (•̀_ರ╮)
|
|
4914
|
+
└──────────────────────────────┘
|
|
4915
|
+
Jordan Lee
|
|
4870
4916
|
|
|
4871
|
-
|
|
4872
|
-
|
|
4873
|
-
|
|
4917
|
+
*----------------*
|
|
4918
|
+
| >> OPEN << |
|
|
4919
|
+
*----------------*
|
|
4874
4920
|
|
|
4875
|
-
|
|
4876
|
-
|
|
4921
|
+
https://app.companysemantics.ai/doc/roadmap
|
|
4922
|
+
────────────────────────────────────────────────
|
|
4877
4923
|
|
|
4878
4924
|
From: Jordan Lee
|
|
4879
4925
|
Item: "Q3 Roadmap"
|
|
4880
4926
|
Access: can edit
|
|
4881
4927
|
|
|
4882
|
-
This notification was sent via Company
|
|
4883
|
-
|
|
4928
|
+
This notification was sent via Company
|
|
4929
|
+
Semantics.
|
|
4930
|
+
If you weren't expecting this, no action is
|
|
4931
|
+
required.
|
|
4884
4932
|
|
|
4885
4933
|
|
|
4886
4934
|
/* EOM */
|
|
@@ -5027,24 +5075,26 @@ body { background-color: #1a1a1a !important; color: #e8e8e8 !important; }
|
|
|
5027
5075
|
|
|
5028
5076
|
A meeting was shared with you.
|
|
5029
5077
|
|
|
5030
|
-
|
|
5078
|
+
────────────────────────────────────────────────
|
|
5031
5079
|
|
|
5032
|
-
|
|
5033
|
-
[c_S] │ Open to view.
|
|
5034
|
-
|
|
5080
|
+
┌──────────────────────────────┐
|
|
5081
|
+
[c_S] │ Open to view. │
|
|
5082
|
+
└──────────────────────────────┘
|
|
5035
5083
|
|
|
5036
5084
|
*----------------*
|
|
5037
5085
|
| >> OPEN << |
|
|
5038
5086
|
*----------------*
|
|
5039
5087
|
|
|
5040
5088
|
https://app.companysemantics.ai/meeting/8842
|
|
5041
|
-
|
|
5089
|
+
────────────────────────────────────────────────
|
|
5042
5090
|
|
|
5043
5091
|
From: Jordan Lee
|
|
5044
5092
|
Access: can view
|
|
5045
5093
|
|
|
5046
|
-
This notification was sent via Company
|
|
5047
|
-
|
|
5094
|
+
This notification was sent via Company
|
|
5095
|
+
Semantics.
|
|
5096
|
+
If you weren't expecting this, no action is
|
|
5097
|
+
required.
|
|
5048
5098
|
|
|
5049
5099
|
|
|
5050
5100
|
/* EOM */
|