Commit e9e992f
docs(host-agent): drop stale --no-deps from post-install recreate explainers
PR Light-Heart-Labs#1021 dropped --no-deps from the install command path. Three comments
in this branch's neighborhood still referenced the old form when
explaining WHY the post-install core recreate is needed:
bin/dream-host-agent.py:348 docstring of _post_install_core_recreate
bin/dream-host-agent.py:1260 call-site comment in _handle_install
tests/test_host_agent.py:328 comment block above TestPostInstallCoreRecreate
The underlying causal claim is unchanged: docker compose up -d <ext>
won't recreate already-running siblings without --force-recreate. Comments
now describe the present-day install command accurately, with the missing
--force-recreate flag named as the reason recreate is required, instead
of the no-longer-passed --no-deps flag.
No behaviour change. 45 host-agent tests still pass.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 900bc71 commit e9e992f
2 files changed
Lines changed: 11 additions & 10 deletions
File tree
- dream-server
- bin
- extensions/services/dashboard-api/tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| |||
1257 | 1257 | | |
1258 | 1258 | | |
1259 | 1259 | | |
1260 | | - | |
1261 | | - | |
| 1260 | + | |
| 1261 | + | |
1262 | 1262 | | |
1263 | 1263 | | |
1264 | 1264 | | |
| |||
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
329 | | - | |
330 | | - | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
331 | 332 | | |
332 | 333 | | |
333 | 334 | | |
| |||
0 commit comments