Claude Email Responder

repo: ~/Projects/claude-email-responder · 10 commits · 0 in last 24h, 0 in last 7d ·

Search the build

10 commits indexed

  1. 0a3b8f4 2026-07-03 chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
  2. d987ca9 2026-06-21 auto-save: 2026-06-21T18:53:00 (1 files) — package-lock.json
  3. 2107a84 2026-05-29 Update Claude model IDs to claude-opus-4-8 (Opus 4.8 upgrade)
  4. 80a9000 2026-05-19 gitignore: untrack runtime state.json + broaden snapshot/backup patterns
  5. 6c9d94b 2026-05-19 snapshot — gitify backup 2026-05-19
  6. 456a3d5 2026-05-13 snapshot: backup runtime state (1 files)
  7. 35798fb 2026-05-13 snapshot: backup uncommitted work (1 files)
  8. 0e199d6 2026-05-13 snapshot: 1 file(s) changed, ~1 modified
  9. a7dfc6e 2026-05-08 Reverse channel: directive parser bypasses Claude for 'act on X' / 'status' / 'pause loop' / 'resume loop'
  10. ec27116 2026-05-06 initial snapshot — gitify all builds (CLAUDE.md rule 2026-05-06)

Authors

Agents used

  • none detected

Skills used

  • /npm1
  • /npx1
  • /homebrew1
  • /backup1
  • /state1
  • /directives1

Creative ideas + design notes

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

80a9000 · 2026-05-19 · gitignore: untrack runtime state.json + broaden snapshot/backup patterns
state/state.json is regenerable at boot via loadState() (returns empty
scaffold on missing file) — committing it added ~2.5k lines of volatile
runtime data to every diff. Untrack it and add state/ + logs/ + the
standard *.bak / *.pre-* / *.orig snapshot patterns to .gitignore so
future fleet sweeps catch any accidental snapshot drops.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
a7dfc6e · 2026-05-08 · Reverse channel: directive parser bypasses Claude for 'act on X' / 'status' / 'pause loop' / 'resume loop'
Steve can reply to any watchdog email with one of these verbs and the
directive lands in ~/Projects/_dw-batch/directives/<ts>-<verb>.json.
The next yolo tick reads the queue and acts.

Bypasses askClaude() — deterministic, free, fast. Falls through to
existing Claude-CLI conversational path for non-directive replies.

'status' verb returns ledger-tail directly in the email reply.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

File tree

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

Other build journals

← Claude Codex Meeting  ·  all 4 projects  ·  Claude Mail →

Export

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

rendered in 0ms