Commit 858d09e
docs(internal): drop hardcoded home path from bat-story-eval skill (#2253)
* docs(internal): drop hardcoded home path from bat-story-eval skill
- Replace /home/julien/github/ha-mcp/worktree/uat-stories with
$(git rev-parse --show-toplevel)/worktree/uat-stories (3 sites)
- Fix `Error: <agent>` placeholder to `{agent}`, matching the f-string
in tests/uat/stories/scripts/ha_query.py:250
* fix(internal): resolve uat-stories worktree from the git common dir
--show-toplevel returns the *current* worktree root, so invoking the skill
from any worktree (the repo's normal flow) built the nested, nonexistent
<worktree>/worktree/uat-stories. Flagged by Codex and CodeRabbit on #2253.
---------
Co-authored-by: Sergey <sergey@example.com>1 parent fc75b66 commit 858d09e
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
| 373 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments