diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-04-06 10:01:46 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-04-06 10:01:46 +0200 |
| commit | 763e1819ab14bb8de4f2c0fc17b77a32cba24a53 (patch) | |
| tree | 9bc5e49d290e78950273ce3387fb1bd44fa076a1 /modules/home/claude.nix | |
| parent | c6ee1e36856f2ce55dd52b8d7b7ca7b8a59d1fdc (diff) | |
| download | dotfiles-763e1819ab14bb8de4f2c0fc17b77a32cba24a53.tar.gz dotfiles-763e1819ab14bb8de4f2c0fc17b77a32cba24a53.zip | |
feat(terminal): integrate Loggie with window title management
Diffstat (limited to 'modules/home/claude.nix')
| -rw-r--r-- | modules/home/claude.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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 "<title>"`. 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 = '' |
