Manages persistent logging and session recovery for automated code experiments and performance optimization loops.
This skill provides robust state management for the autoresearch plugin by maintaining a canonical record of experiments in a JSONL format. It enables Claude to survive context resets, discards, or crashes by automatically rebuilding the session state, including baselines, metrics, and segment history from the local log file. By handling configuration headers and detailed experiment records, it ensures that every optimization attempt is recorded and verifiable, allowing for complex multi-stage research workflows that persist across sessions.
주요 기능
01Automatic session recovery and state reconstruction from local files
02Detailed recording of primary metrics, secondary metrics, and confidence scores
03Durable JSONL logging that survives crashes and context resets
04Segment-based tracking for multi-stage optimization targets
05Real-time run summaries with delta comparisons against baselines
0611 GitHub stars
사용 사례
01Recovering optimization state after an unexpected LLM disconnect or context wipe
02Auditing automated code changes through chronological experiment logs
03Maintaining experiment history during long-running performance tuning sessions