Yolo Agent

repo: ~/Projects/yolo-agent · 9 commits · 0 in last 24h, 0 in last 7d ·

Search the build

9 commits indexed

  1. 2b7ab10 2026-07-03 chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
  2. 8358fc1 2026-06-09 untrack logs + done-task archive (approved cleanup)
  3. 02bfcb0 2026-06-04 chore: untrack stray .bak/.pre-* backups + add gitignore patterns
  4. 574b0e6 2026-06-03 untrack logs/*.log (junk); keep tasks/done history
  5. 4bf7765 2026-05-13 fix: pgrep -c flag missing on macOS BSD pgrep (was flooding error log)
  6. d0902e9 2026-05-13 snapshot: 93 file(s) changed, +45 new, ~48 modified
  7. 0ca26b2 2026-05-07 untrack node_modules per standing rule (was tracking 633 files; files preserved on disk)
  8. f7c70cf 2026-05-07 add canonical .gitignore per standing rule
  9. 9b5c166 2026-05-04 [overnight] pre-debate baseline

Authors

Agents used

  • none detected

Skills used

  • /npm1
  • /npx1
  • /homebrew1
  • /done1
  • /logs1
  • /yolo-agent-error1
  • /dev1
  • /null1

Creative ideas + design notes

Commits with substantial prose (≥120 chars) — the rationale behind each move.

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

38 files tracked. Click any to browse the source at HEAD.

Other build journals

← Wpb Sales Dashboard  ·  all 4 projects  ·  Yolo Agent Tasks Staging →

Export

commits.csv · feed.atom · project.json · commits.json

rendered in 0ms