From 63de63f96798d1fceb254843c2a512ba19fb5137 Mon Sep 17 00:00:00 2001 From: Terry Carson YM Date: Wed, 13 May 2026 11:37:12 +0800 Subject: [PATCH 1/2] fix: update documentation to use artifacts_sync_mode instead of deprecated gbrain_sync_mode Fixes #1441 The config key was renamed from gbrain_sync_mode to artifacts_sync_mode in a previous release, but the documentation still referenced the old key. Updated all occurrences in: - docs/gbrain-sync.md - docs/gbrain-sync-errors.md This ensures users following the documentation will set the correct config key that gstack-brain-sync actually reads. --- docs/gbrain-sync-errors.md | 4 ++-- docs/gbrain-sync.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/gbrain-sync-errors.md b/docs/gbrain-sync-errors.md index 52120a8b2a..7ab50cdfe4 100644 --- a/docs/gbrain-sync-errors.md +++ b/docs/gbrain-sync-errors.md @@ -23,7 +23,7 @@ This pulls the repo into `~/.gstack/` and re-registers merge drivers. If you don't want to restore here, dismiss the hint with: ```bash -gstack-config set gbrain_sync_mode_prompted true +gstack-config set artifacts_sync_mode_prompted true ``` --- @@ -200,7 +200,7 @@ canonical config files from the brain repo. 1. `gstack-brain-sync --status` — is mode `off`? 2. `~/.gstack/.git` exists? -3. `gstack-config get gbrain_sync_mode` — should be `full` or `artifacts-only`. +3. `gstack-config get artifacts_sync_mode` — should be `full` or `artifacts-only`. 4. The file you expect to sync — is it in the allowlist? `cat ~/.gstack/.brain-allowlist` 5. Privacy class filter — if mode is `artifacts-only`, behavioral files diff --git a/docs/gbrain-sync.md b/docs/gbrain-sync.md index e5f1d7007c..c9ddd3bf8b 100644 --- a/docs/gbrain-sync.md +++ b/docs/gbrain-sync.md @@ -59,7 +59,7 @@ privacy mode: - **Only artifacts**: plans, designs, retros, learnings — skip behavioral data (timelines, developer profile). - **Decline**: keep everything local. You can turn sync on later with - `gstack-config set gbrain_sync_mode full`. + `gstack-config set artifacts_sync_mode full`. Your answer is persisted. You won't be asked again. @@ -107,8 +107,8 @@ output. Scan it for problems. Change anytime with: ```bash -gstack-config set gbrain_sync_mode full -gstack-config set gbrain_sync_mode off +gstack-config set artifacts_sync_mode full +gstack-config set artifacts_sync_mode off ``` ## Secret protection From 22181e7294a55e985cbf1e8dddb524490436170f Mon Sep 17 00:00:00 2001 From: Terry Carson YM Date: Wed, 13 May 2026 12:51:51 +0800 Subject: [PATCH 2/2] chore: bump VERSION to 1.33.3.0 Co-Authored-By: Claude Opus 4.6 (1M context) --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0df2c524d3..06277cf607 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.33.2.0 +1.33.3.0