chore: exclude .kiro directory from git tracking#17
Merged
Conversation
Ndevu12
commented
Jun 17, 2026
Owner
- Add .kiro/ to .gitignore to prevent Kiro configuration files from being committed
- Remove previously tracked .kiro files from git history
- Allows local Kiro workspace settings without affecting repository
- Add .kiro/ to .gitignore to prevent Kiro configuration files from being committed - Remove previously tracked .kiro files from git history - Allows local Kiro workspace settings without affecting repository
There was a problem hiding this comment.
Pull request overview
This PR updates repository hygiene by ensuring Kiro workspace/configuration files are not tracked in Git, enabling developers to keep local Kiro settings without committing them to the repo.
Changes:
- Add
.kiro/to.gitignoreto prevent future tracking of Kiro files. - Remove previously committed
.kirospec/config files from the repository’s current tree.
Reviewed changes
Copilot reviewed 12 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.gitignore |
Ignores .kiro/ going forward to prevent committing Kiro workspace/config. |
.kiro/specs/json-parsing-error-fix/tasks.md |
Removes Kiro spec artifact from tracking. |
.kiro/specs/json-parsing-error-fix/design.md |
Removes Kiro spec artifact from tracking. |
.kiro/specs/json-parsing-error-fix/bugfix.md |
Removes Kiro spec artifact from tracking. |
.kiro/specs/json-parsing-error-fix/.config.kiro |
Removes Kiro spec configuration from tracking. |
.kiro/specs/interactive-prompt-system/tasks.md |
Removes Kiro spec artifact from tracking. |
.kiro/specs/interactive-prompt-system/requirements.md |
Removes Kiro spec artifact from tracking. |
.kiro/specs/interactive-prompt-system/.config.kiro |
Removes Kiro spec configuration from tracking. |
.kiro/specs/graceful-model-response-handling/tasks.md |
Removes Kiro spec artifact from tracking. |
.kiro/specs/graceful-model-response-handling/requirements.md |
Removes Kiro spec artifact from tracking. |
.kiro/specs/graceful-model-response-handling/design.md |
Removes Kiro spec artifact from tracking. |
.kiro/specs/graceful-model-response-handling/.config.kiro |
Removes Kiro spec configuration from tracking. |
.kiro/settings/mcp.json |
Removes Kiro settings file from tracking. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Increase embedding separation from 1.0->10.0 and 0.01->0.1 to ensure HDBSCAN detects distinct clusters reliably - Test now passes consistently across different Python versions and environments - Fixes flaky test_synthetic_embeddings_produce_expected_cluster_count
- Check if .venv/bin/python exists before using cached virtualenv - Recreate virtualenv if cache is corrupted or incompatible - Prevents 'FileNotFoundError: No such file or directory' errors on branch builds
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.