Skip to content

v1.33.3.0 fix: update documentation to use artifacts_sync_mode instead of deprecated gbrain_sync_mode#1461

Open
realcarsonterry wants to merge 2 commits into
garrytan:mainfrom
realcarsonterry:fix/setup-gbrain-config-key-mismatch
Open

v1.33.3.0 fix: update documentation to use artifacts_sync_mode instead of deprecated gbrain_sync_mode#1461
realcarsonterry wants to merge 2 commits into
garrytan:mainfrom
realcarsonterry:fix/setup-gbrain-config-key-mismatch

Conversation

@realcarsonterry
Copy link
Copy Markdown
Contributor

@realcarsonterry realcarsonterry commented May 13, 2026

Fixes #1441

Summary

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. This caused confusion for users following the docs, as they would set a config key that gstack-brain-sync doesn't actually read.

Changes

Updated all occurrences of the deprecated key in:

  • docs/gbrain-sync.md (3 occurrences)
  • docs/gbrain-sync-errors.md (2 occurrences)

Changed:

  • gstack-config set gbrain_sync_modegstack-config set artifacts_sync_mode
  • gstack-config get gbrain_sync_modegstack-config get artifacts_sync_mode
  • gbrain_sync_mode_promptedartifacts_sync_mode_prompted

Impact

Users following the documentation will now set the correct config key that gstack-brain-sync actually reads, ensuring brain sync federation works as expected.

🤖 Generated with Claude Code


View in Codesmith
Need help on this PR? Tag @codesmith with what you need.

  • Let Codesmith autofix CI failures and bot reviews

realcarsonterry and others added 2 commits May 13, 2026 11:37
…cated gbrain_sync_mode

Fixes garrytan#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.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@realcarsonterry realcarsonterry changed the title fix: update documentation to use artifacts_sync_mode instead of deprecated gbrain_sync_mode v1.33.3.0 fix: update documentation to use artifacts_sync_mode instead of deprecated gbrain_sync_mode May 13, 2026
@realcarsonterry
Copy link
Copy Markdown
Contributor Author

Needs Minor Fix

Status: 17/18 tests passing. One fixable issue: 'Sync PR title to VERSION' check failing.

Impact: Fixes issue #1441 - Updates documentation to use correct config key artifacts_sync_mode instead of deprecated gbrain_sync_mode. Currently federation silently fails for users following the docs.

Next step: Need to verify VERSION file matches PR title format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

/setup-gbrain Step 7 sets wrong config key (gbrain_sync_mode); brain-sync reads artifacts_sync_mode → federation silently never runs

1 participant