The find tool's default path spawned `fd` and used the `glob` npm package to discover nested .gitignore files. The native @gsd/native glob module handles gitignore traversal natively via Rust's `ignore` crate, making both dependencies unnecessary for this code path. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cli | ||
| core | ||
| modes | ||
| utils | ||
| cli.ts | ||
| config.ts | ||
| index.ts | ||
| main.ts | ||
| migrations.ts | ||