Skip to content

Commit ed338e7

Browse files
Tomas JaseliūnasTomas Jaseliūnas
authored andcommitted
fix: reviews
1 parent 7d925af commit ed338e7

File tree

1 file changed

+3
-1
lines changed
  • implementing-nosto/implement-search/implement-search-using-starter

1 file changed

+3
-1
lines changed

implementing-nosto/implement-search/implement-search-using-starter/llm-examples.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ The Search Templates Starter's well-structured codebase and modern tooling make
1616
### Follow Standard Development Patterns
1717
The Search Templates Starter includes standard development patterns and documentation that LLMs can leverage:
1818

19-
- **AGENTS.md** - Contains specific prompting patterns and conventions for the project
19+
- **AGENTS.md Standard** - Follow the [agents.md](https://agents.md/) standardized pattern for providing AI coding agents with project-specific context, build commands, code style guidelines, and testing instructions
2020
- **Copilot Instructions** - Pre-configured GitHub Copilot instructions are included in the repository and should be customized for your specific use case
2121
- **README patterns** - Follow the established documentation structure for consistency
2222

23+
> **Tip:** Consider creating an `AGENTS.md` file in your project root following the [agents.md standard](https://agents.md/) to provide consistent context for all AI coding tools.
24+
2325
### Include Context
2426
Always provide relevant context about the project structure and existing patterns:
2527

0 commit comments

Comments
 (0)