nit: fix llm hooks on nixos (#7558)

Signed-off-by: pyranota <pyra@duck.com>
This commit is contained in:
Pyra
2026-01-14 12:16:35 +01:00
committed by GitHub
parent 3d4f9334c5
commit b7ec743520
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Resolve _ee.rs symlinks to actual files so Claude can read them
# This script runs before each user prompt is processed
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Restore _ee.rs symlinks after Claude finishes processing
# This script runs when Claude stops
# IMPORTANT: Copies any modifications back to the target before restoring symlinks