kabu 0.7.1

CLI tool to enhance git worktree and jj workspace with automated setup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# yaml-language-server: $schema=https://raw.githubusercontent.com/h-michael/kabu/main/schema/kabu.schema.json

# When to use: Share personal coding-agent settings across worktrees.
# Run: kabu add ../wt-agent -b wt-agent
# Expected effect: Agent config files are reused via symlink.
# Pitfall: Link only files that are intentionally untracked or local-only.

on_conflict: skip

link:
  - source: .claude
    description: Claude Code settings

  - source: .cursor/rules
    description: Cursor rules directory

  - source: .cursorrules
    description: Legacy Cursor rules