Read the project’s `CLAUDE.md`. Ensure all Python rules below are present. If partially present, reorganize and edit `CLAUDE.md` so all rules are included exactly and unambiguously.
Ensures CLAUDE.md contains all specified Python rules and reorganizes them if incomplete.
/plugin marketplace add breakds/claude.bds/plugin install bds-dev@claude.bdsRead the project’s CLAUDE.md. Ensure all Python rules below are present. If partially present, reorganize and edit CLAUDE.md so all rules are included exactly and unambiguously.
flake.nix only.nix develop is active.pip, uv, or poetry.python -m package.module.python -m unittest discoverpython -m unittest -v path/to/test_file.pyos.path.StrEnum / IntEnum for enums.from .x import y).from pydantic import BaseModel).list, dict, tuple) instead of typing.List, etc.MyType | None instead of Optional[MyType].Args: section, type hints in signatures cover that.