Skip to content

Verify each standalone-worker agent deploys from its own repo #48

Description

@serge-ivo

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

  • deploy.yml present and references CLOUDFLARE_API_TOKEN / CLOUDFLARE_ACCOUNT_ID repo secrets (org secrets reach public repos only on the free plan — confirm they resolve).
  • wrangler.toml route/name matches the intended <slug>.proagentstore.online.
  • Trigger the workflow (empty commit or workflow_dispatch) and confirm a green deploy.
  • curl the worker's /health (or equivalent) and confirm it responds.
  • Confirm a registry entry exists so the custom domain resolves (no CF 1014).

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions