Bound planning sync history and reject expired offline edits #382

Merged
rockachopa merged 1 commits from timmy/381-bound-planning-sync-history into main 2026-08-09 07:45:33 +00:00
Member

Closes #381

What changed

  • cap Today and Later receipts at 4,096 per account and prune receipts after 30 days with in-place SQLite migration
  • attach Today base revisions so pruned stale replays cannot reorder newer plans
  • expire 30-day-old browser planning edits visibly while retaining server truth
  • bump the offline shell and document the retention contract

Verification

  • RED observed for receipt migration/caps, stale Today replay, browser expiry, API model, docs, and shell cache
  • python3 -m pytest tests/ -q — 731 passed
  • deterministic release bundle built, checksummed, and verified locally
Closes #381 ## What changed - cap Today and Later receipts at 4,096 per account and prune receipts after 30 days with in-place SQLite migration - attach Today base revisions so pruned stale replays cannot reorder newer plans - expire 30-day-old browser planning edits visibly while retaining server truth - bump the offline shell and document the retention contract ## Verification - RED observed for receipt migration/caps, stale Today replay, browser expiry, API model, docs, and shell cache - `python3 -m pytest tests/ -q` — 731 passed - deterministic release bundle built, checksummed, and verified locally
rockachopa added 1 commit 2026-08-09 07:44:26 +00:00
feat: bound planning sync history (#381)
All checks were successful
CI / lint (pull_request) Successful in 39s
CI / build-release (pull_request) Successful in 4s
CI / release-candidate (pull_request) Has been skipped
4e13f5482b
rockachopa merged commit 5c2c0383df into main 2026-08-09 07:45:33 +00:00
rockachopa deleted branch timmy/381-bound-planning-sync-history 2026-08-09 07:45:33 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: stackchain/stackchain-dashboard#382
No description provided.