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 Binary files a/.beads/interactions.jsonl and /dev/null differ