Skip to content

Restore cf:service=supermemory tag on supermemory worker#1147

Draft
Dhravya wants to merge 1 commit into
mainfrom
cursor/polylane-autofix-restore-cf-service-supermemory-tag-on-supermemory-worker-5149
Draft

Restore cf:service=supermemory tag on supermemory worker#1147
Dhravya wants to merge 1 commit into
mainfrom
cursor/polylane-autofix-restore-cf-service-supermemory-tag-on-supermemory-worker-5149

Conversation

@Dhravya

@Dhravya Dhravya commented Jun 21, 2026

Copy link
Copy Markdown
Member

Summary

The Cloudflare Worker for the supermemory web application lost its cf:service=supermemory tag after a batch redeployment. This PR restores it by adding the tags field to apps/web/wrangler.jsonc so the tag is applied on every subsequent deploy.

Changes

  • apps/web/wrangler.jsonc: Added "tags": ["cf:service=supermemory"] to the top-level worker configuration.

Assumptions & Investigation Notes

The Polylane autofix report referenced a Cloudflare Worker named supermemory (account 47c2b4d598af9d423c06fc9f936226d5) that lost its cf:service=supermemory tag. After searching the repository:

  • No wrangler config with "name": "supermemory" exists in this monorepo.
  • Two workers are present: supermemory-mcp (apps/mcp/wrangler.jsonc) and supermemory-app (apps/web/wrangler.jsonc).
  • The CLAUDE.md references a primary API backend (serving api.supermemory.ai) that is not tracked in this repo — that worker may be the one originally named supermemory.
  • Git history shows the web app worker was introduced as supermemory-consumer then renamed to supermemory-app; neither matches supermemory exactly.

Given the ambiguity, the tag is applied to supermemory-app (the primary consumer-facing web application) as the best available candidate. If the tag should instead go on a different worker (e.g., a private API repo), this PR demonstrates the pattern to follow there.

Scope

No worker code, bindings, routes, or observability configuration is changed. This is a pure metadata addition.

Open in Web Open in Cursor 

The supermemory-app Cloudflare Worker lost its cf:service=supermemory tag
after a batch redeployment. Add the tags field to wrangler.jsonc so the
tag is applied on every subsequent deploy, preventing it from being silently
dropped again.

No worker code, bindings, or other configuration is changed.

Co-authored-by: Dhravya Shah <dhravya@supermemory.com>
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
supermemory-mcp 9ab2860 Jun 21 2026, 07:46 AM

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
supermemory-app 9ab2860 Commit Preview URL

Branch Preview URL
Jun 21 2026, 07:47 AM

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants