Inherits all behavior from /AGENTS.md at the monorepo root. Local rules extend or override the root file for this repository.
This repository is the standalone HagiCode documentation site built with Astro and Starlight.
- User docs, guides, and reference pages live here.
- Blog content and release-note related flows also run here.
- The marketing website lives in
repos/site.
Run commands from repos/docs/.
npm install
npm run dev
npm run build
npm run build:ci
npm run typecheck
npm run verify:blogsrc/content/docs/: documentation and blog contentsrc/components/: custom site componentsscripts/: content preparation, verification, and sync toolingtests/: script and content workflow tests
- Favor clear documentation structure over marketing language.
- Keep content in Markdown or MDX patterns already established in the repo.
- Preserve frontmatter, heading structure, internal links, and verification-script expectations.
- Use repo scripts for content materialization, translation, release notes, and screenshot workflows instead of editing generated output directly.
- Keep docs-specific concerns here; broader product marketing belongs in
repos/site.
README.mdillustration-management.mdscripts/