Fix one-URL/two-workers Stockton conflict in agent memory - #49
Open
fsu9913-gif wants to merge 1 commit into
Open
Fix one-URL/two-workers Stockton conflict in agent memory#49fsu9913-gif wants to merge 1 commit into
fsu9913-gif wants to merge 1 commit into
Conversation
Remove the stale deploy-stockton-worker.yml that still targeted the deleted workers/cleantruckcheckstockton path, and add sites/WORKER_URL_MAP.md as the canonical hostname ↔ worker inventory. Update CLAUDE.md, AGENTS.md, ONBOARDING.md, sites/README.md, and the silverback-cloudflare-site skill so agents stop treating the legacy Stockton worker as live.
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
dmc-properties | 8dae446 | Jul 20 2026, 02:52 AM |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes remaining repo guidance that implied Stockton’s cleantruckcheckstockton.com domain could be deployed by two different Workers, and replaces it with a single canonical URL↔Worker inventory to enforce the “one URL → one Worker” rule across the repo.
Changes:
- Added
sites/WORKER_URL_MAP.mdas the canonical hostname ↔ Worker inventory (hand-written + generated sites), including documented cleanup steps for past conflicts. - Removed the stale Stockton deploy workflow that targeted a deleted legacy worker path.
- Updated onboarding / agent docs and the brochure-site skill playbook to consistently point Stockton to
cleantruckcheck-stockton(generated) only.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
sites/WORKER_URL_MAP.md |
Adds canonical URL↔Worker map and documents resolved conflicts + dashboard cleanup steps. |
sites/README.md |
Links to the new canonical map and adds an explicit Stockton “do not recreate legacy worker” note. |
ONBOARDING.md |
Removes Stockton from the list of hand-written worker workflows; points to deploy-sites.yml + URL map. |
CLAUDE.md |
Updates architecture/deploy guidance to distinguish generated sites vs hand-written workers and references the canonical map. |
AGENTS.md |
Reinforces one-URL/one-worker rule and documents why there is no Stockton-specific workflow. |
.github/workflows/deploy-stockton-worker.yml |
Deletes stale workflow that could resurrect the legacy Stockton worker deployment path. |
.claude/skills/silverback-cloudflare-site/SKILL.md |
Updates the site-migration playbook to reference the URL map and avoid recreating legacy workers. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Repo memory still treated Stockton as a hand-written
workers/cleantruckcheckstocktonworker and as generatedsites/dist/cleantruckcheck-stockton— same custom domain (cleantruckcheckstockton.com), two worker names. That violates the one-URL → one-worker rule.What changed
.github/workflows/deploy-stockton-worker.yml(still pointed at the deletedworkers/cleantruckcheckstockton/path and could resurrect the orphan worker name).sites/WORKER_URL_MAP.md— canonical hostname ↔ worker inventory for agency + brochure sites, plus dashboard cleanup notes for leftovers.CLAUDE.md,AGENTS.md,ONBOARDING.md,sites/README.md, and.claude/skills/silverback-cloudflare-site/SKILL.mdso agents use the hyphenatedcleantruckcheck-stocktonworker only.Aligned with prior Grok / Hermes work
workers/dmc-properties/(rent-roll lives onportfolio-showcase/rent-ruby).Dashboard follow-up (manual — no CF API token in this agent env)
cleantruckcheckstockton(no hyphen) still exists → detach domain → delete worker.cleantruckcheckstockton.comis attached only tocleantruckcheck-stockton.dmc-propertiesstill exists → delete it.Testing
name=fields andsites.jsonid/domain pairs have no duplicate domains in git.wrangler/Cloudflare API listing blocked here (egress allowlist + unauthenticated Cloudflare MCP).