find /home/user/worktrees/attempt-4b9f7069-d999-423e-a91c-680afc1692fc-cap-0 -type f -name "README*" -o -name "*.md" | head -20exit code not materialized
ls -la /home/user/worktrees/attempt-4b9f7069-d999-423e-a91c-680afc1692fc-cap-0/ | head -40exit code not materialized
find /home/user/worktrees/attempt-4b9f7069-d999-423e-a91c-680afc1692fc-cap-0/server -type f -name "*.ts" -o -name "*.js" | head -20exit code not materialized
ls -la /home/user/worktrees/attempt-4b9f7069-d999-423e-a91c-680afc1692fc-cap-0/server/exit code not materialized
find /home/user/worktrees/attempt-4b9f7069-d999-423e-a91c-680afc1692fc-cap-0 -type f \( -name "*.ts" -o -name "*.js" \) ! -path "*/node_modules/*" ! -path "*/.nuxt/*" | head -30exit code not materialized
cat /home/user/worktrees/attempt-4b9f7069-d999-423e-a91c-680afc1692fc-cap-0/.env 2>/dev/null || cat /home/user/worktrees/attempt-4b9f7069-d999-423e-a91c-680afc1692fc-cap-0/.env.example 2>/dev/null || echo "No .env files found"exit code not materialized
cat /home/user/worktrees/attempt-4b9f7069-d999-423e-a91c-680afc1692fc-cap-0/docker-compose.ymlexit code not materialized
cat /home/user/worktrees/attempt-4b9f7069-d999-423e-a91c-680afc1692fc-cap-0/.npmrcexit code not materialized
ls -la /home/user/worktrees/attempt-4b9f7069-d999-423e-a91c-680afc1692fc-cap-0/components/exit code not materialized
ls -la /home/user/worktrees/attempt-4b9f7069-d999-423e-a91c-680afc1692fc-cap-0/pages/exit code not materialized
grep -r "localhost:1234\|runtimeConfig\|openAi" /home/user/worktrees/attempt-4b9f7069-d999-423e-a91c-680afc1692fc-cap-0 --include="*.ts" --include="*.js" --include="*.vue" | head -20exit code not materialized
ls -la /home/user/worktrees/attempt-4b9f7069-d999-423e-a91c-680afc1692fc-cap-0/components/Transaction/exit code not materialized
ls -la /home/user/worktrees/attempt-4b9f7069-d999-423e-a91c-680afc1692fc-cap-0/components/Dashboard/exit code not materialized
find /home/user/worktrees/attempt-4b9f7069-d999-423e-a91c-680afc1692fc-cap-0 -name ".env*" -o -name "*.env*" | head -20exit code not materialized
git log --oneline | head -20exit code not materialized
git show 9da97ce | head -100exit code not materialized
tree -L 3 /home/user/worktrees/attempt-4b9f7069-d999-423e-a91c-680afc1692fc-cap-0 --dirsfirst -I 'node_modules|.nuxt|.git' 2>/dev/null | head -60exit code not materialized
find /home/user/worktrees/attempt-4b9f7069-d999-423e-a91c-680afc1692fc-cap-0 -type f \( -name "*.ts" -o -name "*.js" -o -name "*.json" \) ! -path "*/node_modules/*" ! -path "*/.nuxt/*" ! -path "*/dist/*" -exec wc -l {} \; | sort -rn | head -20exit code not materialized