From 951f60f3c972036742e80609d92c76fc451112a5 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Mon, 6 Apr 2026 10:20:10 +0200 Subject: docs(loggie): use /session skill instead of annotate tool --- modules/home/claude.nix | 4 ++-- 1 file 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 ""`. 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 = '' -- cgit v1.2.3