Steve Yegge
2adba0d8e0
feat(tombstone): implement delete-to-tombstone and TTL expiration (bd-3b4, bd-olt)
...
Phase 1 of tombstone migration: bd delete now creates tombstones instead
of hard-deleting issues.
Key changes:
- Add CreateTombstone() method to SQLiteStorage for soft-delete
- Modify executeDelete() to create tombstones instead of removing rows
- Add IsExpired() method with 30-day default TTL and clock skew grace
- Fix deleted_at schema from TEXT to DATETIME for proper time scanning
- Update delete.go to call CreateTombstone (single issue path)
- Still writes to deletions.jsonl for backward compatibility (dual-write)
- Dependencies are removed when creating tombstones
- Tombstones are excluded from normal searches (bd-1bu)
TTL constants:
- DefaultTombstoneTTL: 30 days
- MinTombstoneTTL: 7 days (safety floor)
- ClockSkewGrace: 1 hour
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-05 16:20:43 -08:00
..
2025-12-05 13:22:09 -08:00
2025-12-03 18:10:35 -08:00
2025-12-03 16:24:46 -08:00
2025-12-01 21:17:56 -08:00
2025-12-05 14:47:02 -08:00
2025-12-05 14:51:32 -08:00
2025-11-21 19:30:48 -05:00
2025-11-26 22:02:59 -08:00
2025-11-26 22:02:59 -08:00
2025-11-21 22:17:26 -05:00
2025-11-21 15:51:07 -05:00
2025-12-02 23:44:22 -08:00
2025-11-21 16:13:18 -05:00
2025-12-03 22:44:59 -08:00
2025-11-20 21:57:23 -05:00
2025-11-28 23:19:21 -08:00
2025-11-21 19:21:05 -05:00
2025-11-21 15:51:07 -05:00
2025-12-03 15:55:35 -08:00
2025-11-24 23:39:54 -08:00
2025-11-24 23:39:54 -08:00
2025-11-07 21:17:24 -08:00
2025-11-26 20:59:07 -08:00
2025-11-28 23:14:12 -08:00
2025-11-29 22:24:29 -08:00
2025-11-28 23:10:44 -08:00
2025-11-28 23:10:44 -08:00
2025-12-01 21:09:00 -08:00
2025-12-01 17:37:56 -08:00
2025-11-23 21:33:00 -08:00
2025-11-21 14:40:22 -05:00
2025-11-23 21:33:00 -08:00
2025-11-24 23:39:54 -08:00
2025-12-04 11:21:43 -08:00
2025-11-22 18:17:19 -08:00
2025-11-28 23:14:12 -08:00
2025-12-01 21:10:56 -08:00
2025-11-20 21:57:23 -05:00
2025-11-21 19:32:45 -05:00
2025-11-21 19:32:45 -05:00
2025-11-20 08:13:06 -08:00
2025-12-01 21:09:00 -08:00
2025-11-20 08:13:06 -08:00
2025-11-25 11:46:06 -08:00
2025-11-21 14:40:22 -05:00
2025-12-05 16:20:43 -08:00
2025-11-25 16:36:46 -08:00
2025-11-25 12:03:21 -08:00
2025-12-01 21:17:56 -08:00
2025-11-15 12:52:34 -08:00
2025-11-25 19:32:05 -08:00
2025-12-02 23:44:22 -08:00
2025-11-23 20:33:31 -08:00
2025-11-21 23:09:47 -08:00
2025-11-27 22:40:57 -08:00
2025-12-03 13:11:22 -08:00
2025-12-03 17:50:23 -08:00
2025-11-27 22:39:13 -08:00
2025-12-02 23:44:22 -08:00
2025-11-21 16:14:30 -05:00
2025-12-02 23:44:22 -08:00
2025-12-02 23:44:22 -08:00
2025-12-02 22:41:07 -08:00
2025-11-21 14:40:22 -05:00
2025-11-20 21:54:11 -05:00
2025-12-05 13:22:09 -08:00
2025-11-21 20:08:55 -05:00
2025-11-22 00:11:45 -08:00
2025-11-22 00:11:45 -08:00
2025-11-26 17:42:14 -08:00
2025-12-04 11:21:43 -08:00
2025-11-29 23:19:57 -08:00
2025-11-20 21:57:23 -05:00
2025-11-21 23:09:47 -08:00
2025-11-19 05:06:12 -05:00
2025-11-09 14:53:59 -08:00
2025-11-21 14:40:22 -05:00
2025-11-30 21:23:04 -08:00
2025-11-21 14:40:22 -05:00
2025-12-05 13:22:09 -08:00
2025-11-08 02:28:54 -08:00
2025-12-03 16:24:24 -08:00
2025-11-29 23:22:52 -08:00
2025-12-04 11:21:43 -08:00
2025-11-23 19:42:21 -08:00
2025-12-04 11:21:43 -08:00
2025-12-05 14:51:32 -08:00
2025-11-21 14:40:22 -05:00
2025-11-28 23:14:12 -08:00
2025-11-29 17:01:36 -08:00
2025-11-30 15:35:30 -08:00
2025-12-03 17:50:23 -08:00
2025-11-20 21:57:23 -05:00
2025-12-02 23:44:22 -08:00
2025-11-21 15:51:07 -05:00
2025-11-24 20:16:07 -08:00
2025-11-29 22:24:29 -08:00
2025-12-02 23:44:22 -08:00
2025-11-20 21:57:23 -05:00
2025-11-22 16:49:29 -08:00
2025-11-28 23:11:24 -08:00
2025-11-15 12:52:34 -08:00
2025-11-20 21:57:23 -05:00
2025-12-02 23:44:22 -08:00
2025-12-02 23:44:22 -08:00
2025-12-04 11:21:43 -08:00
2025-12-01 20:07:27 -08:00
2025-11-20 21:57:23 -05:00
2025-12-02 23:44:22 -08:00
2025-12-04 11:21:43 -08:00
2025-11-26 17:42:14 -08:00
2025-12-05 13:20:51 -08:00
2025-12-05 13:20:51 -08:00
2025-12-03 18:08:33 -08:00
2025-12-03 18:08:33 -08:00
2025-12-02 23:44:22 -08:00
2025-11-30 00:38:57 -08:00
2025-12-05 15:48:46 -08:00
2025-12-05 14:47:02 -08:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-12-02 23:44:22 -08:00
2025-12-02 23:44:22 -08:00
2025-11-20 21:57:23 -05:00
2025-12-02 23:44:22 -08:00
2025-11-20 21:57:23 -05:00
2025-12-04 11:21:43 -08:00
2025-11-20 21:57:23 -05:00
2025-11-21 19:32:45 -05:00
2025-11-21 19:32:45 -05:00
2025-11-21 19:32:45 -05:00
2025-11-21 22:46:12 -05:00
2025-11-24 21:16:44 -08:00
2025-12-03 18:10:35 -08:00
2025-12-03 15:55:35 -08:00
2025-11-23 21:42:43 -08:00
2025-12-02 22:41:07 -08:00
2025-11-20 21:57:23 -05:00
2025-11-26 22:02:59 -08:00
2025-11-21 23:22:12 -08:00
2025-11-26 22:02:59 -08:00
2025-12-04 11:21:43 -08:00
2025-11-21 23:34:22 -08:00
2025-12-04 11:21:43 -08:00
2025-12-03 17:50:23 -08:00
2025-12-04 11:21:43 -08:00
2025-11-20 21:57:23 -05:00
2025-11-24 00:21:01 -08:00
2025-11-24 10:56:14 -08:00
2025-11-24 11:28:32 -08:00
2025-12-04 22:44:42 -08:00
2025-11-23 17:16:27 -08:00
2025-12-03 18:30:53 -08:00
2025-12-02 23:44:22 -08:00
2025-12-04 11:21:43 -08:00
2025-12-02 23:38:20 -08:00
2025-12-03 16:24:46 -08:00
2025-11-08 18:22:28 -08:00