From 763e1819ab14bb8de4f2c0fc17b77a32cba24a53 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Mon, 6 Apr 2026 10:01:46 +0200 Subject: feat(terminal): integrate Loggie with window title management --- modules/home/claude.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/home/claude.nix') diff --git a/modules/home/claude.nix b/modules/home/claude.nix index 5895f03..c5e1b86 100644 --- a/modules/home/claude.nix +++ b/modules/home/claude.nix @@ -20,6 +20,11 @@ # Nix - If a command is not available and there is a `flake.nix` in the project, use `nix develop` or `nix run` to run commands from the flake's dev shell instead of installing tools manually. + + # 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. ''; home.file.".claude/skills/push/SKILL.md".text = '' -- cgit v1.2.3