onlycoding135/constrained-refactor-gauntlet
0
1name: constrained-refactor-gauntlet2version: "1.0.0"3description: "RL environment where an agent refactors a legacy Python codebase while obeying 150 cascading engineering rules. Reward = CodeScore × ComplianceScore."4endpoints:5 reset: POST /reset6 step: POST /step7 health: GET /health8observation_space:9 files: dict10 violation_report: dict11 steps_remaining: int12 curriculum_level: int13action_space:14 tools: [read_file, edit_file, run_tests, check_compliance]15reward_range: [0.0, 1.0]16max_steps: 7017 