chore: ai agent config

Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
2026-04-21 20:19:05 -04:00
parent ffc4a2c5c5
commit 7cf21546e2
65 changed files with 10076 additions and 133 deletions

View File

@@ -9,7 +9,7 @@ if [ -z "$BIOME_PATH" ]; then
fi
# Find all biome executables in node_modules
files=$(fd biome node_modules --type executable --no-ignore --follow)
files=$(fd biome -tx node_modules --no-ignore --hidden --follow)
if [ -z "$files" ]; then
echo "No biome executables found in node_modules"