You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,16 +217,16 @@ flowchart TD
217
217
```
218
218
## Auto-Sync
219
219
### What is Auto-Sync
220
-
Claude Code Hooks allow Vibe-Log to automatically sync your Claude Code sessions. Codex sessions are supported through manual sync.
220
+
Claude Code hooks and Codex hooks allow Vibe-Log to automatically sync local sessions in the background. Claude Code auto-sync is stable. Codex auto-sync is experimental and sync-only.
221
221
222
-
What are Claude Code Hooks?
222
+
What are hooks?
223
223
224
-
• Small commands that run at specific moments in Claude Code
224
+
• Small commands that run at specific moments in Claude Code or Codex
225
225
226
226
• They work silently in the background (you won't notice them)
227
227
228
228
229
-
Which hooks do we use?
229
+
Which Claude Code hooks do we use?
230
230
231
231
📍 SessionStart - Syncs previous sessions when you start/resume work
232
232
(Triggers: startup, resume, clear commands)
@@ -240,6 +240,14 @@ Why we recommend both:
240
240
✓ SessionStart ensures nothing is lost between sessions
241
241
242
242
✓ PreCompact syncs everything before Claude compresses context
243
+
244
+
Which Codex hooks do we use?
245
+
246
+
📍 SessionStart - Syncs recent Codex sessions when work starts
247
+
248
+
🔚 Stop - Syncs after Codex finishes responding
249
+
250
+
Codex hooks write Vibe-Log commands to Codex `hooks.json` and enable `[features].codex_hooks = true` in Codex `config.toml`. Vibe-Log does not install Codex prompt coach or statusline hooks.
243
251
244
252
### Setup Auto-sync
245
253
1. Run `npx vibe-log-cli`
@@ -250,7 +258,7 @@ Why we recommend both:
250
258
251
259
Currently supported:
252
260
- ✅ Claude Code
253
-
- ✅ Codex (manual cloud sync, local standups, local reports)
261
+
- ✅ Codex (manual cloud sync, experimental auto-sync hooks, local standups, local reports)
0 commit comments