Skip to content

Commit 5621086

Browse files
kckernclaude
andcommitted
feat: add COC↔LDS BOM mapping and expand canon support
Add cross-canon verse mapping between Community of Christ (COC/RLDS) and LDS Book of Mormon versifications, with comprehensive test coverage. Changes: - Add mapping-loader.mjs with bidirectional lookup API - Add COC↔LDS BOM mapping to RLDS _mapping.yml (8642 verses mapped) - Add mapping generator scripts (generate-coc-lds-mapping.cjs) - Add 79 mapping tests covering data integrity, critical paths, edge cases - Add new canon data: RLDS, Buddhist, Hindu, Islam, Pseudo - Add documentation and design docs - Update .gitignore for dev artifacts (.claude/, test-results.md, etc.) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8479ce7 commit 5621086

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+20356
-270
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ test_results/test_results.html
77
/dist/*.cjs
88
/dist/*.mjs
99
/dist/*.map
10+
.env
11+
.claude/
12+
test-results.md
13+
.DS_Store
14+
.venv/

0 commit comments

Comments
 (0)