Restore full history of compacted issue from git
Restore full issue history from git by checking out the commit where it was compacted. Use this to review old issues, recover forgotten context, or audit trails after compaction.
/plugin marketplace add shaneholloman/beads/plugin install beads@beads-marketplace<issue-id>Restore full history of a compacted issue from git version control.
When an issue is compacted, the git commit hash is saved. This command:
beads restore beads-42
This is read-only - it does not modify the database or git state.
Useful for:
Requires git repository with issue history.