agent-orchestrator/handoff
i-trytoohard 81e4f47bac docs(handoff): RCA for tmux session naming inconsistency (ao-172)
The hash-prefixed format (`{hash}-{prefix}-{num}`) is the deprecated
legacy format from PR #58. The current intentional format is bare
`{prefix}-{num}`, introduced by PR #1466 (v0.4.0).

Hash-prefixed tmux sessions in the user's environment are leftover
sessions from before the v0.4.0 upgrade and were never killed.

Investigation surfaced a separate, real bug: bare-format tmux names
collide across multiple ao-config checkouts on the same machine that
share a sessionPrefix. Recommend restoring a short hash discriminator
on tmux names while keeping sessionId bare. Not implementing fix per
task scope.
2026-05-07 13:54:15 +05:30
..
pr-1466 refactor(core): storage redesign — projectId-based paths, JSON metadata (#1466) 2026-04-28 17:55:53 +05:30
rca-tmux-naming.md docs(handoff): RCA for tmux session naming inconsistency (ao-172) 2026-05-07 13:54:15 +05:30