Add CLAUDE.md for Claude Code guidance#579
Merged
joshuahannan merged 4 commits intomasterfrom Feb 17, 2026
Merged
Conversation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
jordanschalm
approved these changes
Feb 17, 2026
CLAUDE.md
Outdated
Member
There was a problem hiding this comment.
If you put this file contents in AGENTS.md and symlink CLAUDE.md->AGENTS.md, this will work for people using other tools (OpenAI Codex etc.). It seems like they're moving toward standardizing on AGENTS.md but still not compatible afaik.
CLAUDE.md
Outdated
Member
There was a problem hiding this comment.
Suggested change
| This repository contains the core smart contracts for the Flow blockchain, written in Cadence. The `master` branch contains the Cadence 1.0 version (not yet deployed to mainnet/testnet - see `cadence-0.42` branch for deployed versions). | |
| This repository contains the core smart contracts for the Flow blockchain, written in Cadence. |
outdated?
Member
Author
There was a problem hiding this comment.
yeah, from the readme. I'm updating this and the readme
CLAUDE.md
Outdated
Comment on lines
18
to
19
Member
There was a problem hiding this comment.
Suggested change
| # Run a single Cadence test file | |
| flow test tests/dkg_test.cdc | |
| # Run a single Cadence test file | |
| flow test tests/dkg_test.cdc | |
| # Run a specific Cadence test case | |
| flow test tests/dkg_test.cdc --name "testResultSubmissionInit_InvalidGroupKeyLength" |
CLAUDE.md
Outdated
Member
There was a problem hiding this comment.
Suggested change
| Cadence tests deploy contracts using `Test.deployContract()` and account `0x0000000000000007` as the default admin. | |
| Cadence tests deploy contracts using `Test.deployContract()` and account `0x0000000000000007` as the default admin. | |
| New tests should be written in Cadence where possible. |
I'm guessing that is true?
Co-Authored-By: Claude Opus 4.6 <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.
Adds claude config