/primitives / kei-tlog
kei-tlog
RULE 0.17 — atomar time-logger for agents and pipelines. Emits JSONL lines to ~/.claude/memory/time-metrics/tasks.jsonl.
| tagline | RULE 0.17 — atomar time-logger for agents and pipelines. Emits JSONL lines to ~/ |
| language | Rust |
# install single binary $ curl -fsSL keiseikit.dev/primitives/kei-tlog/install.sh | bash
# after install $ kei-tlog --help
# settings.json snippet "hooks": { "PostToolUse": [ { "match": "Edit|Write", "hooks": ["~/.claude/hooks/kei-tlog.sh"] } ] }