# SignificanceCheckable

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/techdocs/significance.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/techdocs/significance.ts#L12)

Significance gate for technical reference docs (audit FIX 1).

The published corpus was 28% junk: entities mined from generated/minified/vendored code
(literal `Bn` pages from a checked-in Prisma client) plus test scaffolding. This is the ONE
shared predicate both the parse pipeline (navMap + snapshot) and the materializer
(transformSnapshotToDocSet) apply, so pages, nav, llms.txt and search all agree on what exists.

Pure + dependency-free so it is trivially unit-testable and usable from any surface.

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `filePath` | `string` |
