Add CLAUDE.md for Claude Code guidance#314
Open
bestian wants to merge 1 commit intoberkmancenter:stagingfrom
Open
Add CLAUDE.md for Claude Code guidance#314bestian wants to merge 1 commit intoberkmancenter:stagingfrom
bestian wants to merge 1 commit intoberkmancenter:stagingfrom
Conversation
Adds a CLAUDE.md file at the repo root to provide Claude Code with project-specific context: tech stack, directory structure, local dev setup commands, testing instructions, CI/CD overview, code conventions, key entry points, and third-party service notes. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Merged
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.
Adds a CLAUDE.md file at the repo root to provide Claude Code with project-specific context: tech stack, directory structure, local dev setup commands, testing instructions, CI/CD overview, code conventions, key entry points, and third-party service notes.
What is in this PR?
This PR introduces a
CLAUDE.mdfile at the repository root.The goal is to provide structured, project-specific context to Claude Code so that AI-assisted development can better understand:
Claude Code is currently primarily used in the
audreyt:i18n-2026-neobranch for automated translation workflows. In the future, it can also support other engineering tasks such as refactoring, documentation generation, test scaffolding, and CI-related updates.Changes in the codebase
Adds a new
CLAUDE.mdfile at the repository root.Documents:
No functional application logic changes.
Changes outside the codebase
Testing this PR
Checkout this branch.
Confirm that
CLAUDE.mdexists at the repository root.Review the document for accuracy and completeness.
(Optional) Use Claude Code in the
audreyt:i18n-2026-neobranch to verify that:Additional information
This PR does not alter runtime behavior.
The purpose is to make AI collaboration more predictable and aligned with project conventions. By centralizing project knowledge in
CLAUDE.md, we reduce ambiguity, improve consistency in automated changes, and make future AI-assisted engineering tasks safer and more maintainable.