diff --git a/VERSION b/VERSION index 0df2c524d3..06277cf607 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.33.2.0 +1.33.3.0 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