···140140 blocks: BlockNode[];
141141 /**
142142 * Optional flat list of accounts this document mentions, derived from the inline
143143- * `<a data-did>` anchors. Additive interop hint for other appviews (Decision 0013);
143143+ * `<a data-did>` anchors. Additive interop hint for other appviews (Decision 0019);
144144 * SkyPress's own reader resolves mentions from the anchors, not this field.
145145 */
146146 mentions?: Array< { did: string; handle: string } >;