Custom Challenge Authorship
Write a complete custom challenge definition: a generate(params) function, a par(result, params) function, and at least two configurable parameters. The challenge must be solvable (you must have solved it yourself), the par must be achievable but not trivial, and the generate() must pass the machine's validator (8 structural checks, 5 dry runs). Register it. Run it. Exchange it with another operator.
Concept: Algorithm specification · generate/par contract · formal problem statement