[TEST][Project Solar / Phase 1 / Components] Carbonization instructions#3671
Draft
dchyun wants to merge 4 commits intoproject-solar/phase-1-main-feature-branchfrom
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
bd4b494 to
72155ec
Compare
dchyun
commented
Mar 3, 2026
Contributor
Author
There was a problem hiding this comment.
[Note] The component token creation is the most experimental and prone to inaccuracies. Generated tokens may not follow exactly our intended formatting or leverage proper semantic level tokens. The automated token generation can be viewed as a starting point for further manual work.
72155ec to
79e6ff8
Compare
dchyun
commented
Mar 3, 2026
| ### Helios Design System | ||
| - Helios Design System (HDS) documentation: https://helios.hashicorp.design/ | ||
|
|
||
| ### Carbon Design System |
Contributor
Author
There was a problem hiding this comment.
[Note] This section is taken from the Carbon MCP prompt starter template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Contains testing commits that are not intended to be merged
📌 Summary
This PR is a testing effort for using a Bob script for the carbonization of HDS components. The three primary steps in carbonization are tested in each commit. Those main steps to test are:
This carbonization can be compared against the actual carbonization of the breadcrumb in #3652
Note: All code generated as part of the testing commits was generated solely by Bob.
🛠️ Detailed description
A new
/instructionsfolder has been added with acarbonization.instructions.mdfile. This file will not automatically get inputed into the AI context just from having it in this location. This is just a place to keep it so users can grab it more easily.How to test
Prerequisites (optional):
1. Pass the script in as a prompt
First, copy and past the entire
carbonization.instructions.mdfile into the prompt and submit it. The script will automatically stop after being read and wait for further instruction.2. Set up the showcase component carbonization page
A showcase page now needs to be added for the component to carbonize, and the new page needs to be added to the homepage and router.
Prompt:
3. Add comparison examples
Now comparison grid examples need to be added to the showcase page showing the differences between the HDS and Carbon component. The script will look at the component's other showcase pages to judge which example should be added. The Carbon web component will also be imported.
Prompt:
4. Add component tokens and carbonization styles
Now the goal is to add component level tokens to the tokens package that are then leveraged to align the HDS and Carbon component visually.
Note: This step is the most experimental and varied in its accuracy
Prompt:
📸 Screenshots
Actual Breadcrumb carbonization
Script Breadcrumb carbonization
💬 Please consider using conventional comments when reviewing this PR.
📋 PCI review checklist
Examples of changes to controls include access controls, encryption, logging, etc.
Examples include changes to operating systems, ports, protocols, services, cryptography-related components, PII processing code, etc.