3 Commits

Author SHA1 Message Date
root b2ac0e7a00 feat: add Reset Stats button to admin LLM tracking panel
Allows resetting the LLM stats aggregation window without deleting
historical data. Stores a reset timestamp in metadata and filters
the aggregation query to only include calls after that point.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 01:59:24 +00:00
root 37d5ce96d6 docs: fix guard condition and add reviewer feedback to nap spec
Fix inverted guard logic (napTarget < 60 triggers full sleep, not >=),
add cycleTicks derivation, clamp napTarget to 100, add test plan.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 02:57:54 +00:00
root f0b8fea4f1 docs: daytime nap system design spec
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 02:55:12 +00:00