Skip to content

Add CLAUDE.md for AI-assisted development#1105

Merged
bobokun merged 1 commit intoStuffAnThings:developfrom
bakerboy448:add-claude-md
Mar 2, 2026
Merged

Add CLAUDE.md for AI-assisted development#1105
bobokun merged 1 commit intoStuffAnThings:developfrom
bakerboy448:add-claude-md

Conversation

@bakerboy448
Copy link
Collaborator

Summary

  • Adds .claude/CLAUDE.md with project conventions for AI-assisted development tools
  • Covers project structure, dev setup, coding standards (ruff config), and PR workflow
  • Generic content only — no infrastructure-specific references

Details

This file helps AI coding assistants (Claude Code, Copilot, Cursor, etc.) understand the project's conventions:

  • Python 3.10+, setuptools + pyproject.toml
  • Ruff linting (line-length=130 per ruff.toml)
  • Module structure (modules/, modules/core/, scripts/)
  • PRs target develop branch

Test plan

  • File contains no sensitive or infrastructure-specific content
  • Conventions match existing project standards

@bobokun bobokun merged commit 85511e5 into StuffAnThings:develop Mar 2, 2026
2 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.

2 participants