Skip to content

Update README to document Claude CLI agent support #80

Update README to document Claude CLI agent support

Update README to document Claude CLI agent support #80

Workflow file for this run

name: Format Check
on:
push:
branches: [master]
pull_request:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install Black
run: pip install black
- name: Check formatting
run: black --check --diff src/