@integrity-labs/agt-cli 0.28.306 → 0.28.307
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/dist/bin/agt.js +4 -4
- package/dist/{chunk-2EHOMRDS.js → chunk-BV55I3J5.js} +27 -9
- package/dist/chunk-BV55I3J5.js.map +1 -0
- package/dist/{chunk-A546IARM.js → chunk-QVYGYEBX.js} +37 -1
- package/dist/chunk-QVYGYEBX.js.map +1 -0
- package/dist/{claude-pair-runtime-6MRJ6ZJV.js → claude-pair-runtime-H3TVBIOQ.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/mcp/origami.js +36 -0
- package/dist/{persistent-session-WYNJBCVB.js → persistent-session-MJNQEARD.js} +2 -2
- package/dist/{responsiveness-probe-EOB7FSY2.js → responsiveness-probe-I4T3HL7C.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-2EHOMRDS.js.map +0 -1
- package/dist/chunk-A546IARM.js.map +0 -1
- /package/dist/{claude-pair-runtime-6MRJ6ZJV.js.map → claude-pair-runtime-H3TVBIOQ.js.map} +0 -0
- /package/dist/{persistent-session-WYNJBCVB.js.map → persistent-session-MJNQEARD.js.map} +0 -0
- /package/dist/{responsiveness-probe-EOB7FSY2.js.map → responsiveness-probe-I4T3HL7C.js.map} +0 -0
|
@@ -5577,6 +5577,42 @@ var INTEGRATION_REGISTRY = [
|
|
|
5577
5577
|
]
|
|
5578
5578
|
}
|
|
5579
5579
|
},
|
|
5580
|
+
{
|
|
5581
|
+
id: "ayrshare",
|
|
5582
|
+
name: "Ayrshare",
|
|
5583
|
+
category: "social",
|
|
5584
|
+
description: "Read and report on your social media - post history, analytics, and connected-account status - across LinkedIn, Instagram, Facebook, TikTok, YouTube, Pinterest, and more. Augmented Team manages Ayrshare access for you - there is no key to enter; connect your social accounts once. Publishing on your behalf ships in a later release.",
|
|
5585
|
+
// ENG-7722 / ADR-0046: Ayrshare is a PREMIUM, platform-managed integration on
|
|
5586
|
+
// the Deck / Firecrawl model (ADR-0031, epic ENG-6920): Augmented owns ONE
|
|
5587
|
+
// Business Plan account (`AYRSHARE_API_KEY`) and every customer agent's profile
|
|
5588
|
+
// + posts bill back to it, so the key is a single platform-held secret, NOT a
|
|
5589
|
+
// per-agent credential. Auth type is therefore `none` - customers never enter a
|
|
5590
|
+
// key. Per-agent isolation is Ayrshare's own User Profile model: the account
|
|
5591
|
+
// key mints one profile per agent (ayrshare-provision.ts), whose profileKey is
|
|
5592
|
+
// injected server-side by the broker (ayrshare-broker.ts) so usage is metered +
|
|
5593
|
+
// gated at the one control-plane chokepoint. Agent-scoped only (a profile is
|
|
5594
|
+
// the per-agent isolation unit).
|
|
5595
|
+
supported_auth_types: ["none"],
|
|
5596
|
+
capabilities: [
|
|
5597
|
+
{ id: "ayrshare:read", name: "Read Posts & Analytics", description: "List post history, read a post, and pull social analytics + connected-profile status (ayrshare_history, ayrshare_get_post, ayrshare_analytics, ayrshare_profiles).", access: "read" },
|
|
5598
|
+
{ id: "ayrshare:publish", name: "Publish Posts", description: "Publish / schedule / delete social posts across connected networks. Gated by human approval (ADR-0004). Ships in a later slice.", access: "write" }
|
|
5599
|
+
],
|
|
5600
|
+
docs_url: "https://www.ayrshare.com/docs/",
|
|
5601
|
+
beta: true,
|
|
5602
|
+
// ADR-0046: premium (billable). Unlike the usage-priced premiums (Deck,
|
|
5603
|
+
// Firecrawl), Ayrshare's true cost is a SUBSCRIPTION - USD $7.99 per active
|
|
5604
|
+
// User Profile per month - so it is priced on the same axis: a flat USD $18 per
|
|
5605
|
+
// agent per month, billed only for an ACTIVE profile (>=1 linked social
|
|
5606
|
+
// account). Per the PremiumDescriptor contract, a monthly premium carries NO
|
|
5607
|
+
// per-operation `meters` (it meters nothing per call); the descriptor here only
|
|
5608
|
+
// arms the per-org opt-in entitlement gate (isPremiumDefinition /
|
|
5609
|
+
// isOrgEntitledToPremium). The monthly-charge consumer is deferred with the
|
|
5610
|
+
// shared billing (Stripe) slice, as it is for every premium integration.
|
|
5611
|
+
premium: {
|
|
5612
|
+
pricing: "monthly",
|
|
5613
|
+
note: "Billed USD $18/month per active social profile (an agent with at least one connected social account)."
|
|
5614
|
+
}
|
|
5615
|
+
},
|
|
5580
5616
|
{
|
|
5581
5617
|
// ENG-7439: X Search is a PREMIUM, platform-managed integration on the
|
|
5582
5618
|
// Deck / Firecrawl / ElevenLabs model (ADR-0031, epic ENG-6920): Augmented
|
|
@@ -9780,4 +9816,4 @@ export {
|
|
|
9780
9816
|
stopAllSessionsAndWait,
|
|
9781
9817
|
getProjectDir
|
|
9782
9818
|
};
|
|
9783
|
-
//# sourceMappingURL=chunk-
|
|
9819
|
+
//# sourceMappingURL=chunk-QVYGYEBX.js.map
|