Commit ea9bbd5
docs(cloud-agents): align 'untracked files' precision with caution
The "Prefer `repo` over `file`" rule said `repo` entries pick up
"tracked changes plus untracked files" while the security caution
right below said "tracked changes plus untracked, non-gitignored
files". The caution is the accurate one (matches
`git ls-files --others --exclude-standard` in
`app/src/ai/agent_sdk/driver/snapshot.rs::build_repo_patch`), so
tighten the rule to match.
Co-Authored-By: Oz <oz-agent@warp.dev>1 parent 5c23a3b commit ea9bbd5
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments