Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions .use-case-library/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
{
"slug": "ugc-creator-programme",
"reason": "Extracted to a directory; still excluded \u2014 SQLite-backed, like the other stateful apps. Promote when ready."
"reason": "Extracted to a directory; still excluded SQLite-backed, like the other stateful apps. Promote when ready."
},
{
"slug": "corpus-search",
Expand Down Expand Up @@ -71,15 +71,15 @@
},
{
"slug": "review-library",
"reason": "Install-eval data shows 1/7 installs pass (14% pass, 14% value rate) \u2014 hits the hide-recommendation threshold (\u22655 installs, <30% value). Hide while we investigate and rework. See /agent/brain/rax/team/kyra/use-case-migration-plan.md (bucket 2)."
"reason": "Install-eval data shows 1/7 installs pass (14% pass, 14% value rate) hits the hide-recommendation threshold (≥5 installs, <30% value). Hide while we investigate and rework. See /agent/brain/rax/team/kyra/use-case-migration-plan.md (bucket 2)."
},
{
"slug": "weekly-performance-deck",
"reason": "install-config.json auto-runs app-create + app-build + reminder-add at install \u2014 three v2-schema violations. 1/1 install in the eval window failed. Hide until bucket 3 of the v2 migration ships a clean customize-weekly-performance-deck flow."
"reason": "install-config.json auto-runs app-create + app-build + reminder-add at install three v2-schema violations. 1/1 install in the eval window failed. Hide until bucket 3 of the v2 migration ships a clean customize-weekly-performance-deck flow."
},
{
"slug": "building-integrations",
"reason": "Being removed from the use case library entirely \u2014 moving into runneth-volume as part of the agent's standing capability. Hide preemptively."
"reason": "Being removed from the use case library entirely moving into runneth-volume as part of the agent's standing capability. Hide preemptively."
},
{
"slug": "performance-bundle",
Expand Down Expand Up @@ -124,6 +124,10 @@
{
"slug": "health-alerts",
"reason": "Agent-infrastructure tooling, not a creative-strategy use case. Pulled to keep the public library creative-strategy focused."
},
{
"slug": "voc-data-pull",
"reason": "Installer package (auto-installs on VoC platform connect), not a public-site use case. Card files exist for internal review only."
}
]
}
}
32 changes: 30 additions & 2 deletions package-index.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
{
"schemaVersion": 1,
"indexRevision": "initial-empty",
"packages": []
"indexRevision": "voc-data-pull-0.1.0",
"packages": [
{
"id": "voc-data-pull",
"name": "VoC Data Pull",
"description": "Pull raw voice-of-customer data - reviews, support conversations, and ad comments - from a connected VoC platform into standardized files in the org brain, one file per item.",
"version": "0.1.0",
"packageManagerVersion": 1,
"categories": [
"integration:judge_me",
"integration:trustpilot",
"integration:yotpo",
"integration:junip",
"integration:gorgias_oauth",
"integration:intercom",
"integration:okendo",
"integration:stamped"
],
"source": {
"type": "github",
"owner": "Motion-Creative",
"repo": "runneth-apps",
"path": "voc-data-pull",
"ref": "main"
},
"installPolicy": "auto",
"updatePolicy": "auto",
"uninstallPolicy": "allowed"
}
]
}
Loading
Loading