Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This file provides context for AI coding agents (Claude Code, GitHub Copilot, Cu
- **Product family:** Documentation
- **Primary language(s):** JavaScript
- **Build system:** npm (Antora)
- **Test framework:** broken-link-checker
- **Test framework:** Antora build (`npm run antora`); link checking is documented in the `docs` repository
- **CI system:** GitHub Actions

## Architecture & Key Paths
Expand All @@ -31,7 +31,8 @@ This file provides context for AI coding agents (Claude Code, GitHub Copilot, Cu
npm run antora

# Test
npm run linkcheck
# No automated test suite; verify by building (npm run antora).
# Link checking is documented in the docs repository.

# Lint
Not detected (Prettier config present for formatting)
Expand Down
Loading