A CLAUDE.md is just a markdown file at the root of your repo. Copy the content below into your own project's CLAUDE.md to give your agent the same context.
npx versuz@latest install pipedreamhq-pipedream --kind=claude-mdcurl -o CLAUDE.md https://raw.githubusercontent.com/PipedreamHQ/pipedream/HEAD/CLAUDE.md# @pipedream/connect-react ## Versioning & Changelog **Every change to this package must include:** 1. **Version bump** in `package.json` — follow semver: - Patch (x.x.N): bug fixes, adding optional fields to existing interfaces - Minor (x.N.0): new features, new components, new props - Major (N.0.0): breaking changes to public API or component props 2. **CHANGELOG.md entry** — add a new section at the top following the existing format: ```markdown ## [x.y.z] - YYYY-MM-DD ### Added / Changed / Fixed - Description of changes ``` Do not merge or consider a change complete without both the version bump and changelog entry.