ruvnet / ruvnet/ruflo

Error when calling hive-mind resume <session_id>

Open
#683 1 comment 1 reaction 0 assignees View on GitHub
already-fixed
Dominant language
TypeScript
Stars
72.7k
Forks
8.6k
Avg merge
3d 3h
Merged PRs (30d)
85

Description

# overview

## Version
`v2.0.0-alpha.90`

## Error

When calling
`claude-flow hive-mind resume session-1755697320799-kdi9mt05u`
Getting error
```
⠋ Resuming Hive Mind session...Resuming session session-1755697320799-kdi9mt05u from status: active
✖ Failed to resume session
Error: no such column: resumed_at
```

## Solution

`sqlite3 .hive-mind/hive.db "ALTER TABLE sessions ADD COLUMN resumed_at TI
MESTAMP;"`

```
➜ mind_house git:(main) ✗ claude-flow hive-mind resume session-1755697320799-kdi9mt05u
⠋ Resuming Hive Mind session...Resuming session session-1755697320799-kdi9mt05u from status: active
✔ Session resumed successfully!

📋 Resumed Session Summary:

```

Contributor guide

Open the contributing guide

Research direction

Start at the `hive-mind resume ` command and inspect how the Hive Mind `sessions` table is created or migrated. Reproduce the resume failure with an existing database, then verify that resuming works without manually adding `resumed_at` to the schema.

Written by the indexing model from the issue text.

Assessment

Tech stack
sqlite, typescript
Domain
cli, databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.