From b404644adbb95c3273edb6915fb950562aa19538 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 9 Sep 2026 18:47:46 +0000
Subject: [PATCH 1/2] Initial plan
From c91e0ef6e1912d41bb6be26fcda530c7d98bac1c Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 9 Sep 2026 18:53:38 +0000
Subject: [PATCH 2/2] fix: soften studio copy and footer spacing
Co-authored-by: groupthinking <154503486+groupthinking@users.noreply.github.com>
---
apps/web/src/app/docs/api/page.tsx | 2 +-
apps/web/src/app/pricing/page.tsx | 2 +-
apps/web/src/components/OneLoopStudio.tsx | 2 +-
apps/web/src/lib/__tests__/studio-pipeline-status.test.ts | 6 +++++-
4 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/apps/web/src/app/docs/api/page.tsx b/apps/web/src/app/docs/api/page.tsx
index 08c7070ea..deb5ce6a4 100644
--- a/apps/web/src/app/docs/api/page.tsx
+++ b/apps/web/src/app/docs/api/page.tsx
@@ -34,7 +34,7 @@ const ENDPOINTS: Endpoint[] = [
{ method: 'GET', path: '/api/training/status', summary: 'Current status of training/embedding jobs.' },
{ method: 'POST', path: '/api/training/trigger', summary: 'Trigger a training/embedding job.' },
{ method: 'POST', path: '/api/video/pack', summary: 'Emit a hashed Video Pack from a YouTube URL.', body: '{ "url": "https://www.youtube.com/watch?v=..." }' },
- { method: 'POST', path: '/api/workflows/video-to-actions', summary: 'Start the durable Studio analysis workflow.', body: '{ "url": "https://www.youtube.com/watch?v=..." }' },
+ { method: 'POST', path: '/api/workflows/video-to-actions', summary: 'Start the Studio analysis workflow.', body: '{ "url": "https://www.youtube.com/watch?v=..." }' },
];
const METHOD_COLOR: Record
- Adds the entitlement required when a reviewed plan dispatches backend agents or writes to the knowledge store. + Adds the entitlement required when a Studio plan dispatches backend agents or writes to the knowledge store.