Commit 1d320af
perf: minimal startup protocol — no tools, no audit, just greeting
Changed 'start' quick command from a 4-step protocol (git status,
git log, read AGENTS.md, read LEDGER.md) to a simple instruction:
'Respond with a brief greeting. Do NOT run any tools.'
The old protocol took 2+ minutes on Ollama because the LLM had to
plan, call tools, wait for results, and summarize. VCS state and
governance checks already run separately in the extension.
Co-Authored-By: Oz <oz-agent@warp.dev>1 parent 4986abf commit 1d320af
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
344 | 342 | | |
345 | 343 | | |
346 | 344 | | |
| |||
0 commit comments