From 77b6efef57e2a931b56b3d4a81748736cd87753b Mon Sep 17 00:00:00 2001 From: Recoup Agent Date: Fri, 13 Mar 2026 13:02:49 +0000 Subject: [PATCH] agent: Tasks codebase - update the readme to refactor openclaw to claude code a --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58cb7f2..ada9ee9 100644 --- a/README.md +++ b/README.md @@ -46,13 +46,13 @@ pnpm run deploy:trigger-prod | `customerPromptTask` | `customer-prompt-task` | Dynamic schedule | Runs a customer-configured prompt on a schedule, fetching task config and generating a chat response. | | `proArtistSocialProfilesScrape` | `pro-artist-social-profiles-scrape` | Cron (daily midnight ET) | Scrapes and updates social profiles for all pro-tier artists. | | `sendPulsesTask` | `send-pulses-task` | Schedule | Generates and sends daily Pulse email digests with artist insights, social stats, and connected-app context. | -| `runSandboxCommandTask` | `run-sandbox-command` | On-demand (schema) | Connects to a Vercel Sandbox, installs OpenCode with Vercel AI Gateway, runs a command, snapshots the result, and pushes to GitHub. | +| `runSandboxCommandTask` | `run-sandbox-command` | On-demand (schema) | Connects to a Vercel Sandbox, installs Claude Code with Vercel AI Gateway, runs a command, snapshots the result, and pushes to GitHub. | ## Project Structure - `src/tasks/` - Task definitions (see table above) - `src/recoup/` - Recoup API client functions -- `src/sandboxes/` - Vercel Sandbox helpers (OpenCode install, config, GitHub push, snapshots) +- `src/sandboxes/` - Vercel Sandbox helpers (Claude Code install, config, GitHub push, snapshots) - `src/github/` - GitHub repo creation and utilities - `src/chats/` - Chat room helpers - `src/pulse/` - Pulse email formatting