docs(many): add Claude Code configuration and documentation#2182
Merged
docs(many): add Claude Code configuration and documentation#2182
Conversation
|
e7b074a to
e0e8c61
Compare
Add comprehensive AI assistant support: - CLAUDE.md with repository structure, workflows, and conventions - .claudeignore to optimize Claude Code performance - .gitignore entries for AI tool artifacts - Updated ai-features.md to reference CLAUDE.md - inst-ai.config.mjs for inst-ai integration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Remove jsdom and @rollup/rollup-linux-x64-gnu packages that were added as a temporary workaround for npm v11.5.0 bug. The issue has been resolved in npm v11.6.0+. Related: npm/cli#8470 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Add shared slash commands for InstUI workflow: - /commit: Create commits following InstUI conventions with HUSKY=0 - /pr: Create pull requests following InstUI conventions Update .gitignore to track only shared commands while ignoring user-specific local commands. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
e0e8c61 to
98693e1
Compare
matyasf
requested changes
Oct 8, 2025
Collaborator
matyasf
left a comment
There was a problem hiding this comment.
looks good, just a few nitpicks
CLAUDE.md
Outdated
| 2. **Package README**: `/packages/[package]/README.md` | ||
| - Package overview, installation, exports | ||
|
|
||
| **For complete API details:** |
Collaborator
There was a problem hiding this comment.
For complete API details of a component:
Improve CLAUDE.md with: - Clarify that component READMEs render instructure.design docs - Simplify component development workflow steps - Add gray-matter reference for documentation syntax - Refine wording for better clarity 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
ToMESSKa
approved these changes
Oct 10, 2025
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.
Summary
Adds comprehensive Claude Code and AI assistant support to the repository, configures custom slash commands for InstUI workflows, and removes outdated npm workaround packages.
Changes
/commitand/prslash commands following InstUI conventionsTest Plan
/commitcommand creates properly formatted commits with HUSKY=0/prcommand creates PRs following InstUI conventionsRelated
🤖 Created with Claude Code