docs: auto-update for PR #2979 — refactor(meroctl): use shared MemberCapabilities consts for capability bits#2986
Closed
meroreviewer[bot] wants to merge 3 commits into
Closed
docs: auto-update for PR #2979 — refactor(meroctl): use shared MemberCapabilities consts for capability bits#2986meroreviewer[bot] wants to merge 3 commits into
meroreviewer[bot] wants to merge 3 commits into
Conversation
Contributor
Author
There was a problem hiding this comment.
🤖 AI Code Reviewer
Reviewed by 1 agents | Quality score: 85% | Review time: 32.1s
✅ No Issues Found
All agents reviewed the code and found no issues. LGTM! 🎉
🤖 Generated by AI Code Reviewer | Review ID: review-16e26e9e
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Automatic Documentation Update
Opened automatically after PR #2979 merged.
Each block shows the documentation change as a diff (added lines in green, removed in red); expand "Why this changed" for the source rationale.
Documentation changes
architecture/crates/tools.html— Replace raw capability bit literals with MemberCapabilities constantsWhy this changed (source: PR #2979)
All occurrences of
1 << 0,1 << 1,1 << 2,1 << 5,1 << 6,1 << 7, and1 << 8used to encode or decode capability flags in the meroctl CLI (SetCapabilitiesCommand, CheckAccessCommand, SettingsGetCommand, SetDefaultCapabilitiesCommand, GetMemberCapabilitiesApiResponse) and one governance-store test (capability_zero_means_no_permissions) are replaced with the named constantsMemberCapabilities::CAN_CREATE_CONTEXT,CAN_INVITE_MEMBERS,CAN_JOIN_OPEN_SUBGROUPS,CAN_CREATE_SUBGROUP,CAN_DELETE_SUBGROUP,CAN_MANAGE_VISIBILITY, andCAN_MANAGE_METADATAfromcalimero_context_config.architecture/local-governance.html— Replace raw capability bit literals with MemberCapabilities constantsWhy this changed (source: PR #2979)
All occurrences of
1 << 0,1 << 1,1 << 2,1 << 5,1 << 6,1 << 7, and1 << 8used to encode or decode capability flags in the meroctl CLI (SetCapabilitiesCommand, CheckAccessCommand, SettingsGetCommand, SetDefaultCapabilitiesCommand, GetMemberCapabilitiesApiResponse) and one governance-store test (capability_zero_means_no_permissions) are replaced with the named constantsMemberCapabilities::CAN_CREATE_CONTEXT,CAN_INVITE_MEMBERS,CAN_JOIN_OPEN_SUBGROUPS,CAN_CREATE_SUBGROUP,CAN_DELETE_SUBGROUP,CAN_MANAGE_VISIBILITY, andCAN_MANAGE_METADATAfromcalimero_context_config.architecture/auto-follow.html— Replace raw capability bit literals with MemberCapabilities constantsWhy this changed (source: PR #2979)
All occurrences of
1 << 0,1 << 1,1 << 2,1 << 5,1 << 6,1 << 7, and1 << 8used to encode or decode capability flags in the meroctl CLI (SetCapabilitiesCommand, CheckAccessCommand, SettingsGetCommand, SetDefaultCapabilitiesCommand, GetMemberCapabilitiesApiResponse) and one governance-store test (capability_zero_means_no_permissions) are replaced with the named constantsMemberCapabilities::CAN_CREATE_CONTEXT,CAN_INVITE_MEMBERS,CAN_JOIN_OPEN_SUBGROUPS,CAN_CREATE_SUBGROUP,CAN_DELETE_SUBGROUP,CAN_MANAGE_VISIBILITY, andCAN_MANAGE_METADATAfromcalimero_context_config.Generated by
ai-reviewer update-docs. Nothing was auto-merged.