Yolo Agent

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

Search the build

12 commits indexed

  1. e5201d6 2026-09-15 chore: commit code deployed in 2026-09-15 fleet push
  2. 12fd929 2026-08-30 add .deploy.conf (data-excluded) for guard deploy (TK-10984)
  3. aaada7a 2026-08-30 add creds-in-URL fetch guard to gated pages (TK-10984)
  4. 2b7ab10 2026-07-03 chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
  5. 8358fc1 2026-06-09 untrack logs + done-task archive (approved cleanup)
  6. 02bfcb0 2026-06-04 chore: untrack stray .bak/.pre-* backups + add gitignore patterns
  7. 574b0e6 2026-06-03 untrack logs/*.log (junk); keep tasks/done history
  8. 4bf7765 2026-05-13 fix: pgrep -c flag missing on macOS BSD pgrep (was flooding error log)
  9. d0902e9 2026-05-13 snapshot: 93 file(s) changed, +45 new, ~48 modified
  10. 0ca26b2 2026-05-07 untrack node_modules per standing rule (was tracking 633 files; files preserved on disk)
  11. f7c70cf 2026-05-07 add canonical .gitignore per standing rule
  12. 9b5c166 2026-05-04 [overnight] pre-debate baseline

Authors

Agents used

  • none detected

Skills used

  • /claude1
  • /code1
  • /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.

e5201d6 · 2026-09-15 · chore: commit code deployed in 2026-09-15 fleet push
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EwddjWujivh6oHPnqGqRoK
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

39 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 3ms