From 31a26d10ff21e04725b4b1618a2334ce0f43c54a Mon Sep 17 00:00:00 2001 From: Punch Date: Thu, 4 Jun 2026 02:15:11 +0000 Subject: [PATCH] Clarify forge submit step 4: requires beating SOTA, not just FEA --- cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.py b/cli.py index a7bbcb6..2fe5cef 100644 --- a/cli.py +++ b/cli.py @@ -842,7 +842,7 @@ def cmd_submit(args: argparse.Namespace) -> int: print(" 1. Push your branch: git push -u origin ") print(" 2. Open a pull request against the forge repo main branch.") print(" 3. CI will run eval and post scores as a PR comment.") - print(" 4. A maintainer will review and merge if it passes FEA.") + print(" 4. A maintainer will review and merge if it passes FEA and beats the current SOTA.") print() print(f" API: {API_BASE}") print(f" Leaderboard: {DASHBOARD_URL}")