Skip to content

Add Claude Code configuration files#3138

Open
jonathangreen wants to merge 1 commit intomainfrom
chore/add-claude-config
Open

Add Claude Code configuration files#3138
jonathangreen wants to merge 1 commit intomainfrom
chore/add-claude-config

Conversation

@jonathangreen
Copy link
Member

@jonathangreen jonathangreen commented Mar 13, 2026

Description

Add Claude Code configuration files to the repository:

  • CLAUDE.md — project context, conventions, and instructions for Claude Code
  • AGENTS.md — symlink to CLAUDE.md (for Copilot/other agent compatibility)
  • .gitignore — ignore .claude/ directory and CLAUDE.local.md

Motivation and Context

These files provide AI coding assistants with project-specific context including
tech stack, code conventions, project structure, development workflow, and
contributing guidelines. This helps ensure AI-generated code follows our
established patterns and practices.

How Has This Been Tested?

No code changes — configuration/documentation only.

Checklist

  • I have updated the documentation accordingly.
  • All new and existing tests passed.

Add CLAUDE.md and AGENTS.md for Claude Code AI assistant context,
and ignore local Claude settings in .gitignore.
@jonathangreen jonathangreen requested a review from a team March 13, 2026 23:12
@codecov
Copy link

codecov bot commented Mar 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.26%. Comparing base (70374fa) to head (c0c193c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3138   +/-   ##
=======================================
  Coverage   93.26%   93.26%           
=======================================
  Files         493      493           
  Lines       45584    45584           
  Branches     6252     6252           
=======================================
  Hits        42516    42516           
  Misses       1982     1982           
  Partials     1086     1086           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@dbernstein dbernstein left a comment

Choose a reason for hiding this comment

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

This looks great. I suppose if updates to the readme are required, we can indicate in the specific feature/bugfix prompt as needed.

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.

3 participants