Commit 8c20ab5
fix: resolve paths to absolute in deploy-skills for monorepo support
dirname "." returns "." not the parent directory. When deploy-skills.bash
is called with relative paths (e.g., PROJECT_ROOT="."), the monorepo
parent directory detection fails because dirname doesn't traverse up.
Fix: resolve both QACI_PATH and PROJECT_ROOT to absolute paths via
realpath before any dirname operations.
Also fix daemon venv python detection to check parent directory
in monorepo setups.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9f9413e commit 8c20ab5
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| 39 | + | |
35 | 40 | | |
36 | 41 | | |
| 42 | + | |
37 | 43 | | |
38 | 44 | | |
| 45 | + | |
| 46 | + | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
| |||
0 commit comments