new two advisories and sprints work on them

This commit is contained in:
master
2026-01-16 18:39:36 +02:00
parent 9daf619954
commit 111d80954f
69 changed files with 15508 additions and 16 deletions

View File

@@ -39,6 +39,9 @@ internal static class BinaryCommandGroup
// Sprint: SPRINT_20260112_006_CLI - BinaryIndex ops commands
binary.Add(BinaryIndexOpsCommandGroup.BuildOpsCommand(services, verboseOption, cancellationToken));
// Sprint: SPRINT_20260117_003_BINDEX - Delta-sig predicate operations
binary.Add(DeltaSigCommandGroup.BuildDeltaSigCommand(services, verboseOption, cancellationToken));
return binary;
}