Skip to content

Commit 11889d2

Browse files
authored
Merge pull request #50 from ocean/feature/json-schema-helpers
JSON and JSONB schema helpers
2 parents 20c8b69 + a8cf079 commit 11889d2

7 files changed

Lines changed: 2184 additions & 21 deletions

File tree

.beads/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ daemon.log
1111
daemon.pid
1212
bd.sock
1313
sync-state.json
14+
last-touched
1415

1516
# Local version tracking (prevents upgrade notification spam after git ops)
1617
.local_version
@@ -19,6 +20,10 @@ sync-state.json
1920
db.sqlite
2021
bd.db
2122

23+
# Worktree redirect file (contains relative path to main repo's .beads/)
24+
# Must not be committed as paths would be wrong in other clones
25+
redirect
26+
2227
# Merge artifacts (temporary files from 3-way merge)
2328
beads.base.jsonl
2429
beads.base.meta.json

.beads/issues.jsonl

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

.beads/last-touched

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
el-4ha

0 commit comments

Comments
 (0)