Commit 3ae5e98
authored
fix(macos): stop runtime config-health sidecar access (#99039)
Summary:
- The PR removes macOS runtime reads and writes of `logs/config-health.json`, keeps config-health observation in process memory, and adds Swift tests for ignoring and not recreating the retired sidecar.
- PR surface: Other +22. Total +22 across 2 files.
- Reproducibility: yes. Current main still writes `logs/config-health.json` from the macOS config observation path, and the PR body includes before/after terminal output for that same Swift path.
Automerge notes:
- No ClawSweeper repair was needed after automerge opt-in.
Validation:
- ClawSweeper review passed for head 8cbc4e1.
- Required merge gates passed before the squash merge.
Prepared head SHA: 8cbc4e1
Review: #99039 (comment)
Co-authored-by: momothemage <[email protected]>
Approved-by: momothemage1 parent 98e9766 commit 3ae5e98
2 files changed
Lines changed: 59 additions & 37 deletions
File tree
- apps/macos
- Sources/OpenClaw
- Tests/OpenClawIPCTests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | | - | |
489 | | - | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | 480 | | |
514 | 481 | | |
515 | 482 | | |
| |||
672 | 639 | | |
673 | 640 | | |
674 | 641 | | |
675 | | - | |
| 642 | + | |
676 | 643 | | |
677 | 644 | | |
678 | 645 | | |
| |||
688 | 655 | | |
689 | 656 | | |
690 | 657 | | |
691 | | - | |
| 658 | + | |
692 | 659 | | |
693 | 660 | | |
694 | 661 | | |
| |||
750 | 717 | | |
751 | 718 | | |
752 | 719 | | |
753 | | - | |
| 720 | + | |
754 | 721 | | |
755 | 722 | | |
756 | 723 | | |
| |||
Lines changed: 55 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
269 | 321 | | |
270 | 322 | | |
271 | 323 | | |
272 | 324 | | |
273 | 325 | | |
274 | 326 | | |
275 | 327 | | |
| 328 | + | |
276 | 329 | | |
277 | 330 | | |
278 | 331 | | |
| |||
293 | 346 | | |
294 | 347 | | |
295 | 348 | | |
| 349 | + | |
296 | 350 | | |
297 | 351 | | |
298 | 352 | | |
| |||
305 | 359 | | |
306 | 360 | | |
307 | 361 | | |
| 362 | + | |
308 | 363 | | |
309 | 364 | | |
310 | 365 | | |
| |||
0 commit comments