Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 2.61 KB

File metadata and controls

64 lines (48 loc) · 2.61 KB

Microvm Tmux Session Resume Guide

Captured: 2026-03-05 ~22:30

Tmux Session: microvm (8 windows)

Window 1: rally — /Users/justin/code/rally

  • 4 panes: 3x claude, 1x codex
  • This is the main rally development window

Window 2: pi-coordinator — /Users/justin/code/rally/worktrees/pi-coordinator

  • 2 panes: both codex agents
  • Rally session: implement-llm-coordinator (was trying to start, hung on startup)
  • TODO: todos/llm-coordinator.md — implement + 1 reviewer

Window 3: staging — /Users/justin/code/pika/worktrees/hetzner-cli

  • 2 panes: both idle fish shells
  • No active rally session

Window 4: test-audit — /Users/justin/code/pika/worktrees/test-audit

  • 2 panes: claude + codex
  • Likely working on test audit tasks

Window 5: fast-ci — /Users/justin/code/pika/worktrees/fast-ci

  • 2 panes: fish + claude
  • Rally session: negotiate-how-to-speed-up-ci-in-normal-case (phase=finalization_write)
  • Was stuck on finalization deadlock bug (now fixed in rally code)
  • Re-run: delete old session, re-negotiate with 2 agents

Window 6: pikahub-concurrency — /Users/justin/code/pika/worktrees/pikahub-concurrency

  • 2 panes: both idle fish shells
  • Rally session: implement-pikahut-concurrency-hardening (phase=implement)

Window 7: master — /Users/justin/code/pika

  • 2 panes: claude + fish
  • Main pika repo

Window 8: new-agent-button — /Users/justin/code/pika/worktrees/new-agent-button

  • 2 panes: fish + codex
  • Working on new agent button feature

Active Rally Sessions (worth resuming)

Session Phase Agents Worktree
implement-microvm-launcher-simplify review implement, review-1 rally/worktrees/???
implement-pikahut-concurrency-hardening implement implement, review-1 pika/worktrees/pikahub-concurrency
negotiate-how-to-speed-up-ci-in-normal-case finalization_write agent-alpha, agent-beta pika/worktrees/fast-ci

Stale Sessions (can delete)

  • ghost-repro-1772673076 — old repro test
  • ghost-repro-fixed-1772673376 — old repro test (stuck in registration)
  • implement-microvm-observability — older impl session
  • implement-microvm-v1 — older impl session

After Restart

  1. tmux new-session -s microvm
  2. Recreate windows/panes per layout above
  3. For rally sessions, agents can resume by re-running rally skill run (sessions persist on disk)
  4. Delete stale sessions: rm -rf ~/.rally/sessions/ghost-repro-*
  5. Delete and re-run negotiate session (finalization fix is in working tree, needs rebuild first)
  6. Rebuild rally: cargo build --release --manifest-path ~/code/rally/Cargo.toml