# Agentic AI Field Guide Purpose: source-linked, beginner-friendly static guide to agentic AI. Source of truth: - `data/agentic-ai-data.json` - `data/agentic-ai-data.schema.json` - `data/search-fixtures.json` Generated files: - `agenticAiData.js` - `contentIndex.js` - `llms-full.txt` - `sitemap.xml` Maintenance docs: - `AGENTS.md` - `docs/CONTENT_ARCHITECTURE.md` - `docs/REFRESH_PROTOCOL.md` - `docs/SEARCH_GUIDE.md` - `docs/UX_VISUAL_SYSTEM.md` - `docs/DEPLOYMENT.md` - `AGENT_REPRODUCIBILITY.md` - `SINGLE_AGENT_PROMPT.md` Core commands: ```bash npm run build:data npm run check npm run test:ui npm run test:visual npm run build:site ```