You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Exam-prep harness for math/physics courses, driving opencode. Ingests course PDFs through a vision pipeline, extracts HW-density-weighted solution patterns, drills via twins/blinds/chains/mocks, and grades hand-written answer scans. A standalone orchestration layer — not an editor plugin — that wraps opencode as its execution engine.",
"type": "module",
"bin": {
"paideia": "bin/paideia.mjs"
},
"files": [
"bin/",
"src/",
"assets/",
"README.md",
"README.ko.md",
"LICENSE"
],
"engines": {
"node": ">=18.17"
},
"scripts": {
"paideia": "node bin/paideia.mjs",
"check": "node --check bin/paideia.mjs && for f in $(find src -name '*.mjs'); do node --check \"$f\" || exit 1; done && echo 'syntax ok'",