Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
prime env initREADME template matches the prior cleanup of per-environmentREADME.mdfiles and does not encourage usingParserobjects by default.Description
environments/*/README.mdto remove explicit- **Parser**:metadata lines and to reword parser-heavy phrasing in example summaries (various environment READMEs updated).verifiers/scripts/init.pyto replace the- **Parser**:line with a neutral- **Output format expectations (optional)**:line so newly-created READMEs no longer prompt parser-first documentation.README.mdfiles as part of the cleanup.Testing
**Parser**template line was removed fromverifiers/scripts/init.pyusingrg(search for parser-related phrases). The search showed the newOutput format expectationsline present and no**Parser**template line in the init template.init_environment('demo-env', path=<tmpdir>)fromverifiers.scripts.initand inspected the generatedREADME.mdto verify it does not contain**Parser**and does contain**Output format expectations (optional)**(test succeeded).Codex Task
Note
Low Risk
Docs-only/template changes with no runtime behavior impact beyond the text generated by
prime env init.Overview
Updates the environment documentation to remove parser-centric guidance: per-environment
README.mdfiles and the top-levelenvironments/README.mddrop explicit**Parser**metadata lines and reword a few descriptions to focus on task/rubric behavior instead of parser internals.Adjusts
prime env init’sREADME_TEMPLATE(verifiers/scripts/init.py) to replace the**Parser**placeholder with a neutral**Output format expectations (optional)**line, and applies minor Markdown/whitespace fixes (including newline-at-EOF cleanup).Written by Cursor Bugbot for commit 840efc7. This will update automatically on new commits. Configure here.