Add CLAUDE.md and Claude Code project settings#4397
Merged
Conversation
Add CLAUDE.md with build commands, architecture overview, development guidelines, and workflow instructions for Claude Code. Add project-level permission settings to deny reading from irrelevant directories (lib/fcs, fcs-fable, obj, bin, .venv, node_modules, etc.). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds a workflow that triggers Claude Code on @claude mentions in issue comments, PR review comments, and PR reviews from trusted contributors. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Quicktest output goes to the quicktest directory (e.g. src/quicktest-py/), not temp/tests/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
Setting this up as a test to enable Claude Code PR reviews in this repo after discussing with @MangelMaxime Currently using a personal Claude token, but should be good for now since I cannot use up all the quota anyways 😊
CLAUDE.mdwith build commands, compiler architecture overview, development guidelines (cross-target consistency, shared file caution, backward compatibility rules), workflow instructions (quicktest, test suites), and changelog requirements.claude/settings.jsonwith deny rules to prevent reading irrelevant directories (lib/fcs, fcs-fable, obj, bin, .venv, node_modules, fable-metadata/lib) and allow rules for build/test commands.github/workflows/claude.ymlGitHub Action that triggers Claude Code on@claudementions in issue comments, PR review comments, and PR reviews from trusted contributorsTest plan
.claude/settings.jsondeny rules work in Claude Code@claudementions in PRs🤖 Generated with Claude Code