Compare commits

..

1 Commits

Author SHA1 Message Date
Jarvis
28a669a89c feat(fleet): add durable tmux fleet poc
Some checks failed
ci/woodpecker/push/ci Pipeline was canceled
ci/woodpecker/pr/ci Pipeline was canceled
2026-06-19 15:41:34 -05:00

View File

@@ -715,7 +715,7 @@ The implementation is complete when:
## Risks and mitigations
| Risk | Mitigation |
|---|---|
| --------------------------------------------------- | --------------------------------------------------------------------------------- |
| Killing existing tmux sessions | Use named `mosaic-factory` socket; no default `tmux kill-server`. |
| systemd unit quoting/env expansion bugs | Move logic into shell wrappers; verify with `systemd-analyze --user verify`. |
| Runtime reset command mismatch | Make reset command runtime-configurable; fallback to service restart + kickstart. |