Skip to content

docs: add a glossary to the reference section#27165

Draft
nickvigilante wants to merge 3 commits into
mainfrom
vigilante/docs-75-migrate-and-expand-the-notion-glossary-into-the-docs-site
Draft

docs: add a glossary to the reference section#27165
nickvigilante wants to merge 3 commits into
mainfrom
vigilante/docs-75-migrate-and-expand-the-notion-glossary-into-the-docs-site

Conversation

@nickvigilante

Copy link
Copy Markdown
Contributor

Adds a reference glossary at docs/reference/glossary.md that defines the Coder-specific terms and product names readers encounter across the docs, and registers it in docs/manifest.json under Reference.

The page prioritizes the term collisions around "agent": it disambiguates Coder Agents (the AI product), the workspace agent (the in-workspace daemon), and the coder_agent Terraform resource with an [!IMPORTANT] callout and cross-referenced entries. Every definition was checked against the current docs, and every internal link is a relative path that resolves in-repo.

Decision log and verification notes

Scope of this PR

  • Creates the glossary page and its manifest entry only.
  • Out of scope (tracked separately): Glossary: <term> cross-link callouts across the docs IA, the search-ranking boost, the workspace-daemon rename decision, and the CONTRIBUTING note plus lint guard.

Source

  • Migrated and expanded from a generated glossary draft, then reconciled against the live docs.

Corrections made vs. the draft

  • AI Gateway and Agent Firewall are gated by the AI Governance Add-On (Coder v2.32+), not plain Premium. Confirmed in docs/ai-coder/ai-governance.md.
  • Coder Tasks is framed as deprecated (12-month ESR, removed from new releases starting v2.37; Coder Agents is the long-term replacement), per docs/ai-coder/tasks.md.
  • "Formerly AI Bridge" and "formerly Agent Boundaries" confirmed via the rebranding-migration and agent-firewall pages; Agent Firewall backends are nsjail (default) and landjail.
  • OpenTofu is described as a custom Terraform binary that works but is not officially supported, per docs/admin/integrations/opentofu.md.
  • Premium markers were taken from docs/manifest.json ("state": ["premium"]).

Local validation

  • markdownlint-cli2: 0 errors.
  • scripts/check_emdash.sh: clean.
  • Vale (Coder package): 0 errors, 0 warnings, 0 suggestions.
  • All 120 links checked; every relative link resolves in-repo.
  • 103 terms; no duplicate sibling headings (MD024 siblings_only).

Reviewer note

  • This is a first-pass migration. Per the docs authoring skill, each entry deserves a final accuracy pass before the page leaves draft. Flag any term you want reworded, split, merged, or dropped.

Generated by Coder Agents on behalf of @nickvigilante.

Add a reference glossary that defines Coder-specific terms and product names, including the coder_agent / workspace agent / Coder Agents disambiguation, with links to the relevant docs.
@linear-code

linear-code Bot commented Jul 10, 2026

Copy link
Copy Markdown

DOCS-75

@github-actions

Copy link
Copy Markdown

Docs preview

📖 View docs preview for docs/reference/glossary.md

Reorganize the glossary from category sections into A-Z sections, one H2 per letter with terms as H3s. Letters with no terms are omitted. Definitions, links, and the agent disambiguation callout are unchanged.
Normalize both entries to the hyphenated "sub-agent" spelling used elsewhere in the docs, split them into "Sub-agent (Coder Agents)" and "Sub-agent (dev containers)", add mutual "Not to be confused with" cross-references, and note that the dev container sub-agent is a Coder term, not part of the Development Container Specification.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant