ENG-9447: add agents md instructions#6461
Conversation
Greptile SummaryThis PR adds a new documentation page explaining how to use
Confidence Score: 5/5Documentation-only change with straightforward sidebar wiring; safe to merge. All three changed files are docs content and UI navigation wiring with no runtime logic. The two observations are omissions in infrastructure files not touched by this PR and do not affect correctness of the delivered page. docs/app/agent_files/_plugin.py (not changed here) — the new page will be absent from the llms.txt agent index until it is added to a doc-path inclusion set there. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["User visits /ai/integrations/agents-md/"] --> B["sidebar.py: is_ai_mcp_or_skills = True"]
B --> C["sidebar_items/ai.py: Skills section rendered\nwith AGENTS.md / CLAUDE.md item highlighted"]
C --> D["agents_md.md page content served"]
D --> E["curl to AGENTS.md in project root"]
D --> F["CLAUDE.md imports @AGENTS.md"]
D --> G["Combining with Skills & MCP"]
H["llms.txt generation (_plugin.py)"] -->|"agents-md.md not in SKILLS_DOC_PATHS"| I["⚠️ Page excluded from llms.txt"]
H -->|"skills.md in SKILLS_DOC_PATHS"| J["✅ skills page included in llms.txt"]
Reviews (2): Last reviewed commit: "respond to greptile" | Re-trigger Greptile |
Merging this PR will not alter performance
Comparing Footnotes
|
|
@greptile |
No description provided.