Checkpoint: 2f9a4e1c2e87

Entire-Session: ceb68597-9f77-4ffe-9a4b-6c7c44e7f3bb
Entire-Strategy: manual-commit
Entire-Agent: Claude Code
Ephemeral-branch: entire/84fda9c-e3b0c4
This commit is contained in:
2026-03-04 10:38:10 +01:00
parent aa6f325e3d
commit 4bf1ea358d
6 changed files with 307 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Session Context
## User Prompts
### Prompt 1
Implement the following plan:
# Plan: Simplify Checkpoint and Cleanup Configuration
## Context
The metricstore checkpoint interval is always "12h" in practice and has no reason to be configurable. The cleanup interval for the "delete" mode already falls back to `retention-in-memory` when not set — this should be the fixed behavior for all modes. WAL is the preferred and more robust checkpoint format and should be the default instead of JSON.
These changes reduce unnecessary configuration ...
### Prompt 2
Make the checkpoints option also option also optional