[Sync] llm stuff

This commit is contained in:
Coja
2026-09-17 20:58:21 +02:00
parent ed7e34552d
commit d8f6b30e2c
52 changed files with 2233 additions and 237 deletions
@@ -0,0 +1,20 @@
---
description: Toggle the persisted verbose view for this project (viewMode verbose/default, plus verbose + showThinkingSummaries) by writing .claude/settings.local.json, and print the live-view keybind. Usage: /verbose [on|off|status]; no argument toggles. Runs TUI-side via the UserPromptExpansion hook; this body is only the fallback.
argument-hint: [on|off|status]
disable-model-invocation: true
allowed-tools: Bash(python3:*)
---
# /verbose (fallback path)
Normally you never see this: `hooks/local-commands.py` (UserPromptExpansion) runs
`skills/verbose/local.py` and blocks the expansion, so `/verbose` costs no model turn. This body
only loads on a host where that hook isn't deployed yet.
Run exactly this, then relay its output to me verbatim in a fenced ```text block with **at most one
line** of your own:
python3 ~/.claude/skills/verbose/local.py $ARGUMENTS
Don't edit any settings file yourself, don't run anything else, and don't offer follow-ups. If it
reports an error, quote it and stop.