Commit a50038c
docs: standalone-script note for the project_board import bootstrap (#66)
Hit twice this session while writing quick live smoke tests outside pytest
(exercising coder_seam.test_rung() against a real repo + a real delegate,
bypassing the need for a full plugin host) -- reached for a manual symlink
workaround before realizing tests/conftest.py already solves this properly
(registers the repo root under sys.modules["project_board"] via
importlib.util.spec_from_file_location, no symlink/rename needed).
Document the actual mechanism in the README so the next standalone script
doesn't rediscover the workaround. Snippet verified to actually run
standalone (not just copied from conftest.py).
Co-authored-by: Josh Mabry <josh@protolabs.studio>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent ce91ad1 commit a50038c
1 file changed
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
172 | 198 | | |
173 | 199 | | |
174 | 200 | | |
| |||
0 commit comments