Follow-up to the "agents live outside the monorepo" epic.
Now that the duplicate platform/agents/* copies are gone (commit f9980a8), each standalone-worker agent's own ProAgentStore/<slug> repo is the sole source and deploy unit. But those repos were a one-time seed (last pushed 2026-06-06) and their deploy.yml (push main → pnpm typecheck → wrangler deploy) has never actually run against live infra as the canonical path — it needs confirming, or a "healthy-looking" agent may in fact not be deployed.
Agents to verify
site-monitor, lead-qualifier, content-pipeline, competitor-intel, support-escalator, data-analyst, meeting-notes, seo-auditor, invoice-parser, email-drafter — plus the standalone-only ones creator-os-agent, qa-automation, small-business-website-lead-finder.
For each repo
Note
invoice-parser, meeting-notes, seo-auditor just received a formatting sync from the (now-deleted) monorepo copies — verify their pnpm typecheck still passes on the standalone repo.
Follow-up to the "agents live outside the monorepo" epic.
Now that the duplicate
platform/agents/*copies are gone (commit f9980a8), each standalone-worker agent's ownProAgentStore/<slug>repo is the sole source and deploy unit. But those repos were a one-time seed (last pushed 2026-06-06) and theirdeploy.yml(push main → pnpm typecheck → wrangler deploy) has never actually run against live infra as the canonical path — it needs confirming, or a "healthy-looking" agent may in fact not be deployed.Agents to verify
site-monitor,lead-qualifier,content-pipeline,competitor-intel,support-escalator,data-analyst,meeting-notes,seo-auditor,invoice-parser,email-drafter— plus the standalone-only onescreator-os-agent,qa-automation,small-business-website-lead-finder.For each repo
deploy.ymlpresent and referencesCLOUDFLARE_API_TOKEN/CLOUDFLARE_ACCOUNT_IDrepo secrets (org secrets reach public repos only on the free plan — confirm they resolve).wrangler.tomlroute/name matches the intended<slug>.proagentstore.online.workflow_dispatch) and confirm a green deploy.curlthe worker's/health(or equivalent) and confirm it responds.Note
invoice-parser,meeting-notes,seo-auditorjust received a formatting sync from the (now-deleted) monorepo copies — verify theirpnpm typecheckstill passes on the standalone repo.