trigger_tree

Privacy Policy — trigger-tree

Last updated: 2026-07-19

The short version

trigger-tree sends no data off your machine. Its local telemetry stays in your project directory, under your control. There are no network calls, external services, analytics vendors, or runtime dependencies.

What the plugin records, and where

trigger-tree’s hooks write a local event log to $PROJECT/.trigger-tree/history.jsonl inside the project you use it in:

The optional HTML report (/tt insights) is generated locally to .trigger-tree/report.html. If you choose to publish it as a Claude Artifact, that is an explicit action you take through Claude Code — the plugin itself never uploads anything.

What the plugin does NOT do

Retention and deletion

You own the data. Delete .trigger-tree/ in your project at any time to remove all recorded history. The directory is gitignored by the recommended setup, so it is not committed or shared through version control.

Changes and contact

Changes to this policy are recorded in this file’s git history. Questions: me@heddevanderheide.nl.