add template
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
description = "Answer a question from the vault using wiki-first retrieval."
|
||||
|
||||
prompt = """
|
||||
다음 질문에 대해 내 볼트에서 답하라:
|
||||
|
||||
{{args}}
|
||||
|
||||
탐색 규칙:
|
||||
1. 먼저 아래 인덱스를 보고 관련 범위를 좁힌다.
|
||||
2. `wiki/` 페이지를 우선적으로 탐색한다.
|
||||
3. `wiki/`로 충분하지 않을 때만 `raw/`를 본다.
|
||||
4. 답변은 사실, 해석, 추가 탐색 필요 항목을 구분해서 쓴다.
|
||||
5. 마지막에 참고한 핵심 파일 경로를 짧게 남긴다.
|
||||
|
||||
현재 인덱스:
|
||||
@{wiki/index.md}
|
||||
|
||||
가능하면 `llm-wiki-operator` skill과 `vault-researcher` agent를 활용하라.
|
||||
"""
|
||||
Reference in New Issue
Block a user