Reader Application + Wiki Integration

Definition

The Reader webapp (D:\NKYAWebApp\nirmanakaya-reader\) maintains its own copy of structural data (lib/constants.js, reference/data/nirmanakaya_78_definitions.json). The wiki now also maintains structured data (in YAML frontmatter across 207 nodes). Question: should the Reader auto-sync from the wiki, manually mirror, or maintain separate data stores?

Why It’s an Open Question

  • Auto-sync is most elegant but requires build-pipeline work
  • Manual mirroring is simplest but introduces drift risk
  • Separate data stores cleanly bound the projects but require coordinated updates

Status

Open. No urgency until lint pipeline is operational (then auto-sync becomes more attractive).

Cross-References