Yolo Agent
Search the build
-
2b7ab102026-07-03 chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew) -
8358fc12026-06-09 untrack logs + done-task archive (approved cleanup) -
02bfcb02026-06-04 chore: untrack stray .bak/.pre-* backups + add gitignore patterns -
574b0e62026-06-03 untrack logs/*.log (junk); keep tasks/done history -
4bf77652026-05-13 fix: pgrep -c flag missing on macOS BSD pgrep (was flooding error log) -
d0902e92026-05-13 snapshot: 93 file(s) changed, +45 new, ~48 modified -
0ca26b22026-05-07 untrack node_modules per standing rule (was tracking 633 files; files preserved on disk) -
f7c70cf2026-05-07 add canonical .gitignore per standing rule -
9b5c1662026-05-04 [overnight] pre-debate baseline
Authors
- Steve9
Agents used
Skills used
- /npm1
- /npx1
- /homebrew1
- /done1
- /logs1
- /yolo-agent-error1
- /dev1
- /null1
Creative ideas + design notes
4bf7765 · 2026-05-13 · fix: pgrep -c flag missing on macOS BSD pgrep (was flooding error log)
The getRunningClaudeCount() circuit-breaker used 'pgrep -c -f' which worked on GNU/Linux but exits 2 with 'usage: pgrep' on macOS, since BSD pgrep has no count flag. The count was always returning 0 via the catch-block, silently disabling the concurrency circuit breaker, and producing ~76 'usage: pgrep' lines per session in ~/.pm2/logs/yolo-agent-error.log. Replace with portable 'pgrep -f ... ' + line count in JS, and redirect stderr to /dev/null via stdio so any future pgrep stderr output doesn't pollute pm2 logs.
File tree
- .env.example
- .gitignore
- CHANGES.md
- CHANGES2.md
- TASK-TEMPLATE-WITH-RALPH-GATES.md
- create-missing-collections.js
- dashboard/task-ledger.html
- ledger-app/index.html
- ledger-app/package-lock.json
- ledger-app/package.json
- ledger-app/src/App.tsx
- ledger-app/src/components/ui/badge.tsx
- ledger-app/src/components/ui/card.tsx
- ledger-app/src/components/ui/scroll-area.tsx
- ledger-app/src/index.css
- ledger-app/src/lib/utils.ts
- ledger-app/src/lib/xfetch.ts
- ledger-app/src/main.tsx
- ledger-app/src/vite-env.d.ts
- ledger-app/tsconfig.json
- ledger-app/vite.config.ts
- ledger-dist/assets/index-BwgB1DeC.js
- ledger-dist/assets/index-yRwNv-ZL.css
- ledger-dist/index.html
- live-dashboard.html
- orphan-audit.js
- package-lock.json
- package.json
- promote-and-parallel.sh
- reports/imageless-products.json
- scripts/body-html-cleanup.js
- scripts/collection-descriptions.js
- scripts/collection-image-refresh.js
- server.js
- setup-yolo-remote.sh
- tasks/deferred/05_enrich-romo.md
- tasks/deferred/40_refresh-thibaut-images-real.md
- tasks/deferred/42_refresh-romo-images.md