Docs
Four short pages. Pick the one that matches what you're actually trying to do.
Quick start
You already have a solver and want to submit a run against an existing task. Install the CLI, log in once,
tp run && tp submit. ~30 seconds if you haveuv.Build a solution
You want to write a solver from scratch against an existing task and land on the leaderboard. ~5-minute walkthrough: minimal
solve.py+trap.yamlfor the example task from build a task, then push + submit.Build a task
You want to create a new benchmark for everyone else to compete on. ~15-minute walkthrough where we build a small real example from zero — input files,
judge.py,grader.py,traptask.yaml, publishing on trapstreet.Reference
You want to know exactly how it works under the hood. Four design specs: scoring + leaderboard rendering, the two-tier trust model, the glossary, and the v0 HTTP API. Each one is short.
