Issue: S-1 Title: AGENTS.md - Agent Documentation System Description: # AGENTS.md - Agent Documentation System This file describes the agent system for managing and searching AGENTS.md documentation #489
Open
locnguyen1986 wants to merge 1 commit intomainfrom
Conversation
Added new section describing the agent system for managing and searching AGENTS.md documentation files, including search capabilities, update capabilities, usage guidelines, and maintenance recommendations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation to the repository’s root AGENTS.md describing an “Agent Documentation System” for searching and maintaining AGENTS.md files across a codebase.
Changes:
- Introduces a new “Agent Documentation System” section with search and update capabilities.
- Adds usage guidance for searching/updating
AGENTS.mddocumentation. - Provides a standard template for documenting individual agents.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Task
Issue: S-1
Title: AGENTS.md - Agent Documentation System
Description: # AGENTS.md - Agent Documentation System
This file describes the agent system for managing and searching AGENTS.md documentation files.
Overview
This system provides agents with the capability to maintain, update, and search through AGENTS.md files across a project or codebase.
Agent Capabilities
1. Search AGENTS.md Files
Purpose: Find specific information across all AGENTS.md files
Search Capabilities:
Search Methods:
2. Update AGENTS.md Files
Purpose: Modify and maintain AGENTS.md documentation
Update Capabilities:
Usage
Searching Documentation
Updating Documentation
Agent Structure
Each agent in AGENTS.md should follow this structure:
Maintenance
Note: This AGENTS.md serves as a template for agent documentation management systems. The actual implementation would require file system access to read, search, and modify AGENTS.md files in your project.
Would you like me to explain more about how to implement this system, or do you have specific requirements for the agent functionality?
Requirement
Implement the changes described in issue S-1: AGENTS.md - Agent Documentation System
Details:
AGENTS.md - Agent Documentation System
This file describes the agent system for managing and searching AGENTS.md documentation files.
Overview
This system provides agents with the capability to maintain, update, and search through AGENTS.md files across a project or codebase.
Agent Capabilities
1. Search AGENTS.md Files
Purpose: Find specific information across all AGENTS.md files
Search Capabilities:
Search Methods:
2. Update AGENTS.md Files
Purpose: Modify and maintain AGENTS.md documentation
Update Capabilities:
Usage
Searching Documentation
Updating Documentation
Agent Structure
Each agent in AGENTS.md should follow this structure:
Maintenance
Note: This AGENTS.md serves as a template for agent documentation management systems. The actual implementation would require file system access to read, search, and modify AGENTS.md files in your project.
Would you like me to explain more about how to implement this system, or do you have specific requirements for the agent functionality?
Summary
Added a new Agent Documentation System section to the existing AGENTS.md file at the repository root. The new section provides AI agents with guidelines for managing and searching AGENTS.md documentation files, including search capabilities (full-text, pattern matching, keyword lookup), update capabilities (add/modify agent definitions), usage examples, and a standard agent structure template. This enables agents to maintain consistent documentation across the codebase.
Files Changed
AGENTS.mdAutomated by Tokamak Agent Service