summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRohan Mukherjee <[email protected]>2025-12-24 06:34:44 +0530
committerGitHub <[email protected]>2025-12-23 19:04:44 -0600
commit2730e0c9cde467c7ebc734ee632be8358f20a3a5 (patch)
tree8d52cb166483c65c18759c3b3e2f390776029cc5
parentd6c81d6e14b75c45492e1e673403ce421e837d0b (diff)
downloadopencode-2730e0c9cde467c7ebc734ee632be8358f20a3a5.tar.gz
opencode-2730e0c9cde467c7ebc734ee632be8358f20a3a5.zip
chore: update AGENTS.md to ~150 lines (#5955)
-rw-r--r--packages/opencode/src/command/template/initialize.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/command/template/initialize.txt b/packages/opencode/src/command/template/initialize.txt
index 5bb59c36c..3f906b1eb 100644
--- a/packages/opencode/src/command/template/initialize.txt
+++ b/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
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's already an AGENTS.md, improve it if it's located in ${path}