Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
Commitecfe21bunknown_key

chore: gitignore .claude/worktrees/ (parallel-agent isolation dir)

chore: gitignore .claude/worktrees/ (parallel-agent isolation dir)

The Agent tool with isolation: "worktree" stages each agent's copy
of the repo in .claude/worktrees/. These are scratch directories
that should never be committed — adding them to .gitignore so the
stop-hook stops flagging them.
Claude committed on May 17, 2026Parent: a004c46
1 file changed+50ecfe21bc56aa1f1720b5d632513daa23cf796b24
1 changed file+5−0
Modified.gitignore+5−0View fileUnifiedSplit
99.test-repos-*/
1010*.pem
1111*.key
12
13# Parallel-agent isolated worktrees. The Agent tool with
14# isolation: "worktree" stages each agent's copy here so they don't
15# collide on the main working tree. Never commit these.
16.claude/worktrees/
1217