oh-my-til 1.3.0 → 1.4.0
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 +3 -2
- package/README.md +3 -2
- package/dist/cli.js +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
package/README.ko.md
CHANGED
|
@@ -15,7 +15,7 @@ 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`, `/til-review`, `/dashboard` 명령을 바로 사용 가능
|
|
18
|
+
- **스킬 자동 설치** — `/til`, `/research`, `/backlog`, `/save`, `/til-review`, `/til-lint`, `/dashboard` 명령을 바로 사용 가능
|
|
19
19
|
- **간격 반복 복습 (SRS)** — SM-2 알고리즘 기반 TIL 복습 스케줄링
|
|
20
20
|
- **마크다운 링크 감지** — 터미널의 `[텍스트](경로)` 링크를 클릭하면 노트 열기 (CJK 문자 지원)
|
|
21
21
|
- **백로그 → TIL 연동** — 빈 백로그 링크 클릭 시 TIL 학습 세션 시작 제안
|
|
@@ -25,7 +25,7 @@ AI 기반 TIL(Today I Learned) 학습 워크플로우를 위한 Claude Code 플
|
|
|
25
25
|
|
|
26
26
|
```
|
|
27
27
|
커맨드 팔레트 → 터미널 열기 → Claude Code 자동 시작
|
|
28
|
-
→ /til, /backlog, /research, /save, /til-review, /dashboard 스킬 실행
|
|
28
|
+
→ /til, /backlog, /research, /save, /til-review, /til-lint, /dashboard 스킬 실행
|
|
29
29
|
→ Claude가 리서치 → 대화형 학습 → TIL 마크다운 저장
|
|
30
30
|
→ 새 파일 감지 → 에디터에서 자동 열기
|
|
31
31
|
```
|
|
@@ -148,6 +148,7 @@ MCP 서버 연결 시 Claude Code에서 사용할 수 있는 도구:
|
|
|
148
148
|
| **backlog** | `/backlog [카테고리]` | 학습 백로그 조회 및 진행 상황 요약 |
|
|
149
149
|
| **save** | *(/til에서 자동 호출)* | TIL 마크다운 저장 + Daily 노트, MOC, 백로그 연동 |
|
|
150
150
|
| **til-review** | `/til-review [카테고리]` | SRS 기반 간격 반복 복습 세션 (SM-2 알고리즘) |
|
|
151
|
+
| **til-lint** | `/til-lint [카테고리]` | TIL 위키 상태 점검 — frontmatter 누락, 깨진 링크, 고아 TIL, 미처리 raw 자료 |
|
|
151
152
|
| **dashboard** | `/dashboard` | 학습 대시보드 — 통계, 활동 히트맵, 카테고리, 백로그 진행률 |
|
|
152
153
|
| **omt-setup** | `/omt-setup [서브커맨드]` | 통합 설정 — init, deploy, oh-my-til 관리 |
|
|
153
154
|
| **setup-obsidian** | `/setup-obsidian` | 현재 vault에 Obsidian 데스크톱 플러그인 설치 |
|
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ 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`, `/til-review`, `/dashboard` commands ready out of the box
|
|
18
|
+
- **Auto-installed Skills** — `/til`, `/research`, `/backlog`, `/save`, `/til-review`, `/til-lint`, `/dashboard` commands ready out of the box
|
|
19
19
|
- **Spaced Repetition (SRS)** — SM-2 algorithm-based review scheduling for TIL notes
|
|
20
20
|
- **Markdown Link Detection** — `[text](path)` links in terminal are clickable and open notes (CJK-aware)
|
|
21
21
|
- **Backlog-to-TIL Trigger** — Click an empty backlog link to start a TIL session
|
|
@@ -25,7 +25,7 @@ A Claude Code plugin for AI-powered TIL (Today I Learned) learning workflow. Wor
|
|
|
25
25
|
|
|
26
26
|
```
|
|
27
27
|
Command Palette → Open Terminal → Claude Code starts
|
|
28
|
-
→ Run /til, /backlog, /research, /save, /til-review, /dashboard skills
|
|
28
|
+
→ Run /til, /backlog, /research, /save, /til-review, /til-lint, /dashboard skills
|
|
29
29
|
→ Claude researches → interactive learning → saves TIL markdown
|
|
30
30
|
→ New file detected → opens in editor
|
|
31
31
|
```
|
|
@@ -148,6 +148,7 @@ The plugin auto-installs these skills to `.claude/skills/`:
|
|
|
148
148
|
| **backlog** | `/backlog [category]` | View learning backlog and progress |
|
|
149
149
|
| **save** | *(auto-invoked by /til)* | Save TIL markdown with Daily note, MOC, and backlog updates |
|
|
150
150
|
| **til-review** | `/til-review [category]` | SRS-based spaced repetition review session (SM-2 algorithm) |
|
|
151
|
+
| **til-lint** | `/til-lint [category]` | TIL wiki health-check — missing frontmatter, broken links, orphan TILs, unprocessed raw sources |
|
|
151
152
|
| **dashboard** | `/dashboard` | Learning dashboard — stats, activity heatmap, categories, backlog progress |
|
|
152
153
|
| **omt-setup** | `/omt-setup [subcommand]` | Unified setup — init, deploy, and manage oh-my-til |
|
|
153
154
|
| **setup-obsidian** | `/setup-obsidian` | Install the Obsidian desktop plugin in the current vault |
|
package/dist/cli.js
CHANGED
|
@@ -39943,7 +39943,7 @@ function generateProfileHtml(config2, summaryCardsHtml, heatmapHtml, recentTilsH
|
|
|
39943
39943
|
// src/cli/index.ts
|
|
39944
39944
|
var path5 = __toESM(require("path"));
|
|
39945
39945
|
var fs4 = __toESM(require("fs"));
|
|
39946
|
-
var VERSION = true ? "1.
|
|
39946
|
+
var VERSION = true ? "1.4.0" : "0.0.0";
|
|
39947
39947
|
function printUsage() {
|
|
39948
39948
|
console.log(`oh-my-til v${VERSION}
|
|
39949
39949
|
|
package/manifest.json
CHANGED