From 89852579afe27f2ca1fd5b7bd4442342936f47e6 Mon Sep 17 00:00:00 2001 From: Recoup Agent Date: Sat, 7 Mar 2026 00:08:49 +0000 Subject: [PATCH 1/2] agent: @U0AJM7X8FBR make a small update to the README.md of the tasks repo base --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 55bd152..fc770e9 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,20 @@ Deploy to production: pnpm run deploy:trigger-prod ``` +## Tasks + +| Task | Description | +| --- | --- | +| `sendPulsesTask` | Generate and deliver recurring Pulse reports for artists | +| `customerPromptTask` | Run a customer-facing prompt through the AI pipeline | +| `proArtistSocialProfilesScrape` | Scrape and ingest social profiles for pro-tier artists | +| `runSandboxCommandTask` | Execute commands inside a Vercel Sandbox with OpenCode + Vercel AI Gateway, snapshot the result, and push to GitHub | + ## Project Structure - `src/tasks/` - Task definitions +- `src/sandboxes/` - Vercel Sandbox helpers (OpenCode install, GitHub repo management, snapshotting) +- `src/github/` - GitHub repo creation and management - `src/recoup/` - Recoup API client functions +- `src/schemas/` - Zod payload schemas - `trigger.config.ts` - Trigger.dev configuration From 668a817506490887b9799b6d4b8dc097ca51e906 Mon Sep 17 00:00:00 2001 From: Recoup Agent Date: Sat, 7 Mar 2026 00:11:52 +0000 Subject: [PATCH 2/2] revert Project Structure section to original --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index fc770e9..8995af9 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,5 @@ pnpm run deploy:trigger-prod ## Project Structure - `src/tasks/` - Task definitions -- `src/sandboxes/` - Vercel Sandbox helpers (OpenCode install, GitHub repo management, snapshotting) -- `src/github/` - GitHub repo creation and management - `src/recoup/` - Recoup API client functions -- `src/schemas/` - Zod payload schemas - `trigger.config.ts` - Trigger.dev configuration