Commit 8a5e4d8
committed
plan(0.5.11): prove the isolated-env recipe end to end
The UV_PROJECT_ENVIRONMENT mechanism was verified earlier; the environment
recipe was not. Running it revealed uv sync alone does not produce a runnable
test environment: 9 failed and 78 errors, all PII, because en_core_web_lg is
not a declared dependency. It is installed out of band per operations.md, so a
fresh sync never fetches it. Installing it turned the same suite green at 3107
passed, matching the live environment exactly.
The plan now carries the executed recipe rather than a sketch, including the
spaCy step, the 3.12 interpreter pin (a fresh redirected env defaults to 3.11),
and a durable venv location outside both the repo and any session-scoped temp
dir.
Isolation is proven rather than asserted: after a full sync, a full suite run,
and a package install in the redirected environment, the live venv was
unchanged — 1.5G, fathomdb still 0.3.1, spaCy model intact — and the proxy
stayed active throughout.1 parent be48361 commit 8a5e4d8
1 file changed
Lines changed: 30 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
114 | 123 | | |
115 | 124 | | |
116 | | - | |
117 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
118 | 135 | | |
119 | 136 | | |
120 | | - | |
| 137 | + | |
121 | 138 | | |
| 139 | + | |
| 140 | + | |
122 | 141 | | |
123 | 142 | | |
| 143 | + | |
| 144 | + | |
124 | 145 | | |
125 | | - | |
126 | | - | |
127 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
128 | 152 | | |
129 | 153 | | |
130 | 154 | | |
| |||
0 commit comments