Jsonl Store

Persist records between scheduled runs as append-only JSON Lines (one object per line) with streaming reads and optional key-based dedup, stdlib only. Use when the user wants to log run results to JSONL, append events to a file, dedup records by id across runs, or keep a simple durable history without a database.

baronguyen001 2729fba 2 files · 4.4 KB Updated

File contents

baronguyen001/ai-automation-skills/tree/main/skills/jsonl-store commit 2729fba7bc

Frequently asked questions

npx skillmds@latest add baronguyen001/jsonl-store