@kungfu-tech/buildchain 2.8.16 → 2.8.17
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.
- package/README.md +4 -4
- package/dist/site/agent-index.json +2 -1
- package/dist/site/artifact-schemas.json +1 -0
- package/dist/site/badge-endpoint-registry.json +659 -0
- package/dist/site/badges/v1/buildchain-release-passport/aligned.json +14 -0
- package/dist/site/badges/v1/buildchain-release-passport/declared.json +14 -0
- package/dist/site/badges/v1/buildchain-release-passport/downgraded.json +14 -0
- package/dist/site/badges/v1/buildchain-release-passport/draft.json +14 -0
- package/dist/site/badges/v1/buildchain-release-passport/failed.json +14 -0
- package/dist/site/badges/v1/buildchain-release-passport/missing.json +14 -0
- package/dist/site/badges/v1/buildchain-release-passport/passed.json +14 -0
- package/dist/site/badges/v1/buildchain-release-passport/planned.json +14 -0
- package/dist/site/badges/v1/kfd-1/aligned.json +14 -0
- package/dist/site/badges/v1/kfd-1/declared.json +14 -0
- package/dist/site/badges/v1/kfd-1/downgraded.json +14 -0
- package/dist/site/badges/v1/kfd-1/draft.json +14 -0
- package/dist/site/badges/v1/kfd-1/failed.json +14 -0
- package/dist/site/badges/v1/kfd-1/missing.json +14 -0
- package/dist/site/badges/v1/kfd-1/passed.json +14 -0
- package/dist/site/badges/v1/kfd-1/planned.json +14 -0
- package/dist/site/badges/v1/kfd-2/aligned.json +14 -0
- package/dist/site/badges/v1/kfd-2/declared.json +14 -0
- package/dist/site/badges/v1/kfd-2/downgraded.json +14 -0
- package/dist/site/badges/v1/kfd-2/draft.json +14 -0
- package/dist/site/badges/v1/kfd-2/failed.json +14 -0
- package/dist/site/badges/v1/kfd-2/missing.json +14 -0
- package/dist/site/badges/v1/kfd-2/passed.json +14 -0
- package/dist/site/badges/v1/kfd-2/planned.json +14 -0
- package/dist/site/badges/v1/kfd-3/aligned.json +14 -0
- package/dist/site/badges/v1/kfd-3/declared.json +14 -0
- package/dist/site/badges/v1/kfd-3/downgraded.json +14 -0
- package/dist/site/badges/v1/kfd-3/draft.json +14 -0
- package/dist/site/badges/v1/kfd-3/failed.json +14 -0
- package/dist/site/badges/v1/kfd-3/missing.json +14 -0
- package/dist/site/badges/v1/kfd-3/passed.json +14 -0
- package/dist/site/badges/v1/kfd-3/planned.json +14 -0
- package/dist/site/buildchain-contract.json +6 -6
- package/dist/site/buildchain-site.json +25 -19
- package/dist/site/manual-registry.json +4 -4
- package/dist/site/node-api-registry.json +5 -5
- package/dist/site/page-registry.json +15 -10
- package/dist/site/site-manifest.json +9 -8
- package/docs/MAP.md +3 -0
- package/docs/readme-badges.md +48 -7
- package/docs/reusable-build-surface.md +49 -0
- package/docs/web-surface-deployments.md +7 -5
- package/package.json +1 -1
- package/packages/core/diagnostics.js +16 -0
- package/packages/core/index.js +3 -0
- package/packages/core/readme-badges.js +235 -15
- package/scripts/check-inventory.mjs +22 -1
- package/scripts/generate-site-bundle.mjs +17 -0
- package/scripts/locked-source-checkout.mjs +386 -0
- package/scripts/run-lifecycle-core.mjs +12 -0
- package/scripts/web-surface-core.mjs +1 -8
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"label": "buildchain",
|
|
4
|
+
"message": "release passport 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": "buildchain",
|
|
4
|
+
"message": "release passport 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": "buildchain",
|
|
4
|
+
"message": "release passport 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": "buildchain",
|
|
4
|
+
"message": "release passport 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": "buildchain",
|
|
4
|
+
"message": "release passport 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": "buildchain",
|
|
4
|
+
"message": "release passport 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": "buildchain",
|
|
4
|
+
"message": "release passport 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-1",
|
|
4
|
+
"message": "contract world 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-1",
|
|
4
|
+
"message": "contract world 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-1",
|
|
4
|
+
"message": "contract world 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-1",
|
|
4
|
+
"message": "contract world 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-1",
|
|
4
|
+
"message": "contract world 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-1",
|
|
4
|
+
"message": "contract world 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-1",
|
|
4
|
+
"message": "contract world 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-1",
|
|
4
|
+
"message": "contract world 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-2",
|
|
4
|
+
"message": "release trust passport 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-2",
|
|
4
|
+
"message": "release trust passport 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-2",
|
|
4
|
+
"message": "release trust passport 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-2",
|
|
4
|
+
"message": "release trust passport 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-2",
|
|
4
|
+
"message": "release trust passport 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-2",
|
|
4
|
+
"message": "release trust passport 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-2",
|
|
4
|
+
"message": "release trust passport 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-2",
|
|
4
|
+
"message": "release trust passport 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-3",
|
|
4
|
+
"message": "collaboration interface 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-3",
|
|
4
|
+
"message": "collaboration interface 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-3",
|
|
4
|
+
"message": "collaboration interface 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-3",
|
|
4
|
+
"message": "collaboration interface 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-3",
|
|
4
|
+
"message": "collaboration interface 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-3",
|
|
4
|
+
"message": "collaboration interface 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-3",
|
|
4
|
+
"message": "collaboration interface 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-3",
|
|
4
|
+
"message": "collaboration interface 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
|
+
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"product": {
|
|
5
5
|
"name": "Buildchain",
|
|
6
6
|
"package": "@kungfu-tech/buildchain",
|
|
7
|
-
"version": "2.8.
|
|
7
|
+
"version": "2.8.17",
|
|
8
8
|
"repository": "https://github.com/kungfu-systems/buildchain"
|
|
9
9
|
},
|
|
10
10
|
"majorLine": "v2",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"contract drift is checked before heavy build jobs for stable floating refs"
|
|
46
46
|
],
|
|
47
47
|
"breakingDigest": "sha256:6303aa2c2cb8c2cef4301ceea95cc3c426c2aa81d98714aa9bdf2471d63faee1",
|
|
48
|
-
"auditDigest": "sha256:
|
|
48
|
+
"auditDigest": "sha256:7c456219712222f67a4d7b4ee13183c2f9e42d7ac518100ff413419c189fc2d4"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
"contractVersion": 1,
|
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
"CLI and JavaScript callers use the same Node API implementation"
|
|
413
413
|
],
|
|
414
414
|
"breakingDigest": "sha256:bcd72ad6dfba8013c96f8b2f7b0a307d2e7713972a1219348f0d5ecc493939a0",
|
|
415
|
-
"auditDigest": "sha256:
|
|
415
|
+
"auditDigest": "sha256:35c42750bbdede7d85b71444d1d09cd6c7ce40ecd8868c86d869855764dad0c2"
|
|
416
416
|
},
|
|
417
417
|
{
|
|
418
418
|
"contractVersion": 1,
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
"manual entries carry source file digests so downstream sites and agents can detect stale hand-written documentation"
|
|
435
435
|
],
|
|
436
436
|
"breakingDigest": "sha256:7d0d2819e3a3e72989d9c57b5efe9d0bc0a79bc0f2c82a0c7b9d6c5a211a91f2",
|
|
437
|
-
"auditDigest": "sha256:
|
|
437
|
+
"auditDigest": "sha256:f3bb661b2260d2be500d8707bdb01b623e8125cdb36e874dc217bc0873422b39"
|
|
438
438
|
},
|
|
439
439
|
{
|
|
440
440
|
"contractVersion": 1,
|
|
@@ -456,9 +456,9 @@
|
|
|
456
456
|
"agents can discover supported Node APIs without importing internal file paths"
|
|
457
457
|
],
|
|
458
458
|
"breakingDigest": "sha256:48f925608d3e2131d90936b07dc2a30341204cae3e6e785c0f77d61ad755c945",
|
|
459
|
-
"auditDigest": "sha256:
|
|
459
|
+
"auditDigest": "sha256:b92a9b199a69ac78e55da9bc28e6bd2922233861b70205a2de45eed65cfc81c6"
|
|
460
460
|
}
|
|
461
461
|
],
|
|
462
462
|
"compatibilityDigest": "sha256:407d6d5ee6a96a34d2cc30db9ac64cf4b1819ab6d77bd7a57a07a124f22101ca",
|
|
463
|
-
"contractDigest": "sha256:
|
|
463
|
+
"contractDigest": "sha256:590724458a59dfed521c876c24cedec43124409b4be79f4ce839ce26ce9f98de"
|
|
464
464
|
}
|