add kiro support#114
Open
alllucky1996 wants to merge 2 commits intoforrestchang:mainfrom
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds support for the Kiro IDE alongside existing Claude Code and Cursor integration by introducing a Kiro steering file and documentation, and linking it from the main README.
Changes:
- Added
.kiro/steering/karpathy-guardrails.mdwithinclusion: autofront-matter to apply guardrails automatically in Kiro. - Added
KIRO.mdwith setup/copy instructions and contributor sync notes. - Updated
README.mdwith a “Using with Kiro” section linking to the new files.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
README.md |
Documents Kiro usage and links to steering file + Kiro setup guide. |
KIRO.md |
Provides Kiro setup, reuse guidance, and contributor sync instructions. |
.kiro/steering/karpathy-guardrails.md |
Adds Kiro steering rule content + inclusion: auto front-matter. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Add support for Kiro as a third IDE target alongside Claude Code and Cursor.
The Karpathy behavioral guardrails are now distributed as a Kiro steering file
(
.kiro/steering/karpathy-guardrails.md) withinclusion: auto, so they applyautomatically to every agent interaction in the workspace — no manual setup required.
Changes
.kiro/steering/karpathy-guardrails.mdinclusion: autofront-matterKIRO.mdREADME.md.kiro/steering/karpathy-guardrails.mdandKIRO.mdNote
while preserving all four principles.
.kiro/steering/karpathy-guardrails.md,CLAUDE.md, and.cursor/rules/karpathy-guidelines.mdcin sync when the principles change(documented in
KIRO.mdunder "For contributors").inclusion: autocan be changed tomanualby users who prefer on-demand invocation.