mirror of
https://github.com/himanshudongre/smriti.git
synced 2026-08-28 05:14:59 +00:00
Add compact-mode evidence log for real-usage observations
This commit is contained in:
parent
208f04ebda
commit
318812d527
1 changed files with 9 additions and 0 deletions
9
notes/compact-mode-evidence.md
Normal file
9
notes/compact-mode-evidence.md
Normal file
|
|
@ -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 <space> --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 |
|
||||
|---|---|---|---|---|---|---|---|---|---|---|
|
||||
| | | | | | | | | | | |
|
||||
Loading…
Add table
Reference in a new issue