Skip to content

chore: ignore local Claude artifacts#75

Open
JohnnyVicious wants to merge 1 commit into
mainfrom
chore/ignore-local-claude-state
Open

chore: ignore local Claude artifacts#75
JohnnyVicious wants to merge 1 commit into
mainfrom
chore/ignore-local-claude-state

Conversation

@JohnnyVicious
Copy link
Copy Markdown
Owner

Summary

  • ignore local .claude/** runtime state and generated worktrees
  • ignore local Codacy instruction override files

Verification

  • git diff --check
  • confirmed .claude/scheduled_tasks.lock and .claude/worktrees/ are ignored

@sonarqubecloud
Copy link
Copy Markdown

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

Copy link
Copy Markdown

@codacy-production codacy-production Bot left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request updates the .gitignore to exclude local Claude runtime artifacts and Codacy instruction files. While the implementation satisfies the acceptance criteria, there is a concern regarding the exclusion of files within the .github/ directory, as these are typically intended to be shared across the team. Codacy analysis indicates that the changes are up to standards with no new quality issues introduced.

Test suggestions

  • Confirm that files inside the .claude/ directory (e.g., .claude/scheduled_tasks.lock) are ignored by git.\n- [ ] Confirm that the file .github/instructions/codacy.instructions.md is ignored by git.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Confirm that files inside the .claude/ directory (e.g., .claude/scheduled_tasks.lock) are ignored by git.\n- [ ] Confirm that the file .github/instructions/codacy.instructions.md is ignored by git.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Comment thread .gitignore
.claude/**

# Ignore insiders AI rules
.github/instructions/codacy.instructions.md
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 MEDIUM RISK

Files in the .github/ directory are typically meant to be shared with the team. If these instructions are intended to guide AI behavior for the project, they should likely be committed rather than ignored. If they are personal/local overrides, they should reside outside of the .github/ directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant