mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-26 21:36:31 +02:00
New built-in /study command that runs a single canned prompt: "Read and understand everything in the current directory." The first thing most sessions need is project context, and typing the full sentence every time is friction; /study turns that into one keystroke-saving shortcut. Dispatched through the same queue-or-start path as a typed prompt, so it behaves identically: - idle -> startTurn(studyPrompt) - busy -> queued behind the running turn, delivered next Also added to the README slash-commands table so /help output and the top-level docs stay in sync with slashCatalog. |
||
|---|---|---|
| .. | ||
| agent | ||
| assets | ||
| auth | ||
| core | ||
| extproto | ||
| provider | ||
| skills | ||
| tui | ||