docs: document contentrain prune + remote cr/* branch cleanup#67
Merged
Conversation
The remote-branch-cleanup work (PR #60) updated the package READMEs and docs/reference/config.md but not the VitePress docs site. Sync it: - cli.md: add the `contentrain prune` command (table row + detail section); note that merge/diff now delete the remote copy; doctor mentions the remote cr/* count. - mcp.md: refresh the branch-tool descriptions (merge deletes the remote copy, branch_delete deletes it too / remote-only, branch_list remote:true, submit lazy-prunes, doctor remote check) and the Git-native-workflow section (remote cleanup + remoteBranchCleanup opt-out + patch-id merged detection). - concepts.md: note remote cleanup in the Git workflow section. Docs-only (site is private, no changeset). VitePress build passes.
✅ Deploy Preview for contentrain-ai ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
PR #60 (remote-branch-cleanup + the new
contentrain prunecommand) updated the package READMEs anddocs/reference/config.md, but the VitePressdocs/site was left describing pre-#60 behavior. This closes that gap.Changes
docs/packages/cli.mdcontentrain prunecommand — table row + a full### contentrain prunesection (--dry-run/--yes/--json, backlog drain,remoteBranchCleanupgate).contentrain merge/contentrain diffnow note they delete the remote copy on merge/reject;contentrain doctormentions the remotecr/*count.docs/packages/mcp.mdcontentrain_merge(deletes remote copy),contentrain_branch_delete(remote + remote-only),contentrain_branch_list(remote: true),contentrain_submit(lazy prune),contentrain_doctor(remote check).remoteBranchCleanupopt-out + patch-id merged detection.docs/concepts.mdScope
Docs-only. The site is
private: true(not published), so no changeset.vitepress buildpasses (no broken links). Nodocs/updates were needed for #62/#63/#64/#65 — those are internal perf / advanced exports / CI, not user-facing tools, commands, or config.🤖 Generated with Claude Code