Block a user
[loop-generated] [docs] Add module docstrings to 20+ undocumented files
[loop-generated] [test] Add unit tests for sovereignty/perception_cache.py — template matching with 0 tests
PR created: #1301
Summary
Added comprehensive unit tests for src/timmy/sovereignty/perception_cache.py.
Test Coverage (25 tests)
- Template/CacheResult dataclasses - defaults,…
[kimi] Add unit tests for sovereignty/perception_cache.py (#1261)
kimi
deleted branch claude/issue-1219 from Rockachopa/Timmy-time-dashboard
2026-03-24 01:36:12 +00:00
Feature: Agent "Dreaming" Mode
[loop-generated] [hardening] perception_cache confidence threshold is hardcoded — should be configurable
[Sovereignty P0] Session Sovereignty Report Generator
[claude] Investigate: document paths to resolution for 5 closed PRs (#1219)
[loop-generated] [hardening] perception_cache confidence threshold is hardcoded — should be configurable
PR created: #1265
Summary of changes:
- Added
perception_confidence_threshold: float = 0.85setting tosrc/config.pyunder new "Perception Cache" section - Updated `src/timmy/sovereignty/p…
[kimi] Make perception_cache confidence threshold configurable (#1259)
[loop-generated] [bug] ruff format error on main: tests/timmy/test_autoresearch.py
PR created. Applied tox -e format to fix the ruff formatting issue in tests/timmy/test_autoresearch.py. The changes update multi-line with statements to use modern parenthesized context…
[kimi] Fix ruff format error in tests/timmy/test_autoresearch.py (#1256)
[Autoresearch H1] Refactor autoresearch.py → SystemExperiment Class
✅ PR Created: !1244
Summary of Changes
SystemExperiment class refactored:
- Added
run()method encapsulating…