Conversation
| "configs/local/prime-rl/wiki-search.toml", | ||
| "configs/prime-rl/wiki-search.toml", | ||
| "configs/prime-rl/wiki-search.toml", | ||
| ), |
There was a problem hiding this comment.
VF_RL and PRIME_RL configs reference non-existent paths
High Severity
The VF_RL_CONFIGS and PRIME_RL_CONFIGS reference source paths in configs/local/vf-rl/ and configs/local/prime-rl/ that don't exist in the repository. The diff shows configs being added only to configs/lab/, while the old configs at configs/vf-rl/ and configs/prime-rl/ are deleted. When users run vf-setup --vf-rl or vf-setup --prime-rl, wget will fail with 404 errors because the download URLs point to non-existent files.
| "name": "wordle", | ||
| "pushed_at": "2026-01-06T19:10:23.309394", | ||
| "wheel_sha256": "44a3ff4bd5d183a116f78582801599a4775d90f34afd8380b42af9f7141d77e8" | ||
| } No newline at end of file |
There was a problem hiding this comment.
Deployment metadata accidentally committed to repository
Low Severity
The file environments/wordle/.prime/.env-metadata.json appears to be internal deployment metadata that was accidentally committed. It contains a specific owner field with a personal identifier ("will"), a unique environment_id, a wheel_sha256 hash, and a deployment timestamp. This looks like metadata generated by the Prime CLI or Environments Hub tooling rather than intentional repository content. The .prime hidden directory is not in .gitignore, suggesting this file was unintentionally included.
Description
Type of Change
Testing
uv run pytestlocally.Checklist
Additional Notes
Note
Significant docs overhaul plus example configs and setup tooling updates.
AGENTS.md; addsCLAUDE.md; major rewrites/expansions ofdocs/api.md,development.md,environments.md,evaluation.md,training.md; addsenvironments/AGENTS.mdandverifiers/AGENTS.mdwith guidelinesconfigs/lab/*hosted-training TOMLs and updates localvf-rl/prime-rlexamples; removes outdated vf-rl configs; tweakswiki-searchprime-rl config ([trainer.model.lora], sampling/buffer, seq len)verifiers/scripts/setup.pywith argparse flags (--prime-rl,--vf-rl,--skip-agents-md), downloads agents docs/configs conditionally, updates repo refs tomainuv run vf-setup --prime-rl;.gitignoreadds.primeand/prime-rlWritten by Cursor Bugbot for commit 24f7997. This will update automatically on new commits. Configure here.