Founder resources: persistent "never show me these again" opt-out (v1.61.2.0)#26
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…n opt-out Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
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
Adds a persistent "Never show me these again" opt-out for the office-hours Founder Resources phase (Paul Graham essays, Garry Tan / YC videos). Anchored to upstream issue garrytan#538, which reported that the end-of-session promotional content fires every run and memory instructions to suppress it keep getting overridden.
founder_resourcesconfig key inbin/gstack-config(defaulttrue, validatedtrue/false), ships with the managed runtime.GSTACK2_FIX_538_FOUNDER_RESOURCES_OPTOUT, targets office-hours): check the key before sharing resources, skip silently whenfalse, always include the never-again option when shown, persist viagstack-config set founder_resources false, one-line confirmation with the re-enable command, never re-pitch.evals/parity/regressions/pr-538.json); pinned counts bumped (30 overlays, 5,032 parity checks); gstack2 tree regenerated.Why not a template edit
First attempt edited
office-hours/sections/design-and-handoff.md.tmpldirectly; that breaksgen:gstack2("Unable to carve canonical section") because section templates are pinned atGSTACK2_BASE_SHAwhile the SECTION resolver inlines from the working tree. Reverted in favor of the overlay mechanism, matching garrytan#879/garrytan#886.Testing
bun run test:gstack2passes (all files, exit 0).bun testpasses except the pre-existingaudit-compliance.test.tsfailure (extension/background.jswas removed on main in ab4e9ae, an ancestor of this branch's base).true, set/getfalse, invalid value falls back with warning.🤖 Generated with Claude Code
Summary by cubic
Adds a persistent “Never show me these again” opt-out for the office-hours Founder Resources. Once declined, the resources phase is skipped silently in all future sessions. Addresses garrytan#538.
New Features
founder_resourcesconfig key inbin/gstack-config(defaulttrue, validatedtrue/false).false, it skips with no mention.gstack-config set founder_resources falseand prints a one-line confirmation.Migration
gstack-config set founder_resources falsegstack-config set founder_resources trueWritten for commit a5dd6a2. Summary will update on new commits.