sprints work

This commit is contained in:
master
2026-01-10 11:15:28 +02:00
parent a21d3dbc1f
commit 701eb6b21c
71 changed files with 10854 additions and 136 deletions

View File

@@ -112,6 +112,9 @@ internal static class CommandFactory
// Sprint: SPRINT_20251229_015 - CI template generator
root.Add(CiCommandGroup.BuildCiCommand(services, verboseOption, cancellationToken));
// Sprint: SPRINT_20260109_010_002 - GitHub Code Scanning integration
root.Add(GitHubCommandGroup.BuildGitHubCommand(services, verboseOption, cancellationToken));
// Sprint: SPRINT_20251226_003_BE_exception_approval - Exception approval workflow
root.Add(ExceptionCommandGroup.BuildExceptionCommand(services, options, verboseOption, cancellationToken));