Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.33.2.0
1.33.3.0
4 changes: 2 additions & 2 deletions docs/gbrain-sync-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

---
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/gbrain-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
Loading