Skip to content

Add CLAUDE.md for Claude Code development guidance#598

Merged
paddymul merged 1 commit intomainfrom
docs/claude-md
Feb 27, 2026
Merged

Add CLAUDE.md for Claude Code development guidance#598
paddymul merged 1 commit intomainfrom
docs/claude-md

Conversation

@paddymul
Copy link
Collaborator

Summary

  • Add CLAUDE.md with project-specific guidance for Claude Code
  • Covers build/test commands, architecture notes, code style, and common pitfalls
  • Consolidates tribal knowledge from .cursorrules and development experience

Test plan

  • Verify CLAUDE.md renders correctly on GitHub
  • No code changes — documentation only

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 14086e05f3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

3. Python docs / tests
# JavaScript
cd packages && pnpm install
cd packages/buckaroo-js-core && pnpm run build && pnpm test

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Fix JavaScript commands to use current working directory

This command sequence is internally inconsistent: after cd packages && pnpm install, the shell is already in packages/, so cd packages/buckaroo-js-core resolves to packages/packages/buckaroo-js-core and fails. Anyone following the Build & Test block verbatim will not be able to run the JS build/tests, so the documented workflow is currently broken.

Useful? React with 👍 / 👎.

@github-actions
Copy link

📦 TestPyPI package published

pip install --index-strategy unsafe-best-match --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ buckaroo==0.12.12.dev22444200187

or with uv:

uv pip install --index-strategy unsafe-best-match --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ buckaroo==0.12.12.dev22444200187

MCP server for Claude Code

claude mcp add buckaroo-table -- uvx --from "buckaroo[mcp]==0.12.12.dev22444200187" --index-strategy unsafe-best-match --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ buckaroo-table

@paddymul paddymul added this pull request to the merge queue Feb 27, 2026
Merged via the queue into main with commit 5ff4d6e Feb 27, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant