Index: test/activitypub-as2.test.js
===================================================================
--- test/activitypub-as2.test.js	(revision 6eab7e9673764601cadce6d5f98893e9a32f70a9)
+++ test/activitypub-as2.test.js	(revision fa33214eb34752fafee25fc95942f470701006f8)
@@ -35,5 +35,7 @@
   // sub-keys are the daemon-contract collection names the Shaer clients read.
   // `guardians` is the availability queue (3.6.1: never public, owner-only).
-  'shaer:queues', 'offers', 'follows', 'wards', 'guardians',
+  // `outgoingFollows` is §5.3 turned around: the ward's own follow requests,
+  // waiting for the guardians (shaer-p729).
+  'shaer:queues', 'offers', 'follows', 'outgoingFollows', 'wards', 'guardians',
   // ActivityPub §4.1 `endpoints` vocabulary (same category as sharedInbox), used for C2S.
   'oauthAuthorizationEndpoint', 'oauthTokenEndpoint', 'uploadMedia',
