Skip to content

Tidy the test-submission marker after review#31

Merged
isPANN merged 1 commit into
mainfrom
chore/simplify-test-marker
Jul 6, 2026
Merged

Tidy the test-submission marker after review#31
isPANN merged 1 commit into
mainfrom
chore/simplify-test-marker

Conversation

@isPANN

@isPANN isPANN commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Code-quality cleanup from a /simplify pass — no behavior change:

  • submit.py — drop the unused "test" key from the dry-run return dict (the CLI tag derives from args.test; nothing read the result key).
  • verify_submission.pybool(submission.get("test")); the explicit False default was redundant.
  • submission.schema.json — move test into the optional-field cluster after results (next to placeholder); drop the Optional. lead-in for house style.
  • score-from-r2.yml — comment the coarse whole-incoming/ archive, flagging that a permanently-FAILing submission jams the queue until deleted by hand.

Follow-up (not in this PR): archive per-file by FINISHED status so one poison submission can't block all publishing.

🤖 Generated with Claude Code

https://claude.ai/code/session_018xw6L5yUrz33UrQpanbwnH

Cleanup from a code-quality pass (no behavior change):
- submit.py: drop the unused "test" key from the dry-run return dict (the CLI
  tag derives from args.test, nothing reads the result key).
- verify_submission.py: bool(submission.get("test")) — the explicit False
  default was redundant.
- submission.schema.json: move "test" into the optional-field cluster after
  results (next to placeholder), drop the "Optional." lead-in for house style.
- score-from-r2.yml: comment the coarse whole-incoming/ archive, flagging that a
  permanently-FAILing submission jams the queue until deleted by hand
  (follow-up: archive per-file by FINISHED status).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018xw6L5yUrz33UrQpanbwnH
@isPANN isPANN merged commit 88dad84 into main Jul 6, 2026
1 check passed
@isPANN isPANN deleted the chore/simplify-test-marker branch July 6, 2026 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant