v1.0.16
Adds LinkedIn reshare (repost) support, now that Publora shipped POST /linkedin-reshare.
- Write layer:
PubloraClient.create_reshare(...)plus alib.repost(post_url, commentary=None)wrapper and a newresharekind inlib.publish. Fully Apify-consistent: the reshare parent URN is taken from Apify'sshareUrn(urn:li:share:*/urn:li:ugcPost:*), never hand-converted from anactivityid (the two ids can differ). HonorscanShare, and routes Publora / manual / diy. Manual tier returns Repost-with-thoughts copy-paste steps. - linkedin-comment-drafter: new reshare mode (paste a post URL, optionally add a one-line take in your voice, repost on approval).
- linkedin-employee-advocacy: references reshare mode as the amplification action teams use for brand and colleague posts.
- Still exactly 11 skills; no new dependency (HarvestAPI stays out of the bundle).