Timmy Time Timmy
Timmy opened issue Rockachopa/Timmy-time-dashboard#750 2026-03-21 18:03:54 +00:00
[matrix-ui] Chat input should auto-focus when Workshop panel opens
Timmy opened issue Rockachopa/Timmy-time-dashboard#748 2026-03-21 18:03:53 +00:00
[matrix-ui] Add loading spinner/progress bar while 3D scene initializes
Timmy opened issue Rockachopa/Timmy-time-dashboard#747 2026-03-21 18:03:51 +00:00
[matrix-ui] Add graceful offline mode — show demo mode instead of hanging
Timmy pushed to kimi/issue-670 at Rockachopa/Timmy-time-dashboard 2026-03-21 18:01:23 +00:00
ee5959c7f9 Merge branch 'main' into kimi/issue-670
dc9f0c04eb [kimi] Add rate limiting middleware for Matrix API endpoints (#683) (#746)
815933953c [kimi] Add WebSocket authentication for Matrix connections (#682) (#744)
d54493a87b [kimi] Add /api/matrix/health endpoint (#685) (#745)
f7404f67ec [kimi] Add system_status message producer (#681) (#743)
Compare 16 commits »
Timmy pushed to kimi/issue-627 at Rockachopa/Timmy-time-dashboard 2026-03-21 18:01:23 +00:00
20159cd286 Merge branch 'main' into kimi/issue-627
dc9f0c04eb [kimi] Add rate limiting middleware for Matrix API endpoints (#683) (#746)
815933953c [kimi] Add WebSocket authentication for Matrix connections (#682) (#744)
d54493a87b [kimi] Add /api/matrix/health endpoint (#685) (#745)
f7404f67ec [kimi] Add system_status message producer (#681) (#743)
Compare 16 commits »
Timmy pushed to main at hermes/hermes-config 2026-03-21 16:11:32 +00:00
539969c45d feat: add all automation scripts to source control
Timmy pushed to main at hermes/hermes-config 2026-03-21 16:00:33 +00:00
3a9c15a98f feat: ops dashboard v2 + kimi-loop updates
Timmy opened issue Rockachopa/Timmy-time-dashboard#733 2026-03-21 14:02:52 +00:00
[infra] The Matrix staging deployment — 3 issues to fix
Timmy pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-21 13:53:13 +00:00
9b57774282 [kimi] feat: pre-cycle state validation for stale cycle_result.json (#661) (#666)
Timmy deleted branch kimi/issue-661 from Rockachopa/Timmy-time-dashboard 2026-03-21 13:53:13 +00:00
Timmy merged pull request Rockachopa/Timmy-time-dashboard#666 2026-03-21 13:53:12 +00:00
[kimi] feat: pre-cycle state validation for stale cycle_result.json (#661)
Timmy pushed to kimi/issue-627 at Rockachopa/Timmy-time-dashboard 2026-03-21 13:52:06 +00:00
6fc9ac09d2 Merge branch 'main' into kimi/issue-627
62bde03f9e [kimi] feat: add agent_state message producer (#669) (#698)
3474eeb4eb [kimi] refactor: extract presence state serializer from workshop heartbeat (#668) (#697)
e92e151dc3 [kimi] refactor: extract WebSocket message types into shared protocol module (#667) (#696)
1f1bc222e4 [kimi] test: add comprehensive tests for spark modules (#659) (#695)
Compare 10 commits »
Timmy pushed to kimi/issue-661 at Rockachopa/Timmy-time-dashboard 2026-03-21 13:52:05 +00:00
8141942b45 Merge branch 'main' into kimi/issue-661
62bde03f9e [kimi] feat: add agent_state message producer (#669) (#698)
3474eeb4eb [kimi] refactor: extract presence state serializer from workshop heartbeat (#668) (#697)
e92e151dc3 [kimi] refactor: extract WebSocket message types into shared protocol module (#667) (#696)
1f1bc222e4 [kimi] test: add comprehensive tests for spark modules (#659) (#695)
Compare 10 commits »
Timmy opened issue Rockachopa/Timmy-time-dashboard#665 2026-03-21 01:58:46 +00:00
[philosophy] Frankenstein and the Abandonment Failure Mode
Timmy opened issue Rockachopa/Timmy-time-dashboard#664 2026-03-21 01:54:29 +00:00
[feature] Generate Chain Memory song via HeartMuLa on Modal GPU + render ASCII music video
Timmy commented on issue Rockachopa/Timmy-time-dashboard#638 2026-03-20 23:35:07 +00:00
[loop-generated] [refactor] Break up memory_system.py::_create_default — 70 lines

Kimi Task — Refactor #638: Break up _create_default() in memory_system.py (70 lines)

File: src/timmy/memory_system.py

What to do:

  1. Read the _create_default method — it is 70…
Timmy commented on issue Rockachopa/Timmy-time-dashboard#616 2026-03-20 23:35:05 +00:00
[loop-generated] [refactor] Break up request_logging.py::dispatch — 79 lines

Kimi Task — Refactor #616: Break up dispatch() in request_logging.py (79 lines)

File: src/dashboard/middleware/request_logging.py

What to do:

  1. Read the dispatch method — it is 79…
Timmy commented on issue Rockachopa/Timmy-time-dashboard#657 2026-03-20 23:34:49 +00:00
[loop-generated] [bug] 256 test errors from missing swarm module — need stub or optional import guard

Kimi Task — Fix #657: Missing swarm module causes 256 test errors

The swarm package is not installed, causing 256 test collection errors in tox -e unit.

What to do:

  1. Run `tox -e…
Timmy commented on issue Rockachopa/Timmy-time-dashboard#660 2026-03-20 23:34:48 +00:00
[triage-generated] [bug] [P0] Stale cycle_result.json causes infinite failure loop - retro records closed #603 on every cycle

The consume-once pattern and closed-issue guard are already on main in scripts/cycle_retro.py:

  • Line 272: CYCLE_RESULT_FILE.unlink(missing_ok=True) — file is deleted after read
  • **Line…
Timmy closed issue Rockachopa/Timmy-time-dashboard#660 2026-03-20 23:34:48 +00:00
[triage-generated] [bug] [P0] Stale cycle_result.json causes infinite failure loop - retro records closed #603 on every cycle