From 8761f5eca28481b42e3760ab0d8098eae4142841 Mon Sep 17 00:00:00 2001 From: Zach Norman Date: Wed, 7 Jan 2026 06:53:20 -0800 Subject: [PATCH] update readme with how it works --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a850168..9ed5179 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # c⌐■■vs +[github.com/picogrid/ceevs](https://github.com/picogrid/ceevs) + Terminal session receipts for physical receipt printers. Every command you run, printed on thermal paper. Your shell history made tangible. @@ -23,13 +25,15 @@ Every command you run, printed on thermal paper. Your shell history made tangibl ## What is this? -c⌐■■vs captures work sessions and prints executive summaries to thermal receipt printers. LLM summarization (haiku/gemini) distills raw events into what was accomplished. +c⌐■■vs captures work sessions and prints **executive summaries** to thermal receipt printers. + +Raw events (commands, exit codes, timestamps) are captured via zsh hooks and Claude Code hooks, stored as JSONL, then summarized by a lightweight LLM (haiku/gemini) into 2-3 sentences describing what was accomplished—not a log of every command. -Print receipts when: -- a Linear issue is closed -- a plan is finished -- a Claude Code session completes -- a terminal session ends +Receipts print when: +- a Linear issue is marked done +- a plan (linked to Linear) is completed +- a Claude Code session ends +- a terminal session closes (optional) ## Receipt Template