mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-25 08:48:08 +02:00
Use KTX env var for agent overlays
This commit is contained in:
parent
472006d000
commit
b3c44a089f
2 changed files with 5 additions and 5 deletions
|
|
@ -83,7 +83,7 @@ resolve_uv_for_project() {
|
|||
}
|
||||
|
||||
link_agent_overlays() {
|
||||
if [ -z "${KAELIO_SKILLS_ROOT:-}" ] || [ ! -d "${KAELIO_SKILLS_ROOT}/.agents" ]; then
|
||||
if [ -z "${KTX_AGENT_OVERLAYS_ROOT:-}" ] || [ ! -d "${KTX_AGENT_OVERLAYS_ROOT}/.agents" ]; then
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
|
@ -96,7 +96,7 @@ link_agent_overlays() {
|
|||
return 0
|
||||
fi
|
||||
|
||||
ln -s "${KAELIO_SKILLS_ROOT}/.agents" .agents
|
||||
ln -s "${KTX_AGENT_OVERLAYS_ROOT}/.agents" .agents
|
||||
}
|
||||
|
||||
echo "=== Conductor KTX workspace setup ==="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue