Skip to content

docs(#6543): replace stale 'sync' references with 'convergence' - #6544

Open
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/6543-fix-stale-sync-refs
Open

docs(#6543): replace stale 'sync' references with 'convergence'#6544
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/6543-fix-stale-sync-refs

Conversation

@fullsend-ai-coder

Copy link
Copy Markdown
Contributor

Summary

  • Replace three stale "sync" references with "convergence" terminology in two documentation files that were missed by PR refactor(#6496): unify repos install into single convergence loop #6498 when sync.go was deleted
  • docs/guides/dev/cli-internals.md: update ASCII diagram labels from "not managed by sync" / "managed by sync" to "not managed by convergence" / "managed by convergence"
  • docs/guides/user/building-custom-agents.md: update inline YAML comment from "not managed by sync" to "set at install time, updated during convergence"

Context

PR #6498 replaced Sync()/Diff() with a unified Converge() call and updated infrastructure-reference.md but missed these two files. The review agent flagged both as stale-reference findings on run 9. This PR completes the terminology migration.

Testing

  • Verified grep -rn 'managed by sync' docs/ returns zero results
  • Verified grep -rn 'sync\.go\|Sync()\|SyncResult' docs/ returns only unrelated references (file sync in tracing.md, historical analysis in review-autonomy-evidence.md)
  • ASCII diagram box alignment verified — lines fit within the 60-character inner width

Closes #6543

Post-script verification

  • Branch is not main/master (agent/6543-fix-stale-sync-refs)
  • Secret scan passed (gitleaks — fe5348b5c7e2852d49e06e47825fbec16393da88..HEAD)
  • PR body secret scan passed (gitleaks — no-git)

PR #6498 replaced the Sync()/Diff() API with a unified Converge()
call but missed two documentation files. Update both to use
convergence terminology consistent with the already-updated
infrastructure-reference.md:

- cli-internals.md ASCII diagram: "not managed by sync" →
  "not managed by convergence", "managed by sync" →
  "managed by convergence"
- building-custom-agents.md inline YAML comment:
  "not managed by sync" → "set at install time, updated
  during convergence"

Verified: `grep -rn 'managed by sync' docs/` returns zero
results after this change.

Closes #6543
@github-actions

Copy link
Copy Markdown

Site preview

Preview: https://eb53c63a-site.fullsend-ai.workers.dev

Commit: 32fc4555b5df7f68466487785bee810dc7658b29

@fullsend-ai-review

fullsend-ai-review Bot commented Aug 24, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 12:21 AM UTC · Completed 12:29 AM UTC

Commit: 32fc455 · View workflow run →

Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $2.43

@codecov

codecov Bot commented Aug 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@fullsend-ai-review

Copy link
Copy Markdown

Looks good to me

@fullsend-ai-review fullsend-ai-review Bot added the ready-for-merge All reviewers approved — ready to merge label Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-for-merge All reviewers approved — ready to merge ready-for-review Agent PR ready for human review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix stale 'sync' references in two documentation files shipped with PR #6498

0 participants