Skip to content

refactor(orchestrator): log git install failures during startup#107

Merged
ori0o0p merged 1 commit intomainfrom
feature/orchestrator-install-log
Feb 17, 2026
Merged

refactor(orchestrator): log git install failures during startup#107
ori0o0p merged 1 commit intomainfrom
feature/orchestrator-install-log

Conversation

@ori0o0p
Copy link
Member

@ori0o0p ori0o0p commented Feb 17, 2026

Summary

  • replace silent try? git-install attempts in ContainerOrchestrator with explicit do/catch handling
  • append apk/apt install failures to AppLogStore while preserving existing startup flow
  • add regression coverage that verifies session startup continues and install failures are captured in app logs

Closes #106

Test Plan

  • swift test --filter ContainerOrchestratorTests
  • swift test
  • swift build -c release

@ori0o0p ori0o0p merged commit da29306 into main Feb 17, 2026
1 check passed
@ori0o0p ori0o0p deleted the feature/orchestrator-install-log branch February 17, 2026 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor(orchestrator): log git install failures during session startup

1 participant