Draft
Conversation
|
View your CI Pipeline Execution ↗ for commit a90891b ☁️ Nx Cloud last updated this comment at |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3329 +/- ##
==========================================
- Coverage 89.88% 89.19% -0.69%
==========================================
Files 377 250 -127
Lines 5593 4701 -892
Branches 1808 1591 -217
==========================================
- Hits 5027 4193 -834
+ Misses 558 500 -58
Partials 8 8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I don't think I understand how nx release works
Collaborator
|
📬 Published Alpha Packages:
|
Contributor
|
🚀 Styleguide deploy preview ready! Preview URL: https://69e8e8036fd7d050217bbeef--gamut-preview.netlify.app |
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.
Reed asked me to put something together that squads could try out this week, and I didn't want to overwrite anything in #3322 with Cass out, so I hacked together a quick POC with Claude. I don't intend to merge this but if any of it proves useful, we can port it to Cass' PR.
I had Claude create the following based on our existing docs, but following the specs for Skills, Rules, and Commands.
It's probably easiest to just browse https://github.com/Codecademy/gamut/tree/evan-poc-agent-tooling/packages/gamut/agent-tools to see the actual markdown files, but I'm including an overview here of my thoughts around each file type.
Files and their purpose
This stuff is all relatively new and as always with AI, it's nondeterministic so I don't think we can say with 100% certainty that agents will always treat these things differently. But we can use them for different purposes—to solve different problems.
/gamut-review) instead of loaded automatically. I'm unclear on whether their frontmatter gets loaded or not./migrate-to-gamutor similar to incrementally move a project from Percipio UI to Gamut..gitKeepjust to illustrate the concept.Testing Instructions
yarn add @codecademy/gamut@alpha.3329. this will just pull the new agent assets as well as the newgamutbinary command, which you can run withyarn gamutornpx gamut.yarn installto register the newgamutbinary.yarn gamut plugin install cursor|claude|figma.yarn gamut plugin install(without a target) defaults to cursor.yarn gamut plugin install claudeinstalls both the plugin and a custom marketplace.yarn gamut plugin install figmais a bit more experimental. it looks for a figma.config.json file to figure out where to add theDESIGN.mdfile, but it might be easier for designers to just copy/paste. I'm not sure about this one.yarn gamut plugin helpto see other commandsclaude plugins list. You should seegamut-design-systemlisted.