This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Conversation
Comprehensive project reference covering build instructions (macOS/Linux), all scripts, project layout, code style conventions, path aliases, CI pipeline, key Seismic concepts, and troubleshooting. Every documented command was verified on the current machine.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
CLAUDE.mdwith build instructions, test commands, project layout, code style, CI overview, key concepts, and troubleshootingviem:test:anvil,viem:test:reth) documented but require external tooling (seismic-foundry/seismic-reth source repos)Test plan
bun installsucceedsbun run all:build— all 3 packages build cleanbun run check— typecheck + lint passbun run docs:build— docs build succeedssforge test --root contracts— 16/16 Solidity tests passcc @cdrappi
Note
Low Risk
Documentation-only change adding a new reference guide; no runtime or build logic is modified.
Overview
Adds a new
CLAUDE.mdproject reference with end-to-end developer workflow documentation, including Bun build/check commands, integration and Solidity test instructions (and required external tooling/env vars), docs build commands, and a monorepo layout overview.Also documents formatting/linting conventions, TypeScript path aliases, CI job responsibilities, and common troubleshooting tips for local setup.
Written by Cursor Bugbot for commit 870cbfa. This will update automatically on new commits. Configure here.