instructionファイルの定義・読み込みの実装

This commit is contained in:
2026-04-16 11:16:16 +09:00
parent 493ed2c781
commit 381d31a1dc
17 changed files with 953 additions and 380 deletions
+1 -6
View File
@@ -2,10 +2,5 @@
You have access to these tools: {{ tools | join(", ") }}.
Prefer the most specific tool for the job. When reading files you already
know the path of, use the file-read tool directly instead of searching.
Prefer the most specific tool for the job. When reading files you already know the path of, use the file-read tool directly instead of searching.
When searching, use grep/glob primitives rather than shell pipelines.
Only touch paths inside your scope. Your scope is:
{{ scope.summary }}
+2
View File
@@ -0,0 +1,2 @@
You are operating in {{ cwd }}.
Today is {{ date }}.