mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
chore: preserve superpowers docs symlink in worktrees (#158)
This commit is contained in:
parent
8d5186e4ea
commit
6738defb81
1 changed files with 2 additions and 0 deletions
|
|
@ -109,6 +109,8 @@ link_agent_overlays() {
|
|||
if [ -n "${CONDUCTOR_ROOT_PATH:-}" ]; then
|
||||
link_shared_path "$CONDUCTOR_ROOT_PATH/.agents" .agents || true
|
||||
link_shared_path "$CONDUCTOR_ROOT_PATH/.claude" .claude || true
|
||||
mkdir -p docs
|
||||
link_shared_path "$CONDUCTOR_ROOT_PATH/docs/superpowers" docs/superpowers || true
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue