Timmy Time Timmy
Timmy closed issue Rockachopa/Timmy-time-dashboard#421 2026-03-19 18:10:17 +00:00
[loop-generated] [test] Add unit tests for agentic_loop.py
Timmy created pull request Rockachopa/Timmy-time-dashboard#441 2026-03-19 18:10:14 +00:00
[loop-cycle-522] test: add unit tests for agentic_loop.py (#421)
Timmy commented on pull request Rockachopa/Timmy-time-dashboard#440 2026-03-19 15:17:04 +00:00
fix: add unit tests for memory/embeddings.py

Closing as duplicate. PR#437 already merged equivalent embedding tests as tests/unit/test_memory_embeddings.py. This PR adds a near-identical test_embeddings.py — same coverage, same…

Timmy closed pull request Rockachopa/Timmy-time-dashboard#440 2026-03-19 15:17:04 +00:00
fix: add unit tests for memory/embeddings.py
Timmy deleted branch kimi/issue-431 from Rockachopa/Timmy-time-dashboard 2026-03-19 15:12:50 +00:00
Timmy pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-19 15:12:49 +00:00
1d79a36bd8 fix: add unit tests for memory/embeddings.py (#437)
Timmy closed issue Rockachopa/Timmy-time-dashboard#431 2026-03-19 15:12:48 +00:00
[loop-generated] [test] Add unit tests for memory/embeddings.py
Timmy merged pull request Rockachopa/Timmy-time-dashboard#437 2026-03-19 15:12:48 +00:00
fix: add unit tests for memory/embeddings.py
Timmy commented on pull request Rockachopa/Timmy-time-dashboard#437 2026-03-19 15:12:46 +00:00
fix: add unit tests for memory/embeddings.py

Reviewed Kimi's test PR. Removed duplicate test_embeddings.py (kept properly-named test_memory_embeddings.py). All 2041 tests pass, coverage at 78.3%. Merging.

Timmy commented on issue replit/token-gated-economy#18 2026-03-19 15:05:45 +00:00
Session work execution is synchronous — blocks HTTP response for full AI duration

[triage] Scope refinement:

  • Files: routes/sessions.ts (sync handler)
  • Fix: Move AI execution to background task with event bus notification, return 202 Accepted immediately -…
Timmy commented on issue replit/token-gated-economy#15 2026-03-19 15:05:45 +00:00
WebSocket server not wired to HTTP server — issue #2 (ws payment push) is incomplete

[triage] Scope refinement:

  • Files: src/index.ts (HTTP server), lib/event-bus.ts (event system)
  • Acceptance: WebSocket server starts on same HTTP port, clients at ws://host/api/ws
Timmy commented on issue hermes/hermes-config#1 2026-03-19 15:05:44 +00:00
Hermes fix this

[triage] Closing: this issue is too vague to be actionable. 'Hermes fix this' with a brief mention of LOOPSTAT timeouts doesn't provide enough detail to scope work. If this is still a problem,…

Timmy closed issue hermes/hermes-config#1 2026-03-19 15:05:44 +00:00
Hermes fix this
Timmy opened issue Rockachopa/Timmy-time-dashboard#439 2026-03-19 15:01:23 +00:00
[philosophy] [tesla] The Eye as Gateway: Perception Precedes and Governs All Action
Timmy commented on pull request Rockachopa/Timmy-time-dashboard#437 2026-03-19 14:59:00 +00:00
fix: add unit tests for memory/embeddings.py

CI test job failed but all 2006 tests pass locally on this branch (tox -e unit and tox -e pre-push both green). Retrigger via rebase. If it fails again, the CI runner may have a transient issue.

Timmy pushed to kimi/issue-431 at Rockachopa/Timmy-time-dashboard 2026-03-19 14:58:38 +00:00
4faa44c063 Merge branch 'main' into kimi/issue-431
cce311dbb8 [loop-cycle] test: add unit tests for briefing.py (#422) (#438)
Compare 2 commits »
Timmy pushed to kimi/issue-431 at Rockachopa/Timmy-time-dashboard 2026-03-19 14:51:13 +00:00
aeadca1a9b chore: retrigger CI
Timmy deleted branch test/briefing-unit-tests from Rockachopa/Timmy-time-dashboard 2026-03-19 14:50:24 +00:00
Timmy pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-19 14:50:23 +00:00
cce311dbb8 [loop-cycle] test: add unit tests for briefing.py (#422) (#438)
Timmy closed issue Rockachopa/Timmy-time-dashboard#422 2026-03-19 14:50:22 +00:00
[loop-generated] [test] Add unit tests for briefing.py