# @coda/extensions

Domain glossary data for GraphQL and Snowflake. Ships pre-built JSON glossary files that are loaded at import time and re-exported as typed `GlossaryEntry` arrays consumed by the search and agent layers.

## Quick start

```bash
pnpm --filter @coda/extensions build
```

## Key files

- `src/index.ts` — exports `graphqlGlossaryEntries`, `snowflakeGlossaryEntries`, and `snowflakeGlossaryFile`
- `src/snowflake/` — Snowflake glossary types and database/schema mappings
- `graphql/graphql-glossary.json` — GraphQL field and type definitions
- `snowflake/snowflake-glossary.json` — Snowflake table and column definitions
