Add stderr test hook for UI experiment

This commit is contained in:
Alex Newman
2025-10-26 22:29:43 -04:00
parent 44b69b737b
commit b0fae0cfd4
10 changed files with 2501 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env node
#!/usr/bin/env node
console.error("\u{1F9EA} TEST: This is a stderr message from the claude-mem hook");process.exit(0);