Skip to content

Releases: Hazel-Lin/chroniq

Chroniq v0.1.0

13 Mar 09:05

Choose a tag to compare

Chroniq v0.1.0

Chroniq is now available on npm as @hazellin/chroniq.

Chroniq is a local-first, CLI-first, agent-friendly capture layer for lightweight personal context. It is built for one narrow job: capture quickly, store append-only JSONL locally, and keep the output stable for scripts and agents.

Install:

npm install -g @hazellin/chroniq
chroniq --help

Highlights:

  • Local-first capture with append-only data/logs/YYYY-MM-DD.jsonl
  • Fast CLI input via chroniq add or cq add
  • Multi-line block input with --multiline and --stdin
  • Deterministic block splitting with --split
  • Machine-readable export for downstream AI and shell workflows

Typical flow:

cq add "Ship Chroniq to npm today #launch"
cq today --json

Repo:

https://github.com/Hazel-Lin/chroniq