fix: use python3 for correctness checks and add CI (#50)

The benchmark harness hardcoded `python`, which is missing on macOS and
many Linux images. Probe python3 first, add npm test, and run checks in
GitHub Actions so regressions are caught on every PR.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Christopher Mayfield
2026-06-15 11:11:04 +02:00
committed by GitHub
co-authored by Cursor
parent 2302fbc843
commit f02f9424a5
4 changed files with 51 additions and 2 deletions
+3
View File
@@ -4,6 +4,9 @@
"description": "Lazy senior dev mode for AI agents. The best code is the code you never wrote.",
"keywords": ["pi-package", "pi", "skills", "ponytail"],
"license": "MIT",
"scripts": {
"test": "node --test tests/*.test.js && npm test --prefix pi-extension"
},
"pi": {
"extensions": ["./pi-extension/index.js"],
"skills": ["./skills"]