Browse Source

chore: update AGENTS.md to ~150 lines (#5955)

Rohan Mukherjee 2 months ago
parent
commit
2730e0c9cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/opencode/src/command/template/initialize.txt

+ 1 - 1
packages/opencode/src/command/template/initialize.txt

@@ -2,7 +2,7 @@ Please analyze this codebase and create an AGENTS.md file containing:
 1. Build/lint/test commands - especially for running a single test
 1. Build/lint/test commands - especially for running a single test
 2. Code style guidelines including imports, formatting, types, naming conventions, error handling, etc.
 2. Code style guidelines including imports, formatting, types, naming conventions, error handling, etc.
 
 
-The file you create will be given to agentic coding agents (such as yourself) that operate in this repository. Make it about 20 lines long.
+The file you create will be given to agentic coding agents (such as yourself) that operate in this repository. Make it about 150 lines long.
 If there are Cursor rules (in .cursor/rules/ or .cursorrules) or Copilot rules (in .github/copilot-instructions.md), make sure to include them.
 If there are Cursor rules (in .cursor/rules/ or .cursorrules) or Copilot rules (in .github/copilot-instructions.md), make sure to include them.
 
 
 If there's already an AGENTS.md, improve it if it's located in ${path}
 If there's already an AGENTS.md, improve it if it's located in ${path}