From 318812d5271a0cc3f4978e8ee8f972e6fa279753 Mon Sep 17 00:00:00 2001 From: Himanshu Dongre Date: Mon, 13 Apr 2026 16:38:59 +0530 Subject: [PATCH] Add compact-mode evidence log for real-usage observations --- notes/compact-mode-evidence.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 notes/compact-mode-evidence.md diff --git a/notes/compact-mode-evidence.md b/notes/compact-mode-evidence.md new file mode 100644 index 0000000..8a08879 --- /dev/null +++ b/notes/compact-mode-evidence.md @@ -0,0 +1,9 @@ +# Compact-mode evidence log + +Log representative observations from real `smriti state --compact --stats` usage during Smriti development. One row per notable session or checkpoint — not every single call. Focus on cases where compact mode either helped (saved meaningful context) or hurt (agent missed an artifact it needed). Do not log routine calls with no artifacts. + +Run `smriti state --compact --stats` to get the numbers. The "Artifact fetched?" and "Missing context?" columns are filled manually after the session. + +| Date | Agent | Task | Checkpoint | Full chars | Compact chars | Saved chars | Reduction % | Artifact fetched? | Missing context? | Notes | +|---|---|---|---|---|---|---|---|---|---|---| +| | | | | | | | | | | |