Files
beads/internal/storage/sqlite/sqlite.go
v4rgas 838d884988 fix: sync counters on every CreateIssue to prevent race conditions
Move counter sync from import to CreateIssue to handle parallel issue creation.
This ensures the counter is always up-to-date before generating new IDs,
preventing collisions when multiple processes create issues concurrently.

Remove unused SyncCounterForPrefix method and its test.
2025-10-14 01:19:11 -07:00

14 KiB