Skip to content

Pr/wehrstedt Jan/1382: CBAM KIT commit history fixed. - #1495

Merged
stephanbcbauer merged 89 commits into
mainfrom
pr/wehrstedt-jan/1382
Mar 12, 2026
Merged

Pr/wehrstedt Jan/1382: CBAM KIT commit history fixed.#1495
stephanbcbauer merged 89 commits into
mainfrom
pr/wehrstedt-jan/1382

Conversation

@matbmoser

@matbmoser matbmoser commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

Description

Original PR was broken: #1382

So I needed to fix it.

Original description:

This PR covers the first version of the CBAM KIT, adressing the Catena-X solution for the Carbon border adjustment mechanism. It contains a descrition of the CBAM process and the initial data model for the exchange of data between the importer/declarant and supplier.

Authors: @wehrstedt-jan and @Jarosch-Mitko

Pre-review checks

Please ensure to do as many of the following checks as possible, before asking for committer review:

Comment thread docs-kits/kits/cbam-kit/adoption-view/adoption-view.md
Comment thread docs-kits/kits/cbam-kit/adoption-view/adoption-view.md
Comment thread docs-kits/kits/cbam-kit/adoption-view/adoption-view.md Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @matbmoser! Every protocol is used for communication. DCP covers issuance, and presentation of VCs. Connector to Connector communication happens only via DSP. Please remove DCP, it's not correct here.

@github-project-automation github-project-automation Bot moved this from In Progress to Todo in Tractus-X Webpage Mar 10, 2026
@matbmoser

Copy link
Copy Markdown
Contributor Author

Included changes from @wehrstedt-jan

@stephanbcbauer
stephanbcbauer requested a review from Copilot March 11, 2026 06:06
@stephanbcbauer

Copy link
Copy Markdown
Member

@matbmoser cannot approve it , because of the failing website build. Please check the mdx linter. I think its only one file

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces the initial CBAM KIT content and wires it into the site’s navigation/kit registry (as a Sandbox KIT under the /docs-kits/next/ route prefix), replacing a previously broken PR attempt.

Changes:

  • Add CBAM KIT documentation (adoption view, development view, changelog) plus diagram resources and their license metadata.
  • Register CBAM KIT in KIT master data (kitsData.js) including logo, maturity, and routing.
  • Expose CBAM KIT in navigation (generated KIT nav items + docs sidebar), and extend Eco Pass sidebar with a Documentation section.

Reviewed changes

Copilot reviewed 8 out of 13 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
utils/generated/kitNavItems.js Adds CBAM KIT entry and route to generated nav items.
static/img/kits/cbam/cbam-kit-raw-logo.svg.license Adds license metadata for CBAM logo.
sidebarsDocsKits.js Adds CBAM KIT to docs sidebar; adds Eco Pass “Documentation” category.
docs-kits/kits/cbam-kit/resources/cbam-process.drawio.svg.license Adds license metadata for CBAM process diagram.
docs-kits/kits/cbam-kit/resources/cbam-process.drawio.svg Adds CBAM process diagram asset.
docs-kits/kits/cbam-kit/resources/Architecture_simply.drawio.svg.license Adds license metadata for CBAM architecture diagram.
docs-kits/kits/cbam-kit/development-view/development-view.md Adds CBAM KIT development view (architecture + detailed data model docs + samples).
docs-kits/kits/cbam-kit/changelog.md Adds CBAM KIT changelog page.
docs-kits/kits/cbam-kit/adoption-view/adoption-view.md Adds CBAM KIT adoption view documentation.
data/kitsData.js Registers CBAM KIT in KIT master data (logo, maturity, route, metadata).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread static/img/kits/cbam/cbam-kit-raw-logo.svg.license Outdated
Comment thread docs-kits/kits/cbam-kit/changelog.md Outdated
Comment thread docs-kits/kits/cbam-kit/adoption-view/adoption-view.md Outdated
Comment thread docs-kits/kits/cbam-kit/adoption-view/adoption-view.md Outdated
Comment thread docs-kits/kits/cbam-kit/adoption-view/adoption-view.md Outdated
Comment thread docs-kits/kits/cbam-kit/development-view/development-view.md Outdated
Comment thread docs-kits/kits/cbam-kit/development-view/development-view.md Outdated
Comment thread docs-kits/kits/cbam-kit/development-view/development-view.md Outdated
matbmoser and others added 6 commits March 11, 2026 08:41
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@ther3sa ther3sa linked an issue Mar 11, 2026 that may be closed by this pull request
19 tasks

@marcelruland marcelruland left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comments requiring clarification. No major changes. Once these are addressed I'm happy to approve.

Comment thread docs-kits/kits/cbam-kit/changelog.md Outdated
Comment thread docs-kits/kits/cbam-kit/resources/Architecture_simply.drawio.svg
Comment thread docs-kits/kits/cbam-kit/development-view/development-view.md
Comment thread docs-kits/kits/cbam-kit/adoption-view/adoption-view.md
Comment thread docs-kits/kits/cbam-kit/adoption-view/adoption-view.md Outdated
@stephanbcbauer

Copy link
Copy Markdown
Member

@matbmoser fixed the markdown (mdx) linting issues with this commit. There are still (new) some suggestions made by @marcelruland (thx)

@matbmoser

matbmoser commented Mar 11, 2026

Copy link
Copy Markdown
Contributor Author

@johannes-wunderlich @wehrstedt-jan @Jarosch-Mitko please take a look and answer on marcels comments.

@marcelruland thanks for the review. We have not much time left, so I hope that are your last remarks, if any change is needed extra to that it can be done in a separate PR in the future (since the KIT is only on its initial contribution). However we appreciate any review, specially if it increases the quality of the KIT.

As I understood here there are no blockers, and the KIT could be merge as soon as the comments are resolved.

Comment thread docs-kits/kits/cbam-kit/changelog.md Outdated
Comment thread docs-kits/kits/cbam-kit/adoption-view/adoption-view.md Outdated
Comment thread docs-kits/kits/cbam-kit/adoption-view/adoption-view.md Outdated
Comment thread docs-kits/kits/cbam-kit/development-view/development-view.md

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was removed already, please take a look again.

Co-authored-by: Mathias Moser <mathias.moser@catena-x.net>
@matbmoser
matbmoser requested a review from marcelruland March 11, 2026 21:07
@matbmoser

Copy link
Copy Markdown
Contributor Author

Ok review completed, implemented changes from @marcelruland and proposal from @johannes-wunderlich. Now we should be good to go. Any other changes please introduce into other pull requests.

thank you for this so detailed review. most of the KITs have not such a quality review as this one!

Great Job everyone!

@stephanbcbauer

Copy link
Copy Markdown
Member

Ok review completed, implemented changes from @marcelruland and proposal from @johannes-wunderlich. Now we should be good to go. Any other changes please introduce into other pull requests.

thank you for this so detailed review. most of the KITs have not such a quality review as this one!

Great Job everyone!

Sound good -> will push the button :)

@stephanbcbauer
stephanbcbauer merged commit f0ef918 into main Mar 12, 2026
4 checks passed
@stephanbcbauer
stephanbcbauer deleted the pr/wehrstedt-jan/1382 branch March 12, 2026 07:36
@github-project-automation github-project-automation Bot moved this from Todo to Done in Tractus-X Webpage Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

good first issue Good for newcomers KIT KIT related content, mapped to TRactus-X releases

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[CBAM MVP KIT] Release Checks

8 participants