Drop accidentally-committed worktrees; ignore .claude/worktrees
All checks were successful
PR build (required check) / changes (pull_request) Successful in 7s
secrets-guard / encrypted (pull_request) Successful in 6s
shell-lint / shellcheck (pull_request) Successful in 9s
PR build (required check) / build-frontend (pull_request) Has been skipped
PR build (required check) / validate-observability (pull_request) Has been skipped
PR build (required check) / build-backend (pull_request) Successful in 44s
PR build (required check) / gate (pull_request) Successful in 3s
All checks were successful
PR build (required check) / changes (pull_request) Successful in 7s
secrets-guard / encrypted (pull_request) Successful in 6s
shell-lint / shellcheck (pull_request) Successful in 9s
PR build (required check) / build-frontend (pull_request) Has been skipped
PR build (required check) / validate-observability (pull_request) Has been skipped
PR build (required check) / build-backend (pull_request) Successful in 44s
PR build (required check) / gate (pull_request) Successful in 3s
The previous commit swept in .claude/worktrees/city-resolver and .claude/worktrees/thermograph-mentions as embedded git repositories. Those are other Claude sessions' live checkouts and have no business in this tree. Ignoring the directory so `git add -A` cannot do it again — the repo already has a documented history of parallel sessions colliding through shared checkouts, and this is the same hazard wearing a different hat. Claude-Session: https://claude.ai/code/session_0182KTMrsTHJc3TcewCatJFY
This commit is contained in:
parent
7ed375f32e
commit
f4313b5d87
3 changed files with 4 additions and 2 deletions
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 1b862aa049403c02e8e9c4ef14dfc8c7a55b5aa2
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit ce4350c64ecd6d6aaa89bdd965ea93f63b463295
|
||||
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
# Claude Code worktrees. These are other sessions' checkouts living inside this
|
||||
# repo; `git add -A` will otherwise commit them as embedded git repositories.
|
||||
.claude/worktrees/
|
||||
Loading…
Reference in a new issue