Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 634 Bytes

File metadata and controls

12 lines (10 loc) · 634 Bytes

Changelog

1.0.0 — 2026-04-11

  • Initial release: ccf npm package
  • JsonlWatcher class extending EventEmitter — watches ~/.claude/projects/ JSONL files
  • watch(projectsDir?) factory — chainable, returns started watcher
  • Events: conversation_created, streaming_start, streaming_progress, streaming_complete, streaming_error, error
  • Dual ESM + CJS exports (src/index.js + src/index.cjs)
  • Zero external dependencies, Node >= 18
  • GitHub Actions: npm publish on v* tags, gh-pages deploy on every main push
  • Landing page at https://anentrypoint.github.io/ccf/ (WebJSX + RippleUI, dark/light theme)