Skip to content

content-scout: hard-refresh .webdocs mirror (fetch + reset --hard)#239

Merged
MoltyCel merged 1 commit into
mainfrom
fix/content-scout-webdocs-hard-refresh
Jul 11, 2026
Merged

content-scout: hard-refresh .webdocs mirror (fetch + reset --hard)#239
MoltyCel merged 1 commit into
mainfrom
fix/content-scout-webdocs-hard-refresh

Conversation

@MoltyCel

Copy link
Copy Markdown
Owner

Follow-up to #238. The shallow .webdocs clone was frozen at its original commit: git pull --depth 1 fails once shallow history diverges (Need to specify how to reconcile divergent branches) and ensure_web_docs swallows the error, so the mirror never advanced and the newly merged voice profiles never reached the drafter. Switch to fetch origin main + reset --hard FETCH_HEAD (read-only mirror, safe) and refresh the token URL each run. Unblocks the single-source acceptance test.

The shallow .webdocs clone froze at its original commit: git pull --depth 1
fails once shallow history diverges ("Need to specify how to reconcile
divergent branches"), and ensure_web_docs swallows the error. The mirror
therefore never advanced, so newly added moltrust-web docs (the voice profiles)
never reached the drafter. Switch the refresh to fetch origin main + reset
--hard FETCH_HEAD (read-only mirror, safe to reset), and refresh the origin
token URL each run.
@MoltyCel
MoltyCel merged commit ae446e6 into main Jul 11, 2026
6 checks passed
@MoltyCel
MoltyCel deleted the fix/content-scout-webdocs-hard-refresh branch July 11, 2026 13:30
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.

1 participant