Temporarily pull brain upload checklist (keep guide) until memory fix ships - #176
Merged
Merged
Conversation
rezakhadjavi
force-pushed
the
runneth/pause-brain-upload-checklist
branch
from
July 24, 2026 14:57
1556b41 to
2845d31
Compare
gbrogers
approved these changes
Jul 24, 2026
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.
Temporarily remove the brain upload checklist
Why: Customers have uploaded files through the "Your checklist" tab on the public
how-to-build-the-brainpage and we have lost that data twice while the temporary-memory handling is still being fixed. Pulling the intake until Ioana's memory-pipeline fix lands removes the risk. Temporary and fully reversible.Approved by: Kyra (admin) in #kyra-runneth-triage, for Josh (CSM). Ioana is co-owner on the memory-fix side.
Changes
use-case-library-site/server/src/how-to-build-the-brain.html#panel-checklistupload form./* __CSM_INJECT__ */marker so the server-side inject stays a safe no-op).use-case-library-site/server/src/index.tsPOST /api/brain-checklistnow returns a friendly 503 "temporarily paused" message by default, so a cached page or a#checklistdeep link cannot still submit and lose data.BRAIN_CHECKLIST_PAUSED(paused unless set to0), so re-enabling is a one env-var flip or removing the block.Reverting
Revert this PR (or set
BRAIN_CHECKLIST_PAUSED=0) once the memory fix has shipped.Notes for review
maintriggers the Railway deploy, so leaving the merge to you.