agent-orchestrator/backend
Pritom14 4f77062aed fix(terminal): clear conn entry before sending exited frame
The exit callback enqueued the exited frame before deleting c.terms[id],
so a client reopening on receipt of exited could hit the open guard while
the entry was still set and have its open dropped. Delete first so the
cleared entry is visible by the time the client sees exited.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-31 23:09:16 +05:30
..
internal fix(terminal): clear conn entry before sending exited frame 2026-05-31 23:09:16 +05:30
cdc_wiring.go feat(backend): port lifecycle lane onto the new storage+CDC model 2026-05-31 07:16:06 +05:30
go.mod Merge remote-tracking branch 'origin/main' into feat/terminal-streaming 2026-05-31 20:50:26 +05:30
go.sum Merge remote-tracking branch 'origin/main' into feat/terminal-streaming 2026-05-31 20:50:26 +05:30
lifecycle_wiring.go feat(backend): atomic PR-observation write + CDC on check status updates 2026-05-31 17:02:47 +05:30
main.go feat(backend): wire terminal manager into the daemon at /mux 2026-05-31 19:23:35 +05:30
sqlc.yaml feat(backend): SQLite storage layer + CDC pipeline, LCM/reaper wiring 2026-05-30 16:02:07 +05:30
wiring_test.go feat(backend): port lifecycle lane onto the new storage+CDC model 2026-05-31 07:16:06 +05:30