Skip to content

docs: expand CLAUDE.md with commands, change checklist, and add-on sync notes#390

Open
MaStr wants to merge 3 commits into
mainfrom
claude/claude-md-batcontrol-skill-kx7pzq
Open

docs: expand CLAUDE.md with commands, change checklist, and add-on sync notes#390
MaStr wants to merge 3 commits into
mainfrom
claude/claude-md-batcontrol-skill-kx7pzq

Conversation

@MaStr

@MaStr MaStr commented Jul 5, 2026

Copy link
Copy Markdown
Owner

claude added 2 commits July 5, 2026 05:50
…nc notes

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CTyZuxYxCx3Ri9kYq6WqfV
Documents the release flow (bump-my-version, Prepare Release workflow,
tagging, Docker build trigger, next dev cycle, HA add-on promotion) as a
Claude skill with confirmation gates before irreversible steps.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CTyZuxYxCx3Ri9kYq6WqfV
Copilot AI review requested due to automatic review settings July 5, 2026 06:01

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR expands the repository’s contributor-facing documentation by turning CLAUDE.md into a more complete “how to work on batcontrol” guide (commands, checklist, release notes) and by adding a dedicated .claude skill document for the release process.

Changes:

  • Expanded CLAUDE.md with common uv/test/lint commands, a change checklist, and HA add-on sync notes.
  • Added a new .claude/skills/release/SKILL.md describing the end-to-end release workflow (prepare-release, tagging, next dev bump, HA add-on promotion).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
CLAUDE.md Adds contributor commands/checklist and release guidance; contains a couple of doc accuracy issues to fix.
.claude/skills/release/SKILL.md Introduces a “release” skill document describing the release procedure and workflows.

Comment thread CLAUDE.md
Comment on lines +12 to +16
uv venv --python 3.13 --allow-existing # setup only
uv pip install -e '.[test]'
uv run pytest tests/ -k <name> # single test / subset
uv run pylint src/batcontrol # target score >= 9.0 (10 if achievable)
uv run autopep8 --in-place <file> # PEP8 formatting
Comment thread CLAUDE.md Outdated
pylint/autopep8 are not part of the test extras, install them alongside;
the 15-min transform doc lives under docs/development/.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CTyZuxYxCx3Ri9kYq6WqfV
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.

3 participants