fix: enable auto-export by default and add init prompt (GH#2973)#3204
Open
maphew wants to merge 2 commits intogastownhall:mainfrom
Open
fix: enable auto-export by default and add init prompt (GH#2973)#3204maphew wants to merge 2 commits intogastownhall:mainfrom
maphew wants to merge 2 commits intogastownhall:mainfrom
Conversation
…GH#2973) Users expected JSONL export to refresh automatically but export.auto defaulted to false, requiring explicit opt-in. Also the default filename (export.jsonl) didn't match the canonical issues.jsonl used in docs and git hooks. Change defaults: export.auto=true, export.path=issues.jsonl, export.git-add=true so viewers (bv) and git workflows see fresh data without extra configuration. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…973) Interactive bd init now asks whether to enable auto-export (default: yes). Users can opt out during setup instead of discovering the setting later. Also documents the export.* config namespace in bd config --help with all four keys (export.auto, export.path, export.interval, export.git-add) and adds export examples. Co-Authored-By: Claude Opus 4.6 (1M context) <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.
Summary
export.autoby default so JSONL export refreshes after every write command without extra configurationexport.pathfromexport.jsonlto canonicalissues.jsonland enableexport.git-addbd initletting users opt out of auto-exportexport.*config keys inbd config --helpFixes #2973
Test plan
bd initin interactive mode shows auto-export prompt, defaults to yesbd init --non-interactiveskips prompt, keeps auto-export enabledbd create),.beads/issues.jsonlis written automaticallybd config set export.auto falsedisables auto-exportbd config --helpshows export.* namespace and keysbd init --helpmentions auto-export behavior🤖 Generated with Claude Code