oh-my-til 0.11.1 → 0.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.ko.md CHANGED
@@ -15,7 +15,8 @@ AI 기반 TIL(Today I Learned) 학습 워크플로우를 위한 Claude Code 플
15
15
  - **터미널 임베딩** — Obsidian 사이드바에서 Claude Code 터미널 실행 (xterm.js + node-pty)
16
16
  - **MCP 서버 내장** — Claude Code가 HTTP로 vault에 직접 접근 (별도 플러그인 불필요)
17
17
  - **학습 대시보드** — TIL 통계, 카테고리별 학습 현황을 한눈에
18
- - **스킬 자동 설치** — `/til`, `/research`, `/backlog`, `/save`, `/migrate-links` 명령을 바로 사용 가능
18
+ - **스킬 자동 설치** — `/til`, `/research`, `/backlog`, `/save`, `/review`, `/dashboard`, `/migrate-links` 명령을 바로 사용 가능
19
+ - **간격 반복 복습 (SRS)** — SM-2 알고리즘 기반 TIL 복습 스케줄링
19
20
  - **마크다운 링크 감지** — 터미널의 `[텍스트](경로)` 링크를 클릭하면 노트 열기 (CJK 문자 지원)
20
21
  - **백로그 → TIL 연동** — 빈 백로그 링크 클릭 시 TIL 학습 세션 시작 제안
21
22
  - **파일 자동 열기** — 새로 생성된 TIL 파일을 에디터에서 자동으로 열기
@@ -24,7 +25,7 @@ AI 기반 TIL(Today I Learned) 학습 워크플로우를 위한 Claude Code 플
24
25
 
25
26
  ```
26
27
  커맨드 팔레트 → 터미널 열기 → Claude Code 자동 시작
27
- → /til, /backlog, /research, /save, /dashboard, /migrate-links 스킬 실행
28
+ → /til, /backlog, /research, /save, /review, /dashboard, /migrate-links 스킬 실행
28
29
  → Claude가 리서치 → 대화형 학습 → TIL 마크다운 저장
29
30
  → 새 파일 감지 → 에디터에서 자동 열기
30
31
  ```
@@ -136,6 +137,9 @@ MCP 서버 연결 시 Claude Code에서 사용할 수 있는 도구:
136
137
  | `til_backlog_status` | 백로그 진행률 요약 (체크박스 카운트) |
137
138
  | `til_get_context` | 주제 관련 기존 학습 컨텍스트 (파일, 링크 관계, 미작성 주제) |
138
139
  | `til_recent_context` | 최근 학습 활동을 날짜별로 조회 |
140
+ | `til_dashboard` | 학습 통계 요약 |
141
+ | `til_review_list` | 복습 대상 카드 목록 + 통계 (SRS) |
142
+ | `til_review_update` | 복습 결과 기록 또는 복습 해제 |
139
143
 
140
144
  ## Claude 스킬
141
145
 
@@ -147,6 +151,7 @@ MCP 서버 연결 시 Claude Code에서 사용할 수 있는 도구:
147
151
  | **research** | `/research <주제> [카테고리]` | 주제를 리서치하여 학습 백로그 생성 |
148
152
  | **backlog** | `/backlog [카테고리]` | 학습 백로그 조회 및 진행 상황 요약 |
149
153
  | **save** | *(/til에서 자동 호출)* | TIL 마크다운 저장 + Daily 노트, MOC, 백로그 연동 |
154
+ | **review** | `/review [카테고리]` | SRS 기반 간격 반복 복습 세션 (SM-2 알고리즘) |
150
155
  | **migrate-links** | `/migrate-links` | `[[wikilink]]`를 표준 마크다운 링크로 일괄 변환 |
151
156
 
152
157
  ## 개발
@@ -167,6 +172,7 @@ src/
167
172
  │ ├── backlog.ts # 백로그 파싱/포맷 순수 함수
168
173
  │ ├── context.ts # 학습 컨텍스트 헬퍼 (순수 함수)
169
174
  │ ├── stats.ts # TIL 통계 순수 함수
175
+ │ ├── srs.ts # SRS 간격 반복 (SM-2 알고리즘, 복습 카드/통계)
170
176
  │ ├── migrate-links.ts # Wikilink [[]] → [](path) 변환
171
177
  │ ├── keyboard.ts # Shift+Enter → \n (멀티라인 지원)
172
178
  │ ├── env.ts # macOS PATH 보정 (Homebrew)
@@ -213,6 +219,7 @@ src/
213
219
  - [x] MCP 서버 내장
214
220
  - [x] 학습 대시보드 (기본 통계)
215
221
  - [x] 독립 CLI (`npx oh-my-til`) — Obsidian 없이 사용
222
+ - [x] 간격 반복 복습 (SRS) — SM-2 기반 복습 스케줄링
216
223
  - [ ] 대시보드 백로그 진행률 바
217
224
  - [ ] TIL 폴더 경로 커스터마이즈
218
225
  - [ ] 리치 대시보드 — 최근 TIL 목록, 학습 스트릭, 주간 요약
package/README.md CHANGED
@@ -15,7 +15,8 @@ A Claude Code plugin for AI-powered TIL (Today I Learned) learning workflow. Wor
15
15
  - **Embedded Terminal** — Claude Code terminal in Obsidian sidebar (xterm.js + node-pty)
16
16
  - **Built-in MCP Server** — Claude Code can directly access your vault via HTTP
17
17
  - **Learning Dashboard** — TIL statistics and category breakdown at a glance
18
- - **Auto-installed Skills** — `/til`, `/research`, `/backlog`, `/save`, `/migrate-links` commands ready out of the box
18
+ - **Auto-installed Skills** — `/til`, `/research`, `/backlog`, `/save`, `/review`, `/dashboard`, `/migrate-links` commands ready out of the box
19
+ - **Spaced Repetition (SRS)** — SM-2 algorithm-based review scheduling for TIL notes
19
20
  - **Markdown Link Detection** — `[text](path)` links in terminal are clickable and open notes (CJK-aware)
20
21
  - **Backlog-to-TIL Trigger** — Click an empty backlog link to start a TIL session
21
22
  - **File Watcher** — Newly created TIL files open automatically in the editor
@@ -24,7 +25,7 @@ A Claude Code plugin for AI-powered TIL (Today I Learned) learning workflow. Wor
24
25
 
25
26
  ```
26
27
  Command Palette → Open Terminal → Claude Code starts
27
- → Run /til, /backlog, /research, /save, /dashboard, /migrate-links skills
28
+ → Run /til, /backlog, /research, /save, /review, /dashboard, /migrate-links skills
28
29
  → Claude researches → interactive learning → saves TIL markdown
29
30
  → New file detected → opens in editor
30
31
  ```
@@ -136,6 +137,9 @@ When the MCP server is connected, Claude Code can use these tools:
136
137
  | `til_backlog_status` | Backlog progress summary with checkbox counts |
137
138
  | `til_get_context` | Get existing knowledge context for a topic (files, links, unresolved mentions) |
138
139
  | `til_recent_context` | Recent learning activity grouped by date |
140
+ | `til_dashboard` | Learning statistics summary |
141
+ | `til_review_list` | Due review cards list + stats (SRS) |
142
+ | `til_review_update` | Record review result or remove from review |
139
143
 
140
144
  ## Claude Skills
141
145
 
@@ -147,6 +151,7 @@ The plugin auto-installs these skills to `.claude/skills/`:
147
151
  | **research** | `/research <topic> [category]` | Research a topic and create a learning backlog |
148
152
  | **backlog** | `/backlog [category]` | View learning backlog and progress |
149
153
  | **save** | *(auto-invoked by /til)* | Save TIL markdown with Daily note, MOC, and backlog updates |
154
+ | **review** | `/review [category]` | SRS-based spaced repetition review session (SM-2 algorithm) |
150
155
  | **migrate-links** | `/migrate-links` | Batch-convert `[[wikilinks]]` to standard markdown links |
151
156
 
152
157
  ## Development
@@ -167,6 +172,7 @@ src/
167
172
  │ ├── backlog.ts # Backlog parsing/formatting (pure functions)
168
173
  │ ├── context.ts # Learning context helpers (pure functions)
169
174
  │ ├── stats.ts # TIL statistics (pure functions)
175
+ │ ├── srs.ts # Spaced repetition (SM-2 algorithm, review cards/stats)
170
176
  │ ├── migrate-links.ts # Wikilink [[]] → [](path) conversion
171
177
  │ ├── keyboard.ts # Shift+Enter → \n (multiline support)
172
178
  │ ├── env.ts # macOS PATH resolution (Homebrew)
@@ -213,6 +219,7 @@ src/
213
219
  - [x] Built-in MCP server
214
220
  - [x] Learning dashboard (basic stats)
215
221
  - [x] Standalone CLI (`npx oh-my-til`) — use without Obsidian
222
+ - [x] Spaced Repetition (SRS) — SM-2 based review scheduling
216
223
  - [ ] Backlog progress bars in dashboard
217
224
  - [ ] Configurable TIL folder path
218
225
  - [ ] Rich dashboard — recent TILs, streaks, weekly summary