Error when calling hive-mind resume <session_id>
- 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
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