Fix double shebang: remove shebang from TS source files (esbuild adds it)

This commit is contained in:
Alex Newman
2025-10-26 00:01:04 -04:00
parent e9c0ec45db
commit df44bd8fd3
10 changed files with 5 additions and 15 deletions
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env node
/**
* Cleanup Hook - SessionEnd
* Consolidated entry point + logic
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env node
/**
* Context Hook - SessionStart
* Consolidated entry point + logic (no try-catch bullshit)
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env node
/**
* New Hook - UserPromptSubmit
* Consolidated entry point + logic
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env node
/**
* Save Hook - PostToolUse
* Consolidated entry point + logic
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env node
/**
* Summary Hook - Stop
* Consolidated entry point + logic