From b36a927213562090e100c8b43ab27ef9094b1de9 Mon Sep 17 00:00:00 2001 From: Eugene Blikh Date: Mon, 17 Aug 2026 10:15:25 +0300 Subject: [PATCH] beads: ignore the JSONL exports The Dolt companion is the sync layer for issues and their audit trail, so a second copy riding in git buys nothing and costs a dirty status after every bd write. The config half (config.yaml, metadata.json, hooks/) stays tracked, or there is nothing for bd hooks install to install in a fresh clone. --- .beads/.gitignore | 6 ++++++ .beads/interactions.jsonl | 0 2 files changed, 6 insertions(+) delete mode 100644 .beads/interactions.jsonl diff --git a/.beads/.gitignore b/.beads/.gitignore index f7738583fca749237af124df35e0d8182a4a038d..19eb66164616cca548422d8a668d3190ca74fc81 100644 --- a/.beads/.gitignore +++ b/.beads/.gitignore @@ -1,3 +1,9 @@ +# Tracker data exports. Dolt (dolt.srht.bigb.es/~bigbes/sr-ht-ecore) is the sync +# layer for issues and their audit trail — carrying a second copy in git only +# adds churn and merge conflicts. Config stays tracked; data does not. +interactions.jsonl +issues.jsonl + # Dolt database (managed by Dolt, not git) dolt/ embeddeddolt/ diff --git a/.beads/interactions.jsonl b/.beads/interactions.jsonl deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000