@kungfu-tech/buildchain 2.8.7-alpha.1 → 2.8.7-alpha.2

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 CHANGED
@@ -241,6 +241,7 @@ their own code.
241
241
 
242
242
  - `buildchain-site.json`
243
243
  - `site-manifest.json`
244
+ - `page-registry.json`
244
245
  - `cli-registry.json`
245
246
  - `workflow-registry.json`
246
247
  - `release-model.json`
@@ -251,7 +252,34 @@ their own code.
251
252
 
252
253
  `buildchain.libkungfu.dev` should render from these package-owned facts, then
253
254
  layer presentation around them. The site should not hand-write Buildchain's
254
- current release mechanics.
255
+ current release mechanics. `page-registry.json` is the complete markdown page
256
+ source for the public site: README homepage content, all packaged `docs/*.md`
257
+ manuals, action READMEs, the Node API package overview, and fixture guides.
258
+
259
+ ## Homepage Content Contract
260
+
261
+ This README is also the homepage text source for `buildchain.libkungfu.dev`.
262
+ When a site repository consumes the `@kungfu-tech/buildchain` npm package, it
263
+ should use the generated `dist/site/buildchain-site.json` homepage fields
264
+ instead of parsing this README or maintaining separate homepage copy.
265
+
266
+ The first screen should be derived from:
267
+
268
+ - Page identity: the top-level heading.
269
+ - Lead: the opening paragraph that defines Buildchain Release Passport.
270
+ - Trust signal: the start of `Install and Verify`, especially passport-first
271
+ binary verification.
272
+ - Use signal: the start of `Use Buildchain`, especially the reusable workflow
273
+ and action surfaces.
274
+
275
+ The package-owned site bundle exposes ordered `homepage.sections`,
276
+ `homepage.displayPlan`, `homepage.rendererContract`, and a complete
277
+ `pages` collection mirrored from `page-registry.json`. A site renderer may adapt
278
+ layout, navigation, typography, examples, and visual assets, but it should not
279
+ maintain separate wording for Buildchain's release mechanics, workflow surface,
280
+ operation manuals, Node API overview, fixture guides, or release-passport trust
281
+ model. Renderer-contract text is machine/implementation metadata, not ordinary
282
+ homepage content.
255
283
 
256
284
  ## Local Verification
257
285
 
@@ -3,6 +3,7 @@
3
3
  "contract": "kungfu-buildchain-site-agent-index",
4
4
  "readOrder": [
5
5
  "site-manifest.json",
6
+ "page-registry.json",
6
7
  "product-mechanism.json",
7
8
  "release-model.json",
8
9
  "cli-registry.json",
@@ -15,6 +15,7 @@
15
15
  "site": [
16
16
  "buildchain-site.json",
17
17
  "site-manifest.json",
18
+ "page-registry.json",
18
19
  "cli-registry.json",
19
20
  "manual-registry.json",
20
21
  "node-api-registry.json",
@@ -4,7 +4,7 @@
4
4
  "product": {
5
5
  "name": "Buildchain",
6
6
  "package": "@kungfu-tech/buildchain",
7
- "version": "2.8.7-alpha.1",
7
+ "version": "2.8.7-alpha.2",
8
8
  "repository": "https://github.com/kungfu-systems/buildchain"
9
9
  },
10
10
  "majorLine": "v2",
@@ -320,7 +320,7 @@
320
320
  "manual entries carry source file digests so downstream sites and agents can detect stale hand-written documentation"
321
321
  ],
322
322
  "breakingDigest": "sha256:7d0d2819e3a3e72989d9c57b5efe9d0bc0a79bc0f2c82a0c7b9d6c5a211a91f2",
323
- "auditDigest": "sha256:d5288916e9e83d773188f40713ade69e9ba8418886205727c2290aca512dda0f"
323
+ "auditDigest": "sha256:65236c3c8d0558544f084ebffdfca2e811fb3d05695faa0d560ce4657c8d7285"
324
324
  },
325
325
  {
326
326
  "contractVersion": 1,
@@ -342,9 +342,9 @@
342
342
  "agents can discover supported Node APIs without importing internal file paths"
343
343
  ],
344
344
  "breakingDigest": "sha256:48f925608d3e2131d90936b07dc2a30341204cae3e6e785c0f77d61ad755c945",
345
- "auditDigest": "sha256:0660c503639f5ca6d23ba9c7492b31ee9b05f036ffe76ed5dc8b6cb3bfde367b"
345
+ "auditDigest": "sha256:393f06ac60e0c71254df0bcecde1ed54c1d5f6ecb0a01e87f2d535cb2a90c52c"
346
346
  }
347
347
  ],
348
348
  "compatibilityDigest": "sha256:36421b592a782decbfe31a7d8d42d70ce1100a56a2c4f4a0ccc21f0617dc72bf",
349
- "contractDigest": "sha256:2f9b2f7c688818a6255d5f13059eedd0c23059f1daddecafd95ef4b9e60250a0"
349
+ "contractDigest": "sha256:e64b93abd4ceebe7e4dbeb4e77741c36f20683a2bcc5c38ab5a07b0dcc4f5aa5"
350
350
  }