refactor: Remove hardcoded paths for project and Claude Code executable in various scripts, fixes issue #23

This commit is contained in:
Alex Newman
2025-10-25 13:28:20 -04:00
parent e18f02e2af
commit 9f3bf55c76
5 changed files with 5 additions and 12 deletions
-1
View File
@@ -1098,7 +1098,6 @@ Skip routine operations:
|----------|---------|---------|----------------|
| `CLAUDE_MEM_MODEL` | `claude-sonnet-4-5` | AI model for processing | Invalid = SDK fails |
| `CLAUDE_MEM_WORKER_PORT` | `37777` | HTTP server port | Invalid = Worker won't start |
| `CLAUDE_CODE_PATH` | `/Users/alexnewman/.nvm/versions/node/v24.5.0/bin/claude` | Path to Claude Code | Invalid = SDK fails |
### Constants