From 5264c5c553a6f3d6573c6e6b9e66a1800d13d777 Mon Sep 17 00:00:00 2001 From: Henri Bourcereau Date: Sat, 17 Jan 2026 20:41:26 +0100 Subject: [PATCH] bd migrate-sync: initial sync branch setup --- .beads/issues.jsonl | 0 .beads/metadata.json | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 .beads/issues.jsonl create mode 100644 .beads/metadata.json diff --git a/.beads/issues.jsonl b/.beads/issues.jsonl new file mode 100644 index 0000000..e69de29 diff --git a/.beads/metadata.json b/.beads/metadata.json new file mode 100644 index 0000000..c787975 --- /dev/null +++ b/.beads/metadata.json @@ -0,0 +1,4 @@ +{ + "database": "beads.db", + "jsonl_export": "issues.jsonl" +} \ No newline at end of file