@interactive-inc/claude-funnel 0.20.1 → 0.21.1
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 +1 -1
- package/package.json +1 -1
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
|
|
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
|
```
|
package/package.json
CHANGED