master v0.4.2 python 3.9+ MIT tested · ✓
v0.4.2 MIT cli + llm

Talk to your
knowledge base. 자료를 던지면, 위키가 자랍니다.

Seojae는 LLM-driven 위키 프레임워크입니다. raw/에 파일을 두고 자연어로 말하면, Claude·Codex·Gemini가 구조화된 wiki/를 만들어 갑니다 — IDE에서, 한 세션 안에서.

claude — ~/seojae ×
zsh ×
80×24 · utf-8

Five commands.
All natural language.

한 줄로 시작되는 다섯 개의 의식. 자연어가 곧 트리거입니다.

id
name
trigger phrase
description
status
01
ingest
"이거 ingest해줘"
Process a raw source into wiki pages — summaries, entities, concepts, synthesis.
ready
02
query
"attention이 뭐야?"
Answer questions using wiki content with semantic search.
ready
03
check-new
"새 자료 확인"
Detect and batch-ingest new raw sources.
ready
04
lint
"위키 점검"
Health-check the wiki: orphan pages, broken links, growth suggestions.
ready
05
reindex
"인덱스 재구성"
Rebuild the semantic search index from scratch.
ready

A real session,
replayed.

Karpathy 글 3편을 ingest해, 7개의 교차 참조 페이지가 만들어지는 과정.

claude — initialize wiki
replay · 00:00 / 00:42

Bring your own LLM tool.

스키마는 마크다운입니다. 마크다운 지시문을 읽는 도구라면 어디서든 동작합니다.

Claude Code
CLAUDE.md
세션 시작 시 자동 import. 첫 셋업 후 한 번 재시작이 필요합니다.
claude
Codex CLI
AGENTS.md
32 KiB 제한 안에 인라인. 별도 import 없이 즉시 동작합니다.
codex
Gemini CLI
GEMINI.md
@./WIKI_SCHEMA.md 문법으로 스키마와 활성 확장을 로드합니다.
gemini

Clone. Open.
Tell it what to do.

빌드 단계 없음. 설정 파일 없음. 세 줄이면 시작합니다.

~ — quick start
# 1. 리포 클론
$ git clone https://github.com/VibeVista/seojae.git
$ cd seojae
# 2. LLM 도구 열기 — 규칙 파일 자동 로드
$ claude
loading CLAUDE.md...
loading WIKI_SCHEMA.md...
loading 3 extensions...
✓ ready
# 3. 자연어로 시작
"위키 초기화해줘"

Build your wiki.
In a single session.

github.com/VibeVista/seojae · MIT · 2026

$ git clone seojae