[DPEDE-6526] Add metadatas in Chi build#1990
[DPEDE-6526] Add metadatas in Chi build#1990josecarlosgonzalezv wants to merge 4 commits intoCenturyLink:masterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the MCP metadata build output so metadata from Chi, Chi Custom Elements, and Chi Vue are copied into dist/metadata/ with consistent filenames, and documents the new output layout.
Changes:
- Copy Chi MCP metadata to
dist/metadata/chi.jsonand optionally copy CE/Vue metadata tocustom-elements.jsonandvue.json. - Introduce
CHI_VUEpath variable in the build script for Chi Vue package location. - Update MCP README to describe the new metadata output files and their sources.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/mcp/README.md | Documents the new dist/metadata/*.json outputs and sources. |
| scripts/build/build.sh | Updates build to copy MCP metadata files into dist/metadata with normalized names. |
|
The CI pipeline did not run successfully in https://jenkinsprod.corp.intranet:8443/job/UX-CHI/job/Productive/job/Chi/job/PR-1990/1/. ❌ |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
The CI pipeline did not run successfully in https://jenkinsprod.corp.intranet:8443/job/UX-CHI/job/Productive/job/Chi/job/PR-1990/2/. ❌ |
|
The CI pipeline did not run successfully in https://jenkinsprod.corp.intranet:8443/job/UX-CHI/job/Productive/job/Chi/job/PR-1990/3/. ❌ |
|
The CI pipeline did not run successfully in https://jenkinsprod.corp.intranet:8443/job/UX-CHI/job/Productive/job/Chi/job/PR-1990/4/. ❌ |
|
The CI pipeline did not run successfully in https://jenkinsprod.corp.intranet:8443/job/UX-CHI/job/Productive/job/Chi/job/PR-1990/5/. ❌ |
|
The CI pipeline did not run successfully in https://jenkinsprod.corp.intranet:8443/job/UX-CHI/job/Productive/job/Chi/job/PR-1990/6/. ❌ |
|
The CI pipeline did not run successfully in https://jenkinsprod.corp.intranet:8443/job/UX-CHI/job/Productive/job/Chi/job/PR-1990/7/. ❌ |
|
The CI pipeline did not run successfully in https://jenkinsprod.corp.intranet:8443/job/UX-CHI/job/Productive/job/Chi/job/PR-1990/8/. ❌ |
|
The CI pipeline did not run successfully in https://jenkinsprod.corp.intranet:8443/job/UX-CHI/job/Productive/job/Chi/job/PR-1990/9/. ❌ |
|
The CI pipeline did not run successfully in https://jenkinsprod.corp.intranet:8443/job/UX-CHI/job/Productive/job/Chi/job/PR-1990/10/. ❌ |
|
The CI pipeline did not run successfully in https://jenkinsprod.corp.intranet:8443/job/UX-CHI/job/Productive/job/Chi/job/PR-1990/11/. ❌ |
|
The CI pipeline did not run successfully in https://jenkinsprod.corp.intranet:8443/job/UX-CHI/job/Productive/job/Chi/job/PR-1990/12/. ❌ |
|
The CI pipeline did not run successfully in https://jenkinsprod.corp.intranet:8443/job/UX-CHI/job/Productive/job/Chi/job/PR-1990/13/. ❌ |
https://lumen.atlassian.net/browse/DPEDE-6526
This pull request updates the build process to improve how MCP metadata files are handled and documented. The main changes ensure that metadata from Chi, Chi Custom Elements, and Chi Vue are consistently copied to the
dist/metadatadirectory, and the documentation is updated to reflect this process.Build process improvements:
metadata.jsonfrom Chi, Chi Custom Elements, and Chi Vue (if present) into thedist/metadatadirectory, naming themchi.json,custom-elements.json, andvue.jsonrespectively.CHI_VUEvariable for easier reference to the Chi Vue package location.Documentation updates:
src/mcp/README.mdfile is updated to describe the new metadata file copying process and includes a table summarizing the output files, their sources, and descriptions.