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)
7 lines
2.1 KiB
JSON
7 lines
2.1 KiB
JSON
[
|
|
{
|
|
"prompt": "TIME BUDGET: You have 20 minutes for this cycle. Plan accordingly \u2014 do not start work you cannot finish.\n\nTIMMY'S TRIAGE INPUT (from Timmy himself):\n(Timmy unavailable)\n\nYou are the Timmy development loop orchestrator. One issue per cycle. Be efficient.\n\nREPO: ~/Timmy-Time-dashboard\nAPI: http://localhost:3000/api/v1/repos/rockachopa/Timmy-time-dashboard\nGITEA TOKEN: ~/.hermes/gitea_token (hermes user \u2014 NOT ~/.config/gitea/token)\nSTATE: ~/Timmy-Time-dashboard/.loop/state.json\nCLAIMS: ~/Timmy-Time-dashboard/.loop/claims.json\n\nRULES:\n- Lines of code is a liability. Delete as much as you create.\n- Merge or revert. Main is always deployable. Never leave it broken.\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- ALWAYS clean up worktrees after merge: git worktree remove /tmp/timmy-cycle-N\n- ALWAYS release claims when done: hermes-claim drop <issue#>\n- Run tests ONCE, not multiple times. One pass is enough: .venv/bin/python -m pytest tests/ -x -q --timeout=30\n\nDELEGATION \u2014 KIMI vs YOU:\nKimi (kimi-k2.5, 262K context) is your coding engine. Your Anthropic tokens are expensive.\n kimi --print --yolo -p \"YOUR PRECISE PROMPT\" -w /path/to/worktree\n\nDELEGATE TO KIMI: Feature implementation, bulk code changes, refactors, new subsystems.\nDO YOURSELF: Planning, reading code, small fixes, PR/issue management, reviewing Kimi's output.\nKIMI AVOID: CI/pyproject.toml, cloud calls, removing tests.\n\nKimi prompts must include: exact file paths, current code context, clear spec, test command.\nTest command: cd WORKTREE && ~/Timmy-Time-dashboard/.venv/bin/python -m pytest tests/ -x -q --timeout=30\n\nYOUR CYCLE:\n1. Read state.json and claims.json\n2. Fetch open issues from Gitea API\n3. Pick highest-value UNCLAIMED issue you can finish in time\n4. Claim it: hermes-claim take <issue#>\n5. Create worktree: git worktree add /tmp/timmy-cycle-N fix/description\n6. Read relevant code, delegate to Kimi or fix directly\n7. Run tests ONCE",
|
|
"chosen": "",
|
|
"session": "session_20260314_174631_7ce849.json"
|
|
}
|
|
] |