fix: remove machine-specific symlinks from repository
- Remove .claude and packages/web/agent-orchestrator.yaml symlinks - Add them to .gitignore to prevent re-committing - These are development convenience links created per-worktree Fixes Bugbot comment about environment-dependent paths that break on other machines. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
4c001e7e05
commit
9f5dc08a68
|
|
@ -8,3 +8,7 @@ coverage/
|
|||
*.patch
|
||||
*-context.md
|
||||
packages/web/screenshots/
|
||||
|
||||
# Development symlinks (created per-worktree, not committed)
|
||||
.claude
|
||||
packages/web/agent-orchestrator.yaml
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
/Users/equinox/.worktrees/ao/ao-13/agent-orchestrator.yaml
|
||||
Loading…
Reference in New Issue