@kungfu-tech/buildchain 2.14.2 → 2.14.3-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/dist/site/agent-index.json +2 -0
  2. package/dist/site/artifact-schemas.json +4 -0
  3. package/dist/site/badge-endpoint-registry.json +320 -0
  4. package/dist/site/badges/v1/kfd-5/aligned.json +14 -0
  5. package/dist/site/badges/v1/kfd-5/declared.json +14 -0
  6. package/dist/site/badges/v1/kfd-5/downgraded.json +14 -0
  7. package/dist/site/badges/v1/kfd-5/draft.json +14 -0
  8. package/dist/site/badges/v1/kfd-5/failed.json +14 -0
  9. package/dist/site/badges/v1/kfd-5/missing.json +14 -0
  10. package/dist/site/badges/v1/kfd-5/passed.json +14 -0
  11. package/dist/site/badges/v1/kfd-5/planned.json +14 -0
  12. package/dist/site/badges/v1/kfd-6/aligned.json +14 -0
  13. package/dist/site/badges/v1/kfd-6/declared.json +14 -0
  14. package/dist/site/badges/v1/kfd-6/downgraded.json +14 -0
  15. package/dist/site/badges/v1/kfd-6/draft.json +14 -0
  16. package/dist/site/badges/v1/kfd-6/failed.json +14 -0
  17. package/dist/site/badges/v1/kfd-6/missing.json +14 -0
  18. package/dist/site/badges/v1/kfd-6/passed.json +14 -0
  19. package/dist/site/badges/v1/kfd-6/planned.json +14 -0
  20. package/dist/site/buildchain-contract.json +149 -28
  21. package/dist/site/buildchain-site.json +25 -23
  22. package/dist/site/capability-registry.json +2 -2
  23. package/dist/site/controller-registry.json +61 -5
  24. package/dist/site/kfd-claims.json +129 -11
  25. package/dist/site/kfd-upstream-aggregate.json +12 -12
  26. package/dist/site/manual-registry.json +6 -6
  27. package/dist/site/node-api-registry.json +20 -7
  28. package/dist/site/page-registry.json +12 -12
  29. package/dist/site/public-surface-audit.json +134 -8
  30. package/dist/site/publication-authority-registry.json +26 -1
  31. package/dist/site/publication-registry.json +4 -4
  32. package/dist/site/release-model.json +3 -1
  33. package/dist/site/release-passport-check-manifest.json +167 -0
  34. package/dist/site/release-provenance.json +3 -0
  35. package/dist/site/schemas/release-passport-v1.schema.json +198 -0
  36. package/dist/site/site-manifest.json +10 -10
  37. package/dist/site/workflow-registry.json +128 -4
  38. package/docs/migration-inventory.md +8 -0
  39. package/docs/release-candidate.md +3 -0
  40. package/docs/release-governance.md +5 -4
  41. package/docs/release-passport.md +19 -0
  42. package/docs/release-propagation.md +19 -7
  43. package/docs/reusable-build-surface.md +26 -1
  44. package/package.json +5 -2
  45. package/packages/core/buildchain-contract.js +41 -0
  46. package/packages/core/buildchain-kfd-claims.js +4 -0
  47. package/packages/core/buildchain-publication-authority.js +1 -0
  48. package/packages/core/controller-evidence.js +1 -1
  49. package/packages/core/index.js +9 -0
  50. package/packages/core/package-manager.js +32 -0
  51. package/packages/core/release-passport-contract.js +249 -0
  52. package/packages/core/release-passport.js +39 -0
  53. package/scripts/check-inventory.mjs +37 -3
  54. package/scripts/generate-channel-promotion-workflow.mjs +331 -0
  55. package/scripts/generate-site-bundle.mjs +15 -0
  56. package/scripts/promotion-channel-router.mjs +132 -0
  57. package/scripts/validate-package-manager-contract.mjs +24 -0
@@ -15,6 +15,8 @@
15
15
  "publication-authority-registry.json",
16
16
  "public-surface-audit.json",
17
17
  "artifact-schemas.json",
18
+ "release-passport-check-manifest.json",
19
+ "schemas/release-passport-v1.schema.json",
18
20
  "buildchain-contract.json",
19
21
  "kfd-upstream-aggregate.json",
20
22
  "kfd-claims.json",
@@ -3,6 +3,8 @@
3
3
  "contract": "kungfu-buildchain-artifact-schema-index",
4
4
  "releasePassport": [
5
5
  "buildchain.release.json",
6
+ "release-passport-check-manifest.json",
7
+ "schemas/release-passport-v1.schema.json",
6
8
  "artifact-evidence.json",
7
9
  "product-mechanism.json",
8
10
  "impact.json",
@@ -28,6 +30,8 @@
28
30
  "public-surface-audit.json",
29
31
  "release-model.json",
30
32
  "artifact-schemas.json",
33
+ "release-passport-check-manifest.json",
34
+ "schemas/release-passport-v1.schema.json",
31
35
  "buildchain-contract.json",
32
36
  "kfd-claims.json",
33
37
  "product-mechanism.json",
@@ -655,6 +655,326 @@
655
655
  }
656
656
  ]
657
657
  },
658
+ {
659
+ "id": "kfd-5",
660
+ "label": "KFD-5",
661
+ "messageTemplate": "primitive discovery {state}",
662
+ "linkRole": "repository-release-passport",
663
+ "states": [
664
+ {
665
+ "state": "passed",
666
+ "path": "badges/v1/kfd-5/passed.json",
667
+ "svgPath": "badges/v1/kfd-5/passed.svg",
668
+ "payload": {
669
+ "schemaVersion": 1,
670
+ "label": "KFD-5",
671
+ "message": "primitive discovery passed",
672
+ "color": "2ea44f",
673
+ "logoPolicy": {
674
+ "contract": "kungfu-buildchain-badge-logo-policy",
675
+ "mode": "hosted-placeholder",
676
+ "placeholder": "buildchain-monogram",
677
+ "futureLogoUpdateRequiresConsumerAction": false,
678
+ "owner": "Buildchain site badge endpoint",
679
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
680
+ }
681
+ }
682
+ },
683
+ {
684
+ "state": "aligned",
685
+ "path": "badges/v1/kfd-5/aligned.json",
686
+ "svgPath": "badges/v1/kfd-5/aligned.svg",
687
+ "payload": {
688
+ "schemaVersion": 1,
689
+ "label": "KFD-5",
690
+ "message": "primitive discovery aligned",
691
+ "color": "0969da",
692
+ "logoPolicy": {
693
+ "contract": "kungfu-buildchain-badge-logo-policy",
694
+ "mode": "hosted-placeholder",
695
+ "placeholder": "buildchain-monogram",
696
+ "futureLogoUpdateRequiresConsumerAction": false,
697
+ "owner": "Buildchain site badge endpoint",
698
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
699
+ }
700
+ }
701
+ },
702
+ {
703
+ "state": "declared",
704
+ "path": "badges/v1/kfd-5/declared.json",
705
+ "svgPath": "badges/v1/kfd-5/declared.svg",
706
+ "payload": {
707
+ "schemaVersion": 1,
708
+ "label": "KFD-5",
709
+ "message": "primitive discovery declared",
710
+ "color": "6e7781",
711
+ "logoPolicy": {
712
+ "contract": "kungfu-buildchain-badge-logo-policy",
713
+ "mode": "hosted-placeholder",
714
+ "placeholder": "buildchain-monogram",
715
+ "futureLogoUpdateRequiresConsumerAction": false,
716
+ "owner": "Buildchain site badge endpoint",
717
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
718
+ }
719
+ }
720
+ },
721
+ {
722
+ "state": "planned",
723
+ "path": "badges/v1/kfd-5/planned.json",
724
+ "svgPath": "badges/v1/kfd-5/planned.svg",
725
+ "payload": {
726
+ "schemaVersion": 1,
727
+ "label": "KFD-5",
728
+ "message": "primitive discovery planned",
729
+ "color": "bf8700",
730
+ "logoPolicy": {
731
+ "contract": "kungfu-buildchain-badge-logo-policy",
732
+ "mode": "hosted-placeholder",
733
+ "placeholder": "buildchain-monogram",
734
+ "futureLogoUpdateRequiresConsumerAction": false,
735
+ "owner": "Buildchain site badge endpoint",
736
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
737
+ }
738
+ }
739
+ },
740
+ {
741
+ "state": "draft",
742
+ "path": "badges/v1/kfd-5/draft.json",
743
+ "svgPath": "badges/v1/kfd-5/draft.svg",
744
+ "payload": {
745
+ "schemaVersion": 1,
746
+ "label": "KFD-5",
747
+ "message": "primitive discovery draft",
748
+ "color": "8250df",
749
+ "logoPolicy": {
750
+ "contract": "kungfu-buildchain-badge-logo-policy",
751
+ "mode": "hosted-placeholder",
752
+ "placeholder": "buildchain-monogram",
753
+ "futureLogoUpdateRequiresConsumerAction": false,
754
+ "owner": "Buildchain site badge endpoint",
755
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
756
+ }
757
+ }
758
+ },
759
+ {
760
+ "state": "downgraded",
761
+ "path": "badges/v1/kfd-5/downgraded.json",
762
+ "svgPath": "badges/v1/kfd-5/downgraded.svg",
763
+ "payload": {
764
+ "schemaVersion": 1,
765
+ "label": "KFD-5",
766
+ "message": "primitive discovery downgraded",
767
+ "color": "bf8700",
768
+ "logoPolicy": {
769
+ "contract": "kungfu-buildchain-badge-logo-policy",
770
+ "mode": "hosted-placeholder",
771
+ "placeholder": "buildchain-monogram",
772
+ "futureLogoUpdateRequiresConsumerAction": false,
773
+ "owner": "Buildchain site badge endpoint",
774
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
775
+ }
776
+ }
777
+ },
778
+ {
779
+ "state": "failed",
780
+ "path": "badges/v1/kfd-5/failed.json",
781
+ "svgPath": "badges/v1/kfd-5/failed.svg",
782
+ "payload": {
783
+ "schemaVersion": 1,
784
+ "label": "KFD-5",
785
+ "message": "primitive discovery failed",
786
+ "color": "cf222e",
787
+ "logoPolicy": {
788
+ "contract": "kungfu-buildchain-badge-logo-policy",
789
+ "mode": "hosted-placeholder",
790
+ "placeholder": "buildchain-monogram",
791
+ "futureLogoUpdateRequiresConsumerAction": false,
792
+ "owner": "Buildchain site badge endpoint",
793
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
794
+ }
795
+ }
796
+ },
797
+ {
798
+ "state": "missing",
799
+ "path": "badges/v1/kfd-5/missing.json",
800
+ "svgPath": "badges/v1/kfd-5/missing.svg",
801
+ "payload": {
802
+ "schemaVersion": 1,
803
+ "label": "KFD-5",
804
+ "message": "primitive discovery missing",
805
+ "color": "6e7781",
806
+ "logoPolicy": {
807
+ "contract": "kungfu-buildchain-badge-logo-policy",
808
+ "mode": "hosted-placeholder",
809
+ "placeholder": "buildchain-monogram",
810
+ "futureLogoUpdateRequiresConsumerAction": false,
811
+ "owner": "Buildchain site badge endpoint",
812
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
813
+ }
814
+ }
815
+ }
816
+ ]
817
+ },
818
+ {
819
+ "id": "kfd-6",
820
+ "label": "KFD-6",
821
+ "messageTemplate": "KFD-6 {state}",
822
+ "linkRole": "repository-release-passport",
823
+ "states": [
824
+ {
825
+ "state": "passed",
826
+ "path": "badges/v1/kfd-6/passed.json",
827
+ "svgPath": "badges/v1/kfd-6/passed.svg",
828
+ "payload": {
829
+ "schemaVersion": 1,
830
+ "label": "KFD-6",
831
+ "message": "KFD-6 passed",
832
+ "color": "2ea44f",
833
+ "logoPolicy": {
834
+ "contract": "kungfu-buildchain-badge-logo-policy",
835
+ "mode": "hosted-placeholder",
836
+ "placeholder": "buildchain-monogram",
837
+ "futureLogoUpdateRequiresConsumerAction": false,
838
+ "owner": "Buildchain site badge endpoint",
839
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
840
+ }
841
+ }
842
+ },
843
+ {
844
+ "state": "aligned",
845
+ "path": "badges/v1/kfd-6/aligned.json",
846
+ "svgPath": "badges/v1/kfd-6/aligned.svg",
847
+ "payload": {
848
+ "schemaVersion": 1,
849
+ "label": "KFD-6",
850
+ "message": "KFD-6 aligned",
851
+ "color": "0969da",
852
+ "logoPolicy": {
853
+ "contract": "kungfu-buildchain-badge-logo-policy",
854
+ "mode": "hosted-placeholder",
855
+ "placeholder": "buildchain-monogram",
856
+ "futureLogoUpdateRequiresConsumerAction": false,
857
+ "owner": "Buildchain site badge endpoint",
858
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
859
+ }
860
+ }
861
+ },
862
+ {
863
+ "state": "declared",
864
+ "path": "badges/v1/kfd-6/declared.json",
865
+ "svgPath": "badges/v1/kfd-6/declared.svg",
866
+ "payload": {
867
+ "schemaVersion": 1,
868
+ "label": "KFD-6",
869
+ "message": "KFD-6 declared",
870
+ "color": "6e7781",
871
+ "logoPolicy": {
872
+ "contract": "kungfu-buildchain-badge-logo-policy",
873
+ "mode": "hosted-placeholder",
874
+ "placeholder": "buildchain-monogram",
875
+ "futureLogoUpdateRequiresConsumerAction": false,
876
+ "owner": "Buildchain site badge endpoint",
877
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
878
+ }
879
+ }
880
+ },
881
+ {
882
+ "state": "planned",
883
+ "path": "badges/v1/kfd-6/planned.json",
884
+ "svgPath": "badges/v1/kfd-6/planned.svg",
885
+ "payload": {
886
+ "schemaVersion": 1,
887
+ "label": "KFD-6",
888
+ "message": "KFD-6 planned",
889
+ "color": "bf8700",
890
+ "logoPolicy": {
891
+ "contract": "kungfu-buildchain-badge-logo-policy",
892
+ "mode": "hosted-placeholder",
893
+ "placeholder": "buildchain-monogram",
894
+ "futureLogoUpdateRequiresConsumerAction": false,
895
+ "owner": "Buildchain site badge endpoint",
896
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
897
+ }
898
+ }
899
+ },
900
+ {
901
+ "state": "draft",
902
+ "path": "badges/v1/kfd-6/draft.json",
903
+ "svgPath": "badges/v1/kfd-6/draft.svg",
904
+ "payload": {
905
+ "schemaVersion": 1,
906
+ "label": "KFD-6",
907
+ "message": "KFD-6 draft",
908
+ "color": "8250df",
909
+ "logoPolicy": {
910
+ "contract": "kungfu-buildchain-badge-logo-policy",
911
+ "mode": "hosted-placeholder",
912
+ "placeholder": "buildchain-monogram",
913
+ "futureLogoUpdateRequiresConsumerAction": false,
914
+ "owner": "Buildchain site badge endpoint",
915
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
916
+ }
917
+ }
918
+ },
919
+ {
920
+ "state": "downgraded",
921
+ "path": "badges/v1/kfd-6/downgraded.json",
922
+ "svgPath": "badges/v1/kfd-6/downgraded.svg",
923
+ "payload": {
924
+ "schemaVersion": 1,
925
+ "label": "KFD-6",
926
+ "message": "KFD-6 downgraded",
927
+ "color": "bf8700",
928
+ "logoPolicy": {
929
+ "contract": "kungfu-buildchain-badge-logo-policy",
930
+ "mode": "hosted-placeholder",
931
+ "placeholder": "buildchain-monogram",
932
+ "futureLogoUpdateRequiresConsumerAction": false,
933
+ "owner": "Buildchain site badge endpoint",
934
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
935
+ }
936
+ }
937
+ },
938
+ {
939
+ "state": "failed",
940
+ "path": "badges/v1/kfd-6/failed.json",
941
+ "svgPath": "badges/v1/kfd-6/failed.svg",
942
+ "payload": {
943
+ "schemaVersion": 1,
944
+ "label": "KFD-6",
945
+ "message": "KFD-6 failed",
946
+ "color": "cf222e",
947
+ "logoPolicy": {
948
+ "contract": "kungfu-buildchain-badge-logo-policy",
949
+ "mode": "hosted-placeholder",
950
+ "placeholder": "buildchain-monogram",
951
+ "futureLogoUpdateRequiresConsumerAction": false,
952
+ "owner": "Buildchain site badge endpoint",
953
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
954
+ }
955
+ }
956
+ },
957
+ {
958
+ "state": "missing",
959
+ "path": "badges/v1/kfd-6/missing.json",
960
+ "svgPath": "badges/v1/kfd-6/missing.svg",
961
+ "payload": {
962
+ "schemaVersion": 1,
963
+ "label": "KFD-6",
964
+ "message": "KFD-6 missing",
965
+ "color": "6e7781",
966
+ "logoPolicy": {
967
+ "contract": "kungfu-buildchain-badge-logo-policy",
968
+ "mode": "hosted-placeholder",
969
+ "placeholder": "buildchain-monogram",
970
+ "futureLogoUpdateRequiresConsumerAction": false,
971
+ "owner": "Buildchain site badge endpoint",
972
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
973
+ }
974
+ }
975
+ }
976
+ ]
977
+ },
658
978
  {
659
979
  "id": "buildchain-release-passport",
660
980
  "label": "buildchain",
@@ -0,0 +1,14 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "label": "KFD-5",
4
+ "message": "primitive discovery aligned",
5
+ "color": "0969da",
6
+ "logoPolicy": {
7
+ "contract": "kungfu-buildchain-badge-logo-policy",
8
+ "mode": "hosted-placeholder",
9
+ "placeholder": "buildchain-monogram",
10
+ "futureLogoUpdateRequiresConsumerAction": false,
11
+ "owner": "Buildchain site badge endpoint",
12
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "label": "KFD-5",
4
+ "message": "primitive discovery declared",
5
+ "color": "6e7781",
6
+ "logoPolicy": {
7
+ "contract": "kungfu-buildchain-badge-logo-policy",
8
+ "mode": "hosted-placeholder",
9
+ "placeholder": "buildchain-monogram",
10
+ "futureLogoUpdateRequiresConsumerAction": false,
11
+ "owner": "Buildchain site badge endpoint",
12
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "label": "KFD-5",
4
+ "message": "primitive discovery downgraded",
5
+ "color": "bf8700",
6
+ "logoPolicy": {
7
+ "contract": "kungfu-buildchain-badge-logo-policy",
8
+ "mode": "hosted-placeholder",
9
+ "placeholder": "buildchain-monogram",
10
+ "futureLogoUpdateRequiresConsumerAction": false,
11
+ "owner": "Buildchain site badge endpoint",
12
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "label": "KFD-5",
4
+ "message": "primitive discovery draft",
5
+ "color": "8250df",
6
+ "logoPolicy": {
7
+ "contract": "kungfu-buildchain-badge-logo-policy",
8
+ "mode": "hosted-placeholder",
9
+ "placeholder": "buildchain-monogram",
10
+ "futureLogoUpdateRequiresConsumerAction": false,
11
+ "owner": "Buildchain site badge endpoint",
12
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "label": "KFD-5",
4
+ "message": "primitive discovery failed",
5
+ "color": "cf222e",
6
+ "logoPolicy": {
7
+ "contract": "kungfu-buildchain-badge-logo-policy",
8
+ "mode": "hosted-placeholder",
9
+ "placeholder": "buildchain-monogram",
10
+ "futureLogoUpdateRequiresConsumerAction": false,
11
+ "owner": "Buildchain site badge endpoint",
12
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "label": "KFD-5",
4
+ "message": "primitive discovery missing",
5
+ "color": "6e7781",
6
+ "logoPolicy": {
7
+ "contract": "kungfu-buildchain-badge-logo-policy",
8
+ "mode": "hosted-placeholder",
9
+ "placeholder": "buildchain-monogram",
10
+ "futureLogoUpdateRequiresConsumerAction": false,
11
+ "owner": "Buildchain site badge endpoint",
12
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "label": "KFD-5",
4
+ "message": "primitive discovery passed",
5
+ "color": "2ea44f",
6
+ "logoPolicy": {
7
+ "contract": "kungfu-buildchain-badge-logo-policy",
8
+ "mode": "hosted-placeholder",
9
+ "placeholder": "buildchain-monogram",
10
+ "futureLogoUpdateRequiresConsumerAction": false,
11
+ "owner": "Buildchain site badge endpoint",
12
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "label": "KFD-5",
4
+ "message": "primitive discovery planned",
5
+ "color": "bf8700",
6
+ "logoPolicy": {
7
+ "contract": "kungfu-buildchain-badge-logo-policy",
8
+ "mode": "hosted-placeholder",
9
+ "placeholder": "buildchain-monogram",
10
+ "futureLogoUpdateRequiresConsumerAction": false,
11
+ "owner": "Buildchain site badge endpoint",
12
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "label": "KFD-6",
4
+ "message": "KFD-6 aligned",
5
+ "color": "0969da",
6
+ "logoPolicy": {
7
+ "contract": "kungfu-buildchain-badge-logo-policy",
8
+ "mode": "hosted-placeholder",
9
+ "placeholder": "buildchain-monogram",
10
+ "futureLogoUpdateRequiresConsumerAction": false,
11
+ "owner": "Buildchain site badge endpoint",
12
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "label": "KFD-6",
4
+ "message": "KFD-6 declared",
5
+ "color": "6e7781",
6
+ "logoPolicy": {
7
+ "contract": "kungfu-buildchain-badge-logo-policy",
8
+ "mode": "hosted-placeholder",
9
+ "placeholder": "buildchain-monogram",
10
+ "futureLogoUpdateRequiresConsumerAction": false,
11
+ "owner": "Buildchain site badge endpoint",
12
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "label": "KFD-6",
4
+ "message": "KFD-6 downgraded",
5
+ "color": "bf8700",
6
+ "logoPolicy": {
7
+ "contract": "kungfu-buildchain-badge-logo-policy",
8
+ "mode": "hosted-placeholder",
9
+ "placeholder": "buildchain-monogram",
10
+ "futureLogoUpdateRequiresConsumerAction": false,
11
+ "owner": "Buildchain site badge endpoint",
12
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "label": "KFD-6",
4
+ "message": "KFD-6 draft",
5
+ "color": "8250df",
6
+ "logoPolicy": {
7
+ "contract": "kungfu-buildchain-badge-logo-policy",
8
+ "mode": "hosted-placeholder",
9
+ "placeholder": "buildchain-monogram",
10
+ "futureLogoUpdateRequiresConsumerAction": false,
11
+ "owner": "Buildchain site badge endpoint",
12
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "label": "KFD-6",
4
+ "message": "KFD-6 failed",
5
+ "color": "cf222e",
6
+ "logoPolicy": {
7
+ "contract": "kungfu-buildchain-badge-logo-policy",
8
+ "mode": "hosted-placeholder",
9
+ "placeholder": "buildchain-monogram",
10
+ "futureLogoUpdateRequiresConsumerAction": false,
11
+ "owner": "Buildchain site badge endpoint",
12
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "label": "KFD-6",
4
+ "message": "KFD-6 missing",
5
+ "color": "6e7781",
6
+ "logoPolicy": {
7
+ "contract": "kungfu-buildchain-badge-logo-policy",
8
+ "mode": "hosted-placeholder",
9
+ "placeholder": "buildchain-monogram",
10
+ "futureLogoUpdateRequiresConsumerAction": false,
11
+ "owner": "Buildchain site badge endpoint",
12
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "label": "KFD-6",
4
+ "message": "KFD-6 passed",
5
+ "color": "2ea44f",
6
+ "logoPolicy": {
7
+ "contract": "kungfu-buildchain-badge-logo-policy",
8
+ "mode": "hosted-placeholder",
9
+ "placeholder": "buildchain-monogram",
10
+ "futureLogoUpdateRequiresConsumerAction": false,
11
+ "owner": "Buildchain site badge endpoint",
12
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "label": "KFD-6",
4
+ "message": "KFD-6 planned",
5
+ "color": "bf8700",
6
+ "logoPolicy": {
7
+ "contract": "kungfu-buildchain-badge-logo-policy",
8
+ "mode": "hosted-placeholder",
9
+ "placeholder": "buildchain-monogram",
10
+ "futureLogoUpdateRequiresConsumerAction": false,
11
+ "owner": "Buildchain site badge endpoint",
12
+ "note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
13
+ }
14
+ }