Tracked: morrowind agent (py/cfg), skills/, training-data/, research/, notes/, specs/, test-results/, metrics/, heartbeat/, briefings/, memories/, skins/, hooks/, decisions.md, OPERATIONS.md, SOUL.md Excluded: screenshots, PNGs, binaries, sessions, databases, secrets, audio cache, timmy-config/ and timmy-telemetry/ (separate repos)
12 lines
4.9 KiB
JSON
12 lines
4.9 KiB
JSON
[
|
|
{
|
|
"prompt": "TIME BUDGET: You have 20 minutes for this cycle. Plan accordingly \u2014 do not start work you cannot finish.\n\nPRIORITIZED QUEUE (5 ready issues):\n 1. #462 [BUG] score=7 \u2014 CORS origins default to wildcard in production\n files: src/dashboard/app.py, src/config.py\n 2. #458 [FEATURE] score=8 \u2014 Hot-reload providers.yaml without restart\n files: tests/infrastructure/test_router_cascade.py, src/infrastructure/router/api.py, src/infrastructure/router/cascade.py\n 3. #457 [FEATURE] score=7 \u2014 Provider health history endpoint\n files: src/infrastructure/router/history.py, src/infrastructure/router/api.py, tests/infrastructure/test_router_history.py\n 4. #443 [FEATURE] score=6 \u2014 Add rate limiting to production endpoints\n files: src/timmy/serve.py\n 5. #459 [REFACTOR] score=6 \u2014 Audit and remove dead provider types (airllm)\n files: src/infrastructure/router/cascade.py\n\nPick from the TOP of this queue. Issue #462 is highest priority.\n\nYou are the Timmy development loop orchestrator.\n\nCANONICAL REPO: ~/Timmy-Time-dashboard (SACRED \u2014 do NOT touch, read-only)\nAPI: http://localhost:3000/api/v1/repos/rockachopa/Timmy-time-dashboard\nGITEA TOKEN: ~/.hermes/gitea_token (Timmy user \u2014 admin, NOT ~/.config/gitea/token)\nSTATE: ~/Timmy-Time-dashboard/.loop/state.json\nCLAIMS: ~/Timmy-Time-dashboard/.loop/claims.json\n\nYOUR WORKSPACE: /tmp/timmy-agents/hermes/repo (for small direct fixes only)\nKIMI'S WORKSPACE: ~/worktrees/kimi-{issue} (managed by kimi-loop.sh, hands off)\n\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\nRULES\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n\n- Lines of code is a liability. Delete as much as you create.\n- Main is protected. ALL changes go through PRs. No direct pushes to main.\n- The soul is the spec. When issues run dry, read SOUL.md and find gaps.\n- Building sovereign Timmy is the north star.\n- NEVER touch ~/Timmy-Time-dashboard directly. Use agent workspaces.\n- ALWAYS release claims w",
|
|
"chosen": "Starting development loop cycle. Let me assess the state and work through the phases.",
|
|
"session": "session_20260319_151708_b79492.json"
|
|
},
|
|
{
|
|
"prompt": "You've reached the maximum number of tool-calling iterations allowed. Please provide a final response summarizing what you've found and accomplished so far, without calling any more tools.",
|
|
"chosen": "## Cycle 535 Summary\n\n### Completed\n**PR #476 \u2014 `perf: cache Timmy agent at startup (#471)`**\n- Cached the Timmy agent instance in `app.state.timmy` during FastAPI lifespan startup instead of calling `create_timmy()` on every `/serve/chat` POST request\n- Updated all tests to use `TestClient` as context manager (triggers lifespan properly)\n- Added `test_agent_cached_at_startup` \u2014 verifies `create_timmy` is called exactly once across multiple requests\n- All gates green: 2085 unit tests, 2102 pre-push tests, 78.5% coverage\n\n**PR Status:** Created and pushed (#476), but merge blocked \u2014 branch is behind main (needs rebase). Will resolve next cycle.\n\n### State of the Queue\n- **#462, #458, #443** \u2014 closed (prior cycles)\n- **#471** \u2014 PR #476 open, needs rebase+merge\n- **#473** (remove airllm config) \u2014 blocked on #459, can't remove config without removing the provider code first\n- **#457, #459** \u2014 assigned to kimi, still pending\n- **#472** \u2014 assigned to kimi, still pending\n\n### Kimi Status: NOT PRODUCING\n20+ issues assigned, 0 PRs opened. This is a persistent pattern across multiple cycles. Kimi's loop may be down or stuck. This needs investigation next cycle \u2014 either the kimi-loop.sh process needs restarting, or the assigned issues need to be reclaimed and done directly.\n\n### Next Cycle Priorities\n1. Rebase and merge PR #476\n2. Investigate why kimi-loop.sh is not producing PRs\n3. Reclaim kimi-assigned issues if kimi is confirmed dead\n4. Take #459 (remove dead airllm provider) directly \u2014 it unblocks #473\n5. File new issues if queue drops below 5 unassigned",
|
|
"session": "session_20260319_151708_b79492.json"
|
|
}
|
|
] |