docs(xml): fill missing XML doc comments + strip task-tracking refs across src (fixdocs)
Add missing <summary>/<param>/<returns>/<typeparam> tags and switch interface implementations to <inheritdoc/> across 106 files; strip project bookkeeping identifiers (Task NN, #05-TNN, PLAN-04, StoreAndForward-0NN) from shipped code comments while preserving the descriptive rationale. Comment-only: zero code-logic lines changed; solution builds 0/0. Claude-Session: https://claude.ai/code/session_01MtdgwpEeCUn6cUA5f1LMPj
This commit is contained in:
@@ -190,6 +190,8 @@ public class ManagementActor : ReceiveActor
|
||||
/// command is available to any authenticated user. Internal so the
|
||||
/// authorization matrix can be asserted directly in tests.
|
||||
/// </summary>
|
||||
/// <param name="command">The management command to authorize.</param>
|
||||
/// <returns>The set of roles that satisfy the authorization gate, or <c>null</c> if any authenticated user may issue the command.</returns>
|
||||
internal static IReadOnlyList<string>? GetRequiredRoles(object command) => command switch
|
||||
{
|
||||
// Administrator operations
|
||||
|
||||
Reference in New Issue
Block a user