/** * @copyright Sister Software * @license AGPL-3.0 * @author Teffen Ellis, et al. * * The spatial-layer contract: manifest/coverage schema + IO. Every layer database — shipped, * build-local, or private — embeds these tables. Spec: * docs/superpowers/specs/2026-07-18-spatial-layers-and-poi-design.md §2.1. */ export * from "./manifest.ts" export * from "./schema.ts"