Timmy Time Timmy
Timmy commented on issue Rockachopa/Timmy-time-dashboard#603 2026-03-20 16:46:28 +00:00
[triage-generated] [bug] [P0] Cycle recorder never reads cycle_result.json — 300+ cycles with null data

Fixed in ~/.hermes/bin/timmy-loop.sh (infrastructure, not repo code).

Root cause: The cycle_result.json file contained hermes fence markers (`EOF; __hermes_rc=$?; printf __HERMES_FENCE_a9f…

Timmy deleted branch kimi/issue-593 from Rockachopa/Timmy-time-dashboard 2026-03-20 16:40:48 +00:00
Timmy pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-20 16:40:47 +00:00
6214ad3225 refactor: extract helpers from run_self_tests() (#601)
Timmy merged pull request Rockachopa/Timmy-time-dashboard#601 2026-03-20 16:40:45 +00:00
refactor: extract helpers from run_self_tests()
Timmy closed issue Rockachopa/Timmy-time-dashboard#593 2026-03-20 16:40:45 +00:00
[loop-generated] [refactor] Break up run_self_tests() — 73 lines in tools_intro/__init__.py
Timmy opened issue Rockachopa/Timmy-time-dashboard#605 2026-03-20 16:38:46 +00:00
[triage-generated] [review] PR #599 unmergeable \u2014 rebase or close
Timmy commented on issue Rockachopa/Timmy-time-dashboard#532 2026-03-20 16:38:46 +00:00
[loop-generated] [refactor] Break up _maybe_file_issues() — 100 lines in thinking.py

Triage refinement \u2014 acceptance criteria:\n\n- [ ] _maybe_file_issues() main body < 40 lines\n- [ ] Extract helpers for: issue formatting/template, Gitea API interaction, dedup check\n-…

Timmy commented on issue Rockachopa/Timmy-time-dashboard#531 2026-03-20 16:38:46 +00:00
[loop-generated] [refactor] Break up run_agentic_loop() — 121 lines in agentic_loop.py

Triage refinement \u2014 acceptance criteria:\n\n- [ ] run_agentic_loop() main body < 40 lines\n- [ ] Extract at least 3 helpers: tool execution, response assembly, error handling\n- [ ]…

Timmy opened issue Rockachopa/Timmy-time-dashboard#604 2026-03-20 16:38:31 +00:00
[triage-generated] [bug] [P0] Timmy CLI crash — create_timmy() model_size kwarg removed
Timmy opened issue Rockachopa/Timmy-time-dashboard#603 2026-03-20 16:38:30 +00:00
[triage-generated] [bug] [P0] Cycle recorder never reads cycle_result.json — 300+ cycles with null data
Timmy opened issue Rockachopa/Timmy-time-dashboard#602 2026-03-20 16:37:07 +00:00
[philosophy] [hermes] Containment as the mechanism of persistence — Tract VIII and the three tiers of agent state
Timmy pushed to kimi/issue-593 at Rockachopa/Timmy-time-dashboard 2026-03-20 16:36:56 +00:00
ba06abf4ee Merge branch 'main' into kimi/issue-593
5f5da2163f [loop-cycle] refactor: extract helpers from _handle_tool_confirmation (#592) (#600)
Compare 2 commits »
Timmy pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-20 16:32:26 +00:00
5f5da2163f [loop-cycle] refactor: extract helpers from _handle_tool_confirmation (#592) (#600)
Timmy merged pull request Rockachopa/Timmy-time-dashboard#600 2026-03-20 16:32:26 +00:00
[loop-cycle] refactor: extract helpers from _handle_tool_confirmation (#592)
Timmy deleted branch refactor/break-up-tool-confirmation from Rockachopa/Timmy-time-dashboard 2026-03-20 16:32:26 +00:00
Timmy closed issue Rockachopa/Timmy-time-dashboard#592 2026-03-20 16:32:26 +00:00
[loop-generated] [refactor] Break up _handle_tool_confirmation() — 74 lines in cli.py
Timmy created pull request Rockachopa/Timmy-time-dashboard#600 2026-03-20 16:32:23 +00:00
[loop-cycle] refactor: extract helpers from _handle_tool_confirmation (#592)
Timmy created branch refactor/break-up-tool-confirmation in Rockachopa/Timmy-time-dashboard 2026-03-20 16:31:37 +00:00
04afa2a33b refactor: extract _prompt_interactive and _decide_autonomous from _handle_tool_confirmation (#592)
Timmy commented on issue Rockachopa/Timmy-time-dashboard#598 2026-03-20 16:28:58 +00:00
[loop-generated] [bug] Lint errors on main block all commits — F821 in mcp_tools.py

Fixed by PR #597 — Kimi added TYPE_CHECKING import for ImageDraw. Lint passes clean on main now.