Skip to content

chore: exclude .kiro directory from git tracking#17

Merged
Ndevu12 merged 3 commits into
mainfrom
chore/gitignore-kiro-directory
Jun 17, 2026
Merged

chore: exclude .kiro directory from git tracking#17
Ndevu12 merged 3 commits into
mainfrom
chore/gitignore-kiro-directory

Conversation

@Ndevu12

@Ndevu12 Ndevu12 commented Jun 17, 2026

Copy link
Copy Markdown
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
@Ndevu12 Ndevu12 requested a review from Copilot June 17, 2026 12:42
@Ndevu12 Ndevu12 self-assigned this Jun 17, 2026
@Ndevu12 Ndevu12 added the documentation Improvements or additions to documentation label Jun 17, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 .gitignore to prevent future tracking of Kiro files.
  • Remove previously committed .kiro spec/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.

Ndevu12 added 2 commits June 17, 2026 14:47
- 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
@Ndevu12 Ndevu12 merged commit 5ccc71a into main Jun 17, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants