From 93bca4cf97b4e6d1564e419a5d3513ffc86f25f6 Mon Sep 17 00:00:00 2001 From: Trevor Whitney Date: Wed, 10 Dec 2025 11:40:55 -0700 Subject: [PATCH] chore: add .zed to gitignore (#20199) --- .gitignore | 3 +++ CLAUDE.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index e5cd7110d9..64fbaf54d4 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,9 @@ _shared-workflows-dockerhub-login .vscode !.vscode/launch.json +# zed +.zed + # nix nix/result /result diff --git a/CLAUDE.md b/CLAUDE.md index 98f5ee1029..74f56726f6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -48,3 +48,6 @@ make test # run the frontend tests - Document upgrading steps in `docs/sources/setup/upgrade/_index.md` - Preview docs locally with `make docs` from the `/docs` directory - Include examples and clear descriptions for public APIs + +## Using Tools +- When using the `mcp__acp__Write` tool, write to a path within the current worktree to avoid sandboxing/permissions issues. This includes when writing plan files.