Remove all restore/snapshot references from compaction

- Removed restore command from bd show output
- Updated compact help text (removed snapshot claim)
- Fixed COMPACTION.md (removed 'batch restore' from roadmap)
- All compaction UI now correctly states permanent decay
This commit is contained in:
Steve Yegge
2025-10-16 01:13:08 -07:00
parent ebcc503849
commit 1cc37d9acf
3 changed files with 2 additions and 3 deletions

View File

@@ -1039,7 +1039,6 @@ var showCmd = &cobra.Command{
compactedDate = issue.CompactedAt.Format("2006-01-02")
}
fmt.Printf("%s Compacted: %s (%s)\n", tierEmoji, compactedDate, tierName)
fmt.Printf("💾 Restore: bd compact --restore %s\n", issue.ID)
}
if issue.Description != "" {