Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 6c8d86a

Browse files
committed
fix: correct CI workflow reference in apps/docs/AGENTS.md
The reference to .github/workflows/docusaurus-build.yml was incorrect as this workflow doesn't exist in the monorepo. Updated to reflect that CI injects environment variables via Vercel configuration.
1 parent afb80b5 commit 6c8d86a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to agents when working with code in this repository.
44

55
Non-obvious, project-specific rules:
66

7-
- Start/build preload dotenv; analytics plugin is enabled only when POSTHOG_API_KEY is set. Use .env based on [.env.example](.env.example). CI injects it in [.github/workflows/docusaurus-build.yml](.github/workflows/docusaurus-build.yml). See [package.json](package.json) and [docusaurus.config.ts](docusaurus.config.ts).
7+
- Start/build preload dotenv; analytics plugin is enabled only when POSTHOG_API_KEY is set. Use .env based on [.env.example](.env.example). CI injects it via Vercel environment variables (see PR description for deployment setup). See [package.json](package.json) and [docusaurus.config.ts](docusaurus.config.ts).
88
- Use Node 20 locally to match CI; engines allow >=18 but CI runs 20.
99
- Linting targets only /src; docs content is not linted. Use "pnpm run lint:unused" to enforce unused import removal. Type checking uses "tsc" only (no emit); [tsconfig.json](tsconfig.json) is editor-focused.
1010
- When moving/renaming docs, you must add an explicit redirect in [docusaurus.config.ts](docusaurus.config.ts) under plugin-client-redirects. This is required by [.roorules](.roorules).

0 commit comments

Comments
 (0)