From 73cdaab32ef9a95ef760e91102b6a7a7180877f2 Mon Sep 17 00:00:00 2001 From: Recoup Agent Date: Sat, 7 Mar 2026 00:32:38 +0000 Subject: [PATCH 1/2] agent: @U0AJM7X8FBR make a small update to the README.md of the tasks repo base --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55bd152..2544e34 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,23 @@ Deploy to production: pnpm run deploy:trigger-prod ``` +## Tasks + +| Task | Description | +| --- | --- | +| `customerPromptTask` | Scheduled task that runs customer-configured prompts on a dynamic cron via `schedules.task`. | +| `proArtistSocialProfilesScrape` | Daily scrape of social profiles for all pro-tier artists (midnight ET). | +| `sendPulsesTask` | Generates and sends daily Pulse email digests with artist insights and metrics. | +| `runSandboxCommandTask` | Runs a command inside a Vercel Sandbox with OpenCode + Vercel AI Gateway, snapshots the result, and pushes to GitHub. | + ## Project Structure -- `src/tasks/` - Task definitions +- `src/tasks/` - Task definitions (see table above) - `src/recoup/` - Recoup API client functions +- `src/sandboxes/` - Vercel Sandbox helpers (OpenCode install, config, GitHub push) +- `src/schemas/` - Zod schemas for task payloads +- `src/artists/` - Artist data helpers +- `src/socials/` - Social profile scraping and filtering +- `src/chats/` - Chat room utilities +- `src/pulse/` - Pulse email formatting - `trigger.config.ts` - Trigger.dev configuration From d39a15990a0163a7906e8048f7c6fc4b7864ec49 Mon Sep 17 00:00:00 2001 From: Recoup Agent Date: Sat, 7 Mar 2026 00:47:32 +0000 Subject: [PATCH 2/2] revert Project Structure section to original --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 2544e34..73aabd4 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,6 @@ pnpm run deploy:trigger-prod ## Project Structure -- `src/tasks/` - Task definitions (see table above) +- `src/tasks/` - Task definitions - `src/recoup/` - Recoup API client functions -- `src/sandboxes/` - Vercel Sandbox helpers (OpenCode install, config, GitHub push) -- `src/schemas/` - Zod schemas for task payloads -- `src/artists/` - Artist data helpers -- `src/socials/` - Social profile scraping and filtering -- `src/chats/` - Chat room utilities -- `src/pulse/` - Pulse email formatting - `trigger.config.ts` - Trigger.dev configuration