Files
LLMWiki-Template/.gemini/commands/wiki/compile.toml
T
2026-04-17 10:35:09 +09:00

19 lines
845 B
TOML

description = "Compile one or more raw sources into structured wiki pages."
prompt = """
다음 입력을 기준으로 `raw/` 원본을 `wiki/`로 컴파일하라:
{{args}}
작업 원칙:
1. 먼저 `wiki/index.md`와 관련 `GEMINI.md` 파일을 확인한다.
2. `raw/`는 읽기만 하고 절대 수정하지 않는다.
3. 기존 wiki 페이지가 있으면 우선 업데이트하고, 꼭 필요할 때만 새 페이지를 만든다.
4. 모든 wiki 페이지에는 YAML frontmatter(`title`, `tags`, `sources`, `created`, `updated`)를 유지한다.
5. 내부 참조는 `[[wikilink]]`를 사용한다.
6. 작업 후 `wiki/index.md`와 `wiki/log.md`를 함께 갱신한다.
7. 소스 요약은 사실 위주로 쓰고, 해석은 개념 페이지에 둔다.
가능하면 `llm-wiki-operator` skill과 `wiki-compiler` agent를 활용하라.
"""