CONTEXT_INTELLIGENCE
FOR_CLAUDE_CODE

Understand your work patterns. Parse sessions, build conversation chains, query what you were working on.

INSTALL
# Windows (PowerShell)
$ irm https://install.tastematter.dev/install.ps1 | iex
# macOS / Linux
$ curl -fsSL https://install.tastematter.dev/install.sh | bash

WHAT_IT_DOES

PARSE_SESSIONS

Automatically parse Claude Code JSONL session files. Track which files you touched, tools you used, and conversations you had.

BUILD_CHAINS

Understand conversation threads across sessions. See how work flows through agent handoffs and context compactions.

QUERY_PATTERNS

Ask "What was I working on last week?" and get answers. Flexible queries over time ranges, files, and tool usage.

QUICK_START

# Sync Claude Code sessions to local database
tastematter daemon once

# Query recent file activity
tastematter query flex --time 7d --limit 20

# See conversation chains
tastematter query chains --limit 10

# Run daemon in background (auto-starts on login)
tastematter daemon install

GET_STARTED

One command. Works on Windows, macOS, and Linux.

irm https://install.tastematter.dev/install.ps1 | iex

Requires Claude Code to be installed. Get Claude Code