[recipes] Note brain-bootstrap verified on a live project - #63
Open
alanshurafa wants to merge 1 commit into
Open
[recipes] Note brain-bootstrap verified on a live project#63alanshurafa wants to merge 1 commit into
alanshurafa wants to merge 1 commit into
Conversation
The install-guarantee callout still hedged that only --dry-run had been exercised; it has now been run end to end against a live Supabase project, so state that plainly instead of framing readers as the first live tester. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
What
Updates the install-guarantee callout in
recipes/brain-bootstrap/README.md. It previously hedged that the recipe had only been exercised with--dry-runand framed the reader as the first person to run it live. The installer has now been run end to end against a live Supabase project — schemas apply in order, all four Edge Functions deploy, and the health and smoke checks pass — so the note now says that plainly.Why
The old wording undersold the recipe's status and put the burden of first-run verification on the reader. Stating that a live run has succeeded is both accurate and more reassuring for a fresh installer.
Scope
recipes/brain-bootstrap/README.md. No code, schema, or function changes.