@interactive-inc/claude-funnel 0.20.1 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -289,7 +289,7 @@ Persistent state lives under `~/.funnel/`. Volatile logs and the event store liv
289
289
  └── state.json per-connector durable state (e.g. schedule lastFiredAt)
290
290
 
291
291
  /tmp/funnel/
292
- ├── events/events.db SQLite event store with replay-by-seq
292
+ ├── events.db SQLite event store with replay-by-seq
293
293
  ├── funnel.log diagnostic log (daemon lifecycle, listener boot, connects)
294
294
  └── gateway.log daemon stdout/stderr
295
295
  ```