Skip to content

chore: remove .claude directory and add to .gitignore#4419

Merged
matthew-dean merged 2 commits intoless:masterfrom
matthew-dean:chore/remove-claude-dir
Mar 10, 2026
Merged

chore: remove .claude directory and add to .gitignore#4419
matthew-dean merged 2 commits intoless:masterfrom
matthew-dean:chore/remove-claude-dir

Conversation

@matthew-dean
Copy link
Copy Markdown
Member

@matthew-dean matthew-dean commented Mar 10, 2026

Summary

  • Removes .claude/ directory (agent specs, settings) from the repo
  • Adds .claude/ to .gitignore so local configs aren't tracked

These files were accidentally committed in #4414 and aren't project-critical.

Summary by CodeRabbit

  • Chores
    • Removed an internal, specification-driven workflow framework and related agent/specification artifacts used for design, requirements, tasks, implementation, judging, and testing.
    • Removed associated system prompt and configuration that orchestrated that workflow.
    • Updated version control and CI settings to ignore internal/generated development artifacts and directories.

@dosubot dosubot Bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Mar 10, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 10, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 8f49e667-30cb-4828-ab08-8b656e0ba905

📥 Commits

Reviewing files that changed from the base of the PR and between 8ec4443 and 6cccb8e.

📒 Files selected for processing (1)
  • .github/workflows/publish.yml

📝 Walkthrough

Walkthrough

The pull request removes a complete Claude Code Specs workflow: seven agent spec documents, the system orchestration prompt, and a settings file; it also adds a .gitignore entry to exclude the .claude/ directory.

Changes

Cohort / File(s) Summary
Spec Agent Workflows
\.claude/agents/kfc/spec-design.md, \.claude/agents/kfc/spec-impl.md, \.claude/agents/kfc/spec-judge.md, \.claude/agents/kfc/spec-requirements.md, \.claude/agents/kfc/spec-system-prompt-loader.md, \.claude/agents/kfc/spec-tasks.md, \.claude/agents/kfc/spec-test.md
Deleted all agent specification documents defining requirements, design, tasks, implementation, testing, and evaluation workflows and their procedural constraints.
System Prompt Framework
\.claude/system-prompts/spec-workflow-starter.md
Removed the orchestration/system prompt that coordinated the end-to-end spec-driven workflow and sub-agent calls.
Configuration Files
\.claude/settings/kfc-settings.json
Deleted settings file with path mappings and UI visibility preferences for the spec workflow.
Build / CI Configuration
\.gitignore, .github/workflows/publish.yml
Added .claude/ to .gitignore; updated CI publish workflow ignore list to include .gitignore and .claude/**.

Estimated code review effort

🎯 4 (Complex) | ⏱️ ~45 minutes

Poem

🐇 Files once full of plans and charts,

now quietly removed in quiet parts.
A rabbit hops, no spec to bind,
leaving gentle traces in .gitignore behind.
Huzzah for tidy roots and springtime finds.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title accurately summarizes the main changes: removing the .claude directory and adding it to .gitignore, which aligns with the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Comment @coderabbitai help to get the list of available commands and usage tips.

@matthew-dean matthew-dean merged commit 5b65bfc into less:master Mar 10, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant