Merge pull request #816 from paperclipai/fix/worktree-seed-and-env-quoting

fix(cli): preserve worktree seed source config and quote special env values
This commit is contained in:
Dotta
2026-03-13 15:18:03 -05:00
committed by GitHub
5 changed files with 90 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ This command:
- creates an isolated instance under `~/.paperclip-worktrees/instances/<worktree-id>/`
- when run inside a linked git worktree, mirrors the effective git hooks into that worktree's private git dir
- picks a free app port and embedded PostgreSQL port
- by default seeds the isolated DB in `minimal` mode from your main instance via a logical SQL snapshot
- by default seeds the isolated DB in `minimal` mode from the current effective Paperclip instance/config (repo-local worktree config when present, otherwise the default instance) via a logical SQL snapshot
Seed modes: