Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .beads/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ bd.sock
db.sqlite
bd.db

# Embedded dolt runtime state (local working copies, not source of truth)
backup/
embeddeddolt/
export-state.json
last-touched

# Merge artifacts (temporary files from 3-way merge)
beads.base.jsonl
beads.base.meta.json
Expand Down
2 changes: 2 additions & 0 deletions .beads/interactions.jsonl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{"id":"int-a77088af","kind":"field_change","created_at":"2026-07-10T19:15:23.854851Z","actor":"tmad4000","issue_id":"markdown-reader-zi2","extra":{"field":"status","new_value":"in_progress","old_value":"open"}}
{"id":"int-efa978ed","kind":"field_change","created_at":"2026-07-10T19:26:23.438204Z","actor":"tmad4000","issue_id":"markdown-reader-zi2","extra":{"field":"status","new_value":"closed","old_value":"in_progress","reason":"Fixed in PR #3 (fix/new-file-focus). focusActiveEditor helper focuses CodeMirror in rich mode / textarea in plain mode from showEditor and the rich-plain toggle. Verified via npm test (63/63) and live CDP smoke."}}
Loading