[PR #3007] [MERGED] add/update agent files #3090

Closed
opened 2026-06-05 18:21:03 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3007
Author: @lnhsingh
Created: 3/9/2026
Status: Merged
Merged: 3/9/2026
Merged by: @lnhsingh

Base: mainHead: agent-optimization


📝 Commits (1)

📊 Changes

4 files changed (+420 additions, -88 deletions)

View changed files

.cursorrules (+121 -0)
📝 .github/copilot-instructions.md (+107 -82)
📝 AGENTS.md (+96 -3)
📝 CLAUDE.md (+96 -3)

📄 Description

Added repository structure, navigation map, and common workflows to all four agent instruction files (CLAUDE.md, AGENTS.md, .cursorrules, .github/copilot-instructions.md) so AI agents can orient in the codebase without exploring directories or parsing the 88KB docs.json.

Fixes DOC-823

Note: Adding more depth to our dir structure does not help agents, as agents can rely on docs.json and agent nav maps


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3007 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 3/9/2026 **Status:** ✅ Merged **Merged:** 3/9/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `agent-optimization` --- ### 📝 Commits (1) - [`88d62a3`](https://github.com/langchain-ai/docs/commit/88d62a3f312a53585510242fcbd64769fdc05961) add/update agent files ### 📊 Changes **4 files changed** (+420 additions, -88 deletions) <details> <summary>View changed files</summary> ➕ `.cursorrules` (+121 -0) 📝 `.github/copilot-instructions.md` (+107 -82) 📝 `AGENTS.md` (+96 -3) 📝 `CLAUDE.md` (+96 -3) </details> ### 📄 Description Added repository structure, navigation map, and common workflows to all four agent instruction files (CLAUDE.md, AGENTS.md, .cursorrules, .github/copilot-instructions.md) so AI agents can orient in the codebase without exploring directories or parsing the 88KB docs.json. Fixes DOC-823 Note: Adding more depth to our dir structure does **not** help agents, as agents can rely on docs.json and agent nav maps --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:21:03 -04:00
yindo closed this issue 2026-06-05 18:21:03 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3090