← Roadmap

#9 · Corpus · 2026-05-10

JSON index graph and traversal

Status: Backlog

Corpus

Implementation

  • Parse the upstream JSON shape—many files, some indices pointing to other files—into a deterministic traversal plan.
  • Validate or gracefully reject broken graphs; unit-test pure parsing and path resolution.
  • Stay tolerant of upstream refactors within reason; version or fingerprint assumptions documented as needed.

Questions

  • Canonical entry file(s) in the upstream repo—lock once repo is shared?
  • Maximum corpus size or depth guards to protect mobile clients?