Package banner
cognitx-leyton cognitx-leyton

Package

Development community

Description

--- description: Bump version, build wheel, and publish to PyPI allowed-tools: Bash(python:*), Bash(.venv/bin/*), Bash(grep:*), Bash(curl:*) --- # Package (Step 9) Bump the patch version, build the wheel + sdist, and publish to PyPI. ## Process ### 1. Read current version ```bash grep '^version' pyproject.toml ``` ### 2. Bump patch version Increment the patch number: `0.1.X` → `0.1.X+1` Edit `pyproject.toml` to update the version. ### 3. Build ```bash cd codegraph rm -f dist/* .venv/bi

Installation

Installs to ~/.claude/commands/cognitx-leyton-graphrag-code-package.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/cognitx-leyton/graphrag-code/HEAD/.claude/commands/package.md -o ~/.claude/commands/cognitx-leyton-graphrag-code-package.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository