feat: change deletions TTL default from 7 to 3 days

Reduces the default retention period for deletion manifest entries.
Shorter TTL limits blast radius of stale deletions that can poison
beads installations when agents get out of sync.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-03 22:44:59 -08:00
parent 7f1e45e3db
commit f4b8a7ad4f
2 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ Tiers:
Deletions Pruning:
All modes also prune old deletion records from deletions.jsonl to prevent
unbounded growth. Default retention is 7 days (configurable via --retention
unbounded growth. Default retention is 3 days (configurable via --retention
or deletions_retention_days in metadata.json).
Examples: