docs: lead with Karpathy problem → graphify answer framing

fix: add pytest to CI install step

docs: reframe README as Claude Code skill, fix worked/ description

fix: use graphifyy on PyPI until graphify name is reclaimed

fix: pyproject.toml structure, URLs, description; README clarifications

feat: keywords, CHANGELOG, requires note, CI end-to-end install check
This commit is contained in:
Safi
2026-04-05 00:20:56 +01:00
parent 24bcd6d448
commit cf7f42d3e7
4 changed files with 79 additions and 18 deletions
+7 -1
View File
@@ -24,7 +24,13 @@ jobs:
- name: Install dependencies
run: |
pip install -e ".[mcp,pdf,watch]"
pip install pytest
- name: Run tests
run: |
pytest tests/ -q --tb=short
python -m pytest tests/ -q --tb=short
- name: Verify install works end-to-end
run: |
graphify --help
graphify install