Skip to content

Commit d229f2c

Browse files
Andrés Contreras GuillénAndrés Contreras Guillén
authored andcommitted
fix(setup): add fireflyframework-kernel to FrameworkRepos
kernel is a Layer 1 foundational repo (depends only on parent) but was missing from FrameworkRepos, so 'flywork release verify' showed 40/41 totals instead of 41/41. Adding it makes the cascade orchestrator and the verify command see the complete 41-repo set.
1 parent 20b4f7f commit d229f2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/setup/cloner.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import (
2626
var FrameworkRepos = []string{
2727
"fireflyframework-parent",
2828
"fireflyframework-bom",
29+
"fireflyframework-kernel",
2930
"fireflyframework-utils",
3031
"fireflyframework-validators",
3132
"fireflyframework-plugins",

0 commit comments

Comments
 (0)