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:
@@ -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 != "" {
|
||||
|
||||
Reference in New Issue
Block a user