Some checks failed
CI / Check for .beads changes (push) Has been skipped
CI / Check embedded formulas (push) Failing after 18s
CI / Test (push) Failing after 1m17s
CI / Lint (push) Failing after 21s
CI / Integration Tests (push) Successful in 1m9s
CI / Coverage Report (push) Has been skipped
Windows CI / Windows Build and Unit Tests (push) Has been cancelled
Replace bd subprocess spawns with direct SQLite queries: - queryEpicsInDir: direct sqlite3 query vs bd list subprocess - getLinkedConvoys: direct JOIN query vs bd dep list + getIssueDetails loop - computeGoalLastMovement: reuse epic.UpdatedAt vs separate bd show call Also includes mailbox optimization from earlier session: - Consolidated multiple parallel queries into single bd list --all query - Filters in Go instead of spawning O(identities × statuses) bd processes 177x improvement (6.2s → 35ms) by eliminating subprocess overhead. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>