+6
codex/AGENTS.md
+6
codex/AGENTS.md
···
71
71
- Imports from JSONL when newer (e.g., after `git pull`)
72
72
- No manual export/import needed!
73
73
74
+
### JSONL Conflict Playbook
75
+
76
+
- Treat `.beads/issues.jsonl` as generated output; when conflicts or manual edits appear, re-export from the database (`bd export -o .beads/issues.jsonl`) instead of hand-editing.
77
+
- After any `bd` mutation, wait for the auto-export (or run `bd export -o .beads/issues.jsonl`) and commit the refreshed file with the related code so export hashes stay in sync across machines.
78
+
- If bd raises a hash mismatch or similar warning, run `bd validate` to surface drift, resolve findings, and re-export before pulling or pushing more changes.
79
+
74
80
### MCP Server (Recommended)
75
81
76
82
If using Claude or MCP-compatible clients, install the beads MCP server: