Overview

Agents

Use the docs from your coding agent through the same edition-specific corpus as the site. Search results cite heading anchors in the selected view.

Local docs

From the repository’s site/ directory:

pnpm run ask --edition ce overview
pnpm run ask --edition ce search "write and query rows"
pnpm run ask --edition ce section get "quickstart#2-write-rows"

Use --edition pro to select the full documentation. Local retrieval needs no API key. It generates the edition projections from the committed digest and source corpus, preserving untouched full-corpus summaries and glossary.

Hosted docs

Point the ask CLI at https://hevlayer.com/api/ask/ce for Community Edition or https://hevlayer.com/api/ask/pro for the full docs. For example:

layer ask --endpoint https://hevlayer.com/api/ask/ce tree

Text exports

CE index and CE full text contain only the CE view. The full-product equivalents are full index and full text. Keep the edition in copied citations so readers and agents open the same view.

esc