Contributing¶
Development Setup¶
git clone git@github.com:lijma/agent-skill-fgeo.git
cd agent-skill-fgeo
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev,publish]"
Run Tests¶
The project currently expects 100 percent unit test coverage.
Build Docs¶
Build Package¶
Versions are generated from Git tags through setuptools-scm; do not manually
edit a static version in pyproject.toml.