Challenge proposals
The open corpus: anyone can propose a challenge. Proposals queue here for review; an admin canonizes approved ones into the suite. The API never runs the submitted code — authors validate the reference locally, and a reviewer re-runs it before approving.
Propose one
Author a challenge dir (meta.toml, spec.md, tests/, reference/), then build + submit a signed proposal:
python -m engine.propose challenges/python/15-my-challenge # validates reference, signs
curl -X POST $PEAKSTONE_API/proposals -H 'content-type: application/json' --data @proposal.jsonQueue
No proposals yet.