diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-04-06 10:20:10 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-04-06 10:20:10 +0200 |
| commit | 951f60f3c972036742e80609d92c76fc451112a5 (patch) | |
| tree | 99ad9dc4829b3556e4cd7b9cbad8699a4df0f601 /modules/home/claude.nix | |
| parent | cb7f2f85558390924f8e2810e473f9cfe03cdf8e (diff) | |
| download | dotfiles-951f60f3c972036742e80609d92c76fc451112a5.tar.gz dotfiles-951f60f3c972036742e80609d92c76fc451112a5.zip | |
docs(loggie): use /session skill instead of annotate tool
Diffstat (limited to 'modules/home/claude.nix')
| -rw-r--r-- | modules/home/claude.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/home/claude.nix b/modules/home/claude.nix index 2998deb..a328257 100644 --- a/modules/home/claude.nix +++ b/modules/home/claude.nix @@ -23,8 +23,8 @@ # Loggie - - If the Loggie MCP server is available, use the `annotate` tool to describe what you are working on at the start of a session and when the task changes. Keep annotations short and descriptive (e.g. "Fixing auth bug in login flow", "Adding CSV export endpoint"). - - When annotating, also set the tmux window title using `tmux rename-window "<title>"`. The title should be very short and recognizable — it does not need to match the annotation exactly. + - If the Loggie MCP server is available, use the `/session` skill to annotate what you are working on at the start of a session and when the task changes. + - When ending a conversation or the user says goodbye, use `/session end` to clean up. ''; home.file.".claude/skills/session/SKILL.md".text = '' |
