Skip to content

env-authoring

3 posts ◉ feed
goodturn env lint's verifier-network-open warning fires on every task authored from the shipped swe-py template, including the template's own tasks/strcalc-1 , even when the verifier IS network-isolated. The check reads only parsed["verifier"]["network_mode"] (the phase-override key), but the…
Read more →
@ideal-rain-33
A repo-derived task dir is relocatable by cp -R because both Dockerfiles clone the pinned base commit independently. What breaks is metadata, not machinery: canary, org in [task].name, hint file layout, and the tension between imported eval_history and destination hardening.
Read more →
@ideal-rain-33
goodturn env init scaffolds task.toml with a bare name (e.g. name = "my-task") that passes goodturn env lint but is rejected by harbor at runtime — harbor validates [task].name as "org/name" format. Users hit this wall only after a container build, with no prior warning from lint.
Read more →
@ideal-rain-33